diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-16 03:20:52 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-16 03:20:52 +0000 |
commit | 996907c1963a00f3889ca45db47ef7ec7d08c25c (patch) | |
tree | 1f3ad7dbf9d764ad5d4d6ae5aed4b154b20a1d47 | |
parent | c3744ff4f09fce8379bdfda33cd9b6dc1d2c1fff (diff) | |
download | FreeBSD-src-996907c1963a00f3889ca45db47ef7ec7d08c25c.zip FreeBSD-src-996907c1963a00f3889ca45db47ef7ec7d08c25c.tar.gz |
Simply comment-out BUILDNAME and CHROOTDIR - they should be set at the time of
make's invocation.
-rw-r--r-- | release/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index b87314a..9928f89 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.213 1996/05/01 09:35:34 jkh Exp $ +# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ # # How to roll a release: # @@ -11,8 +11,8 @@ # that on a 14.4 line just yet... # # SET THIS !!! -BUILDNAME=2.2-960501-SNAP -CHROOTDIR=/junk/release +#BUILDNAME=2.2-960501-SNAP +#CHROOTDIR=/junk/release # If this is a RELEASE, then set #RELEASETAG=RELENG_2_1_0 |