summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-06-01 08:06:48 +0000
committerjoerg <joerg@FreeBSD.org>1997-06-01 08:06:48 +0000
commite77dc0beaa8903d65a09701e3d875a50b7e2cb23 (patch)
tree0c09ddfb690a822ee4f0804fafb150309d85edf0 /release
parent638e50507cf865d53b537fb29a80ba505dd984bf (diff)
downloadFreeBSD-src-e77dc0beaa8903d65a09701e3d875a50b7e2cb23.zip
FreeBSD-src-e77dc0beaa8903d65a09701e3d875a50b7e2cb23.tar.gz
Create the release name of SNAPs automagically.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 5437bcb..3c8f392 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.293 1997/05/03 12:14:21 danny Exp $
+# $Id: Makefile,v 1.294 1997/05/24 20:15:13 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -12,7 +12,15 @@
# otherwise the target 'release.8' and possibly others will fail.
#
# Set these, release builder!
-#BUILDNAME=3.0-970302-SNAP
+#
+# Fixed version:
+#BUILDNAME=2.2-RELEASE
+#
+# Automatic SNAP versioning:
+DATE != date +%y%m%d
+BASE = 3.0
+BUILDNAME=${BASE}-${DATE}-SNAP
+#
#CHROOTDIR=/junk/release
# If this is a RELEASE, then set
#RELEASETAG=RELENG_2_2
OpenPOWER on IntegriCloud