summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-10-20 17:03:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-10-24 18:59:10 +0100
commitcd4a70625461f933beae7923520cef2523524e0d (patch)
treece51919a9c43b1e0ebd0e33610d9040369edc495
parent0bc2d60e1f7608925b40963e91a1252e687b63ef (diff)
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 <ijackson@chiark.greenend.org.uk>
-rw-r--r--Makefile.in3
-rw-r--r--settings.make.in2
2 files changed, 4 insertions, 1 deletions
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