aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 65dd430b5..8cbba12e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,7 @@ distclean: clean
89 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \ 89 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
90 $(MAKE) -C $$dir distclean; \ 90 $(MAKE) -C $$dir distclean; \
91 done 91 done
92 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk 92 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk mkdeb.sh
93 93
94realinstall: 94realinstall:
95 # firejail executable 95 # firejail executable
@@ -176,7 +176,9 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcop
176 176
177dist: 177dist:
178 mv config.status config.status.old 178 mv config.status config.status.old
179 mv mkdeb.sh mkdeb.sh.old
179 make distclean 180 make distclean
181 mv mkdeb.sh.old mkdeb.sh
180 mv config.status.old config.status 182 mv config.status.old config.status
181 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 183 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
182 mkdir -p $(NAME)-$(VERSION)/test 184 mkdir -p $(NAME)-$(VERSION)/test
@@ -269,7 +271,7 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
269 271
270########################################## 272##########################################
271# Individual tests, some of them require root access 273# Individual tests, some of them require root access
272# The tests are very intrussive, by the time you are done 274# The tests are very intrusive, by the time you are done
273# with them you will need to restart your computer. 275# with them you will need to restart your computer.
274########################################## 276##########################################
275 277
@@ -294,7 +296,7 @@ test-network:
294test-stress: 296test-stress:
295 cd test/stress; ./stress.sh | grep TESTING 297 cd test/stress; ./stress.sh | grep TESTING
296 298
297# Tesets running a root user 299# Tests running a root user
298test-root: 300test-root:
299 cd test/root; su -c ./root.sh | grep TESTING 301 cd test/root; su -c ./root.sh | grep TESTING
300 302