aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-19 17:03:53 +0000
committerLibravatar GitHub <noreply@github.com>2022-05-19 17:03:53 +0000
commit528fa2a0bef5605e5abb234499d735c5c19a9cd7 (patch)
tree0d6b3ff20ebaab2b04a92334baf13a1c1cdca619
parentMerge pull request #5148 from kmk3/ci-fix-build-apparmor (diff)
parentMakefile.in: stop running distclean on dist (diff)
downloadfirejail-528fa2a0bef5605e5abb234499d735c5c19a9cd7.tar.gz
firejail-528fa2a0bef5605e5abb234499d735c5c19a9cd7.tar.zst
firejail-528fa2a0bef5605e5abb234499d735c5c19a9cd7.zip
Merge pull request #5142 from kmk3/stop-distclean-on-dist
Makefile.in: stop running distclean on dist
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 945e30e84..0e80fb43a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -207,11 +207,6 @@ DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in inst
207DISTFILES_TEST = "test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot" 207DISTFILES_TEST = "test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot"
208 208
209dist: 209dist:
210 mv config.status config.status.old
211 mv mkdeb.sh mkdeb.sh.old
212 make distclean
213 mv mkdeb.sh.old mkdeb.sh
214 mv config.status.old config.status
215 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 210 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
216 mkdir -p $(NAME)-$(VERSION)/test 211 mkdir -p $(NAME)-$(VERSION)/test
217 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 212 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)