From: Todd C. Miller Date: Sat, 27 Feb 2010 17:37:49 +0000 (-0500) Subject: Add ChangeLog target X-Git-Tag: SUDO_1_8_0~859 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53f352c4edf05efed4a7ce1c1930026e570ec9e;p=sudo Add ChangeLog target --- diff --git a/Makefile b/Makefile index 53a4679df..811adc471 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ SUBDIRS = src plugins/sample doc all install: config.status for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done +ChangeLog: + hg log --style=changelog -b default > $@ + config.status: @if [ ! -s config.status ]; then \ echo "Please run configure first"; \ @@ -35,7 +38,7 @@ mostlyclean: clean distclean: config.status -rm -rf compat/*.o pathnames.h config.h config.status config.cache \ - config.log libtool stamp-h* autom4te.cache + config.log libtool stamp-h* autom4te.cache ChangeLog for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done cleandir: distclean