From: Ian Jackson Date: Mon, 20 Oct 2014 16:03:42 +0000 (+0100) Subject: Build system: Add test case output and common.make to `make [dist]clean'. X-Git-Tag: adns-1.5.0-rc1~17 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/cd4a70625461f933beae7923520cef2523524e0d Build system: Add test case output and common.make to `make [dist]clean'. (Cherry-picked from Debian's adns dgit/experimental branch.) Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index dd55a3d..5ff85be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,8 @@ clean-here mostlyclean-here: rm -rf dist_tmp web adnshost.txt distclean-here maintainer-clean-here: clean-here - rm -f settings.make config.cache config.log config.status Makefile + rm -f settings.make common.make + rm -f config.cache config.log config.status Makefile install-strip: $(MAKE) INSTALL_PROGRAM_FLAGS=-s diff --git a/settings.make.in b/settings.make.in index 81e1bb3..3e14589 100644 --- a/settings.make.in +++ b/settings.make.in @@ -27,6 +27,8 @@ all: $(TARGETS) clean mostlyclean: rm -f *.o *.tmp* *.so *.so.* pipe.* + rm -f output-*.err output-*.leftover + rm -f output-*.out output-*.report distclean: clean rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h