Skip to content

Commit

Permalink
Merge pull request #5182 from kmk3/revert-stop-distclean-on-dist
Browse files Browse the repository at this point in the history
Revert "Makefile.in: stop running distclean on dist"
  • Loading branch information
netblue30 authored Jun 8, 2022
2 parents 1884ea2 + 56b86f8 commit 41dcfcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in inst
DISTFILES_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"

dist:
mv config.status config.status.old
mv mkdeb.sh mkdeb.sh.old
make distclean
mv mkdeb.sh.old mkdeb.sh
mv config.status.old config.status
rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
mkdir -p $(NAME)-$(VERSION)/test
cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
Expand Down

0 comments on commit 41dcfcd

Please sign in to comment.