summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-23 20:01:20 +0000
committerbrian <brian@FreeBSD.org>1999-05-23 20:01:20 +0000
commit66a6cb87397ac689631f995a26afdb310fb107e7 (patch)
tree6cbe04b8e90897bb1343806f6aee0fa59b070a8d /release/Makefile
parent95e29ded40c1e5da157f4bc983a442810b674bec (diff)
downloadFreeBSD-src-66a6cb87397ac689631f995a26afdb310fb107e7.zip
FreeBSD-src-66a6cb87397ac689631f995a26afdb310fb107e7.tar.gz
Use RELENG_3 as an example, not RELENG_2_2.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 62ff397..c3da7a4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.487 1999/05/16 08:07:34 phk Exp $
+# $Id: Makefile,v 1.488 1999/05/16 12:21:54 phk Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -22,8 +22,8 @@ BASE = 4.0
BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
-# If this is a RELEASE, then set
-#RELEASETAG=RELENG_2_2
+# If this is a -stable snapshot, then set
+#RELEASETAG=RELENG_3
# If you are using a local CVS repository with components stored in
# non-standard modules, override these on the make commandline or
OpenPOWER on IntegriCloud