Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.820 diff -u -r1.820 Makefile --- Makefile 21 Sep 2003 06:33:14 -0000 1.820 +++ Makefile 6 Oct 2003 06:17:10 -0000 @@ -57,6 +57,8 @@ AUXRELEASETAG!= echo ${RELEASETAG} | sed -e 's/^RELENG_/RELEASE_/' -e 's/_RELEASE$$//' DOCRELEASETAG?= ${AUXRELEASETAG} PORTSRELEASETAG?= ${AUXRELEASETAG} +# If you want to automatically set BUILDNAME from RELEASETAG, then set +#BUILDNAME!= echo ${RELEASETAG} | sed -e 's|\(^RELENG_\)\([0-9]\)_\([0-9]\)_\([0-9]\)_|\2.\3.\4-|' -e 's|\.0-RELEASE|-RELEASE|' .endif .endif