INN commit: trunk (Makefile)

INN Commit Russ_Allbery at isc.org
Thu Feb 26 20:45:06 UTC 2009


    Date: Thursday, February 26, 2009 @ 12:45:06
  Author: iulius
Revision: 8354

With commit 8353:
Add support for release candidates generation.

Modified:
  trunk/Makefile

----------+
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2009-02-26 20:36:49 UTC (rev 8353)
+++ Makefile	2009-02-26 20:45:06 UTC (rev 8354)
@@ -190,7 +190,7 @@
 ##  isn't in the MANIFEST, it doesn't go into the release.  We also update
 ##  the version information in Makefile.global.in to remove the prerelease
 ##  designation and update all timestamps to the date the release is made.
-##  If RELEASENUMBER is set, it is a beta release.
+##  If RELEASENUMBER is set, it is a beta release or a release candidate.
 release: ChangeLog
 	rm -rf $(TARDIR)
 	rm -f inn*.tar.gz
@@ -200,7 +200,7 @@
 	    cp $$f $(TARDIR)/$$f || exit 1 ; \
 	done
 	if [ "x$(RELEASENUMBER)" != "x" ] ; then \
-	    cp README.beta $(TARDIR)/ ; \
+	    cp README.$(RELEASEEXTENSION) $(TARDIR)/ ; \
 	    sed 's/= prerelease/= $(RELEASENUMBER) version/' \
 	        Makefile.global.in > $(TARDIR)/Makefile.global.in ; \
 	else \




More information about the inn-committers mailing list