aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 09:03:41 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 09:03:41 -0400
commit684919100254e0e9eeec16897093881a6855ea48 (patch)
tree479a5a0aad05e9f4cbfa5aa302af15d8fd9c56d5 /Makefile.in
parentremove man firejail-config (diff)
downloadfirejail-684919100254e0e9eeec16897093881a6855ea48.tar.gz
firejail-684919100254e0e9eeec16897093881a6855ea48.tar.zst
firejail-684919100254e0e9eeec16897093881a6855ea48.zip
bug: preserve config.status during make dist
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 54037e6ac..aa008b7dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,7 +140,9 @@ DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkma
140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils" 140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils"
141 141
142dist: 142dist:
143 mv config.status config.status.old
143 make distclean 144 make distclean
145 mv config.status.old config.status
144 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 146 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
145 mkdir -p $(NAME)-$(VERSION)/test 147 mkdir -p $(NAME)-$(VERSION)/test
146 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 148 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)