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

in the repo.

--HG--
branch : 1.7
This commit is contained in:
Todd C. Miller
2010-01-18 07:12:06 -05:00
parent 924daf0228
commit c0f149b533
2 changed files with 2 additions and 20224 deletions

20222
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@@ -507,13 +507,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 ; \