From: Joel Rosdahl Date: Fri, 22 Jul 2016 10:14:35 +0000 (+0200) Subject: Remove testdir.* and perfdir.* on "make clean" X-Git-Tag: v3.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ffa3d1b9f532d79f922facf8b2e107ecd7c45c;p=thirdparty%2Fccache.git Remove testdir.* and perfdir.* on "make clean" --- diff --git a/Makefile.in b/Makefile.in index d474f2a71..f462e33c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/dev.mk.in b/dev.mk.in index c440034d9..c6331729c 100644 --- 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