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-Tag: NTP_4_2_3P22~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dbd1864070b0a2f78f56c3be52aba1442fc2f66;p=thirdparty%2Fntp.git Makefile.am: add a rule to generate the ChangeLog bk: 44c9717dnU4tv3ZpnqVMzjd6mDduDg --- diff --git a/Makefile.am b/Makefile.am index cf4fa3a1a..b3220569b 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