aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 4c87a1202..b15d16b6a 100644
--- a/Makefile
+++ b/Makefile
@@ -173,21 +173,10 @@ clean:
173 $(MAKE) -C src/man clean 173 $(MAKE) -C src/man clean
174 $(MAKE) -C test clean 174 $(MAKE) -C test clean
175 rm -f $(SECCOMP_FILTERS) 175 rm -f $(SECCOMP_FILTERS)
176 rm -f firejail*.rpm
177 rm -f $(SYNTAX_FILES) 176 rm -f $(SYNTAX_FILES)
178 rm -f src/fnettrace/static-ip-map 177 rm -fr $(TARNAME)-$(VERSION) $(TARNAME)-$(VERSION).tar.xz
179 rm -f test/utils/index.html* 178 rm -f $(TARNAME)*.deb
180 rm -f test/utils/wget-log 179 rm -f $(TARNAME)*.rpm
181 rm -f test/utils/firejail-test-file*
182 rm -f test/utils/lstesting
183 rm -f test/environment/index.html*
184 rm -f test/environment/wget-log*
185 rm -fr test/environment/-testdir
186 rm -f test/environment/logfile*
187 rm -f test/environment/index.html
188 rm -f test/environment/wget-log
189 rm -f test/sysutils/firejail_t*
190 cd test/compile; ./compile.sh --clean; cd ../..
191 180
192.PHONY: distclean 181.PHONY: distclean
193distclean: clean 182distclean: clean
@@ -339,7 +328,6 @@ DISTFILES_TEST = \
339 328
340.PHONY: dist 329.PHONY: dist
341dist: clean config.mk 330dist: clean config.mk
342 rm -fr $(TARNAME)-$(VERSION) $(TARNAME)-$(VERSION).tar.xz
343 mkdir -p $(TARNAME)-$(VERSION)/test 331 mkdir -p $(TARNAME)-$(VERSION)/test
344 cp -a $(DISTFILES) $(TARNAME)-$(VERSION) 332 cp -a $(DISTFILES) $(TARNAME)-$(VERSION)
345 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test 333 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test