]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove testdir.* and perfdir.* on "make clean"
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 22 Jul 2016 10:14:35 +0000 (12:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 22 Jul 2016 10:14:35 +0000 (12:14 +0200)
Makefile.in
dev.mk.in

index d474f2a7173015796373749f38f7ba8e14f92e92..f462e33c412d9ba316629ab64806dd011f0c1435 100644 (file)
@@ -66,7 +66,7 @@ test_objs = $(test_sources:.c=.o)
 all_sources = $(ccache_sources) $(test_sources)
 all_objs = $(ccache_objs) $(test_objs) $(zlib_objs)
 
-files_to_clean = $(all_objs) ccache$(EXEEXT) test/main$(EXEEXT) *~
+files_to_clean = $(all_objs) ccache$(EXEEXT) test/main$(EXEEXT) *~ testdir.*
 files_to_distclean = Makefile config.h config.log config.status
 
 .PHONY: all
index c440034d9a4bbeb75d2ebf395cf867e82100795d..c6331729c885668721a52d569bc45138a3ff089d 100644 (file)
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -48,7 +48,7 @@ headers = \
     test/suites.h \
     test/util.h
 
-files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml .deps/*
+files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml .deps/* perfdir.*
 files_to_distclean += $(built_dist_files) version.c test/suites.h
 files_to_distclean += .deps version.c dev.mk