aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-01-31 14:08:40 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-02-03 17:52:35 +0100
commit6714d06a70ff9ca3bea19988c4190f015b704ce9 (patch)
tree38cab8decb8951ce39e7ca13636e7234877ace61
parenttests: increase shutdown timeout a bit (diff)
downloadfirejail-6714d06a70ff9ca3bea19988c4190f015b704ce9.tar.gz
firejail-6714d06a70ff9ca3bea19988c4190f015b704ce9.tar.zst
firejail-6714d06a70ff9ca3bea19988c4190f015b704ce9.zip
build: clean generated test/Makefile
(cherry picked from commit e6701a27d91f16c434c25482e8add7228140ff20)
-rw-r--r--Makefile.in1
-rw-r--r--test/Makefile.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 925f702ae..ba2c479e1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,6 +93,7 @@ distclean: clean
93 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \ 93 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
94 $(MAKE) -C $$dir distclean; \ 94 $(MAKE) -C $$dir distclean; \
95 done 95 done
96 $(MAKE) -C test distclean
96 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk mkdeb.sh 97 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk mkdeb.sh
97 98
98realinstall: 99realinstall:
diff --git a/test/Makefile.in b/test/Makefile.in
index ef1ca73bc..d41ab39d1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -8,3 +8,6 @@ $(TESTS):
8 8
9clean: 9clean:
10 for test in $(TESTS); do rm -f "$$test/$$test.log"; done 10 for test in $(TESTS); do rm -f "$$test/$$test.log"; done
11
12distclean: clean
13 rm -f Makefile