From: Ruediger Pluem Date: Wed, 12 May 2021 16:24:18 +0000 (+0000) Subject: * Correctly record changes for the latest release in case there have been no X-Git-Tag: 2.5.0-alpha2-ci-test-only~947 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f30757f7cc257c49676f9fa0cae0cb250acaf5f;p=thirdparty%2Fapache%2Fhttpd.git * Correctly record changes for the latest release in case there have been no changes at all for this release so far. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 95a970a8704..e4961561b15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,9 +169,9 @@ docs: update-changes: @for i in `find changes-entries -type f`; do \ cp CHANGES CHANGES.tmp ; \ - awk -v fname=$$i 'BEGIN{done = 0} \ - done == 0 && /^Changes with Apache /{ active = 1; print; next}; \ - /^ *\*/ && active == 1 && done == 0{rec=$$0; while(getline CHANGES ; \ rm CHANGES.tmp ; \ if [ -n "$(SVN)" ] ; then \