mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 21:38:05 +00:00
Generate the ChangeLog as part of "make dist" instead of having it
in the repo. --HG-- branch : 1.7
This commit is contained in:
parent
924daf0228
commit
c0f149b533
@ -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 ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user