Build system: Add test case output and common.make to `make [dist]clean'.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Oct 2014 16:03:42 +0000 (17:03 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 24 Oct 2014 17:59:10 +0000 (18:59 +0100)
(Cherry-picked from Debian's adns dgit/experimental branch.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
settings.make.in

index dd55a3d..5ff85be 100644 (file)
@@ -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
index 81e1bb3..3e14589 100644 (file)
@@ -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