diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-05-23 20:01:20 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-05-23 20:01:20 +0000 |
| commit | 3da2229c1c62e2576db19d4fb3be19b4e10c33d9 (patch) | |
| tree | 6a4984699d1f0ff5c5e75d49449598c58ecd5383 | |
| parent | 828155623470628ee5e0e82d93222eaa88d42b92 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 62ff39795592..c3da7a4016f6 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 |
