2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Generate the ChangeLog as part of "make dist" instead of having it

in the repo.
This commit is contained in:
Todd C. Miller 2010-02-13 07:29:36 -05:00
commit 280a51cda0
2 changed files with 3 additions and 20225 deletions

20222
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -448,7 +448,7 @@ sudoers.cat: sudoers.man
@DEV@ pod2text -l -i0 $> | sed '1,2d' > $@
ChangeLog:
hg log --style=changelog -b default > ChangeLog
hg log --style=changelog -b default > $@
install: install-dirs install-binaries @INSTALL_NOEXEC@ install-sudoers install-man
@ -505,13 +505,13 @@ realclean: distclean
cleandir: realclean
dist:
dist: ChangeLog
pax -w -x ustar -s '/^/sudo-$(VERSION)\//' -f ../sudo-$(VERSION).tar \
$(DISTFILES)
gzip -9f ../sudo-$(VERSION).tar
ls -l ../sudo-$(VERSION).tar.gz
bindist:
bindist: ChangeLog
( \
ARCH=`uname -m|sed 's:/:_:g'`+`uname -sr|sed 's/ /_/g'` ; \
mkdir tmp.$$ARCH ; \