From: Harlan Stenn Date: Fri, 28 Jul 2006 02:07:57 +0000 (-0400) Subject: Makefile.am: add a rule to generate the ChangeLog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf7035bcd3a65202eddd77f234ef6dab522b693;p=thirdparty%2Fntp.git Makefile.am: add a rule to generate the ChangeLog bk: 44c9717dnU4tv3ZpnqVMzjd6mDduDg --- diff --git a/Makefile.am b/Makefile.am index cf4fa3a1a5..b3220569b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,6 +127,14 @@ dist-hook: @sleep 1 @touch .gcc-warning +ChangeLog: FRC.ChangeLog + cd $(srcdir) \ + && . packageinfo.sh \ + && ARGS="-hr$${CLTAG}.." \ + && ( bk -R prs $${ARGS} -nd':I:' \ + | bk changes -m -v - > ChangeLog.new ) \ + && mv ChangeLog.new ChangeLog + # HMS: The following seems to be a work-in-progress... CVO=`$(srcdir)/config.guess` @@ -152,7 +160,7 @@ BHOST=`(hostname || uname -n)` echo " "; \ fi -FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version: +FRC.ChangeLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version: # HMS: what was I trying to do with this? #dot.emacs: FRC.distwarn