summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-21 22:37:18 +0000
committerru <ru@FreeBSD.org>2003-02-21 22:37:18 +0000
commitf5201caa3703626072d93a3756c41d57da209e7b (patch)
treec35eefe4599c4df80f8d224654dc3a7fcfc3d47e /release/Makefile
parent4d4115d2f31c5cbc54d2940f0f6a2eaaa6ca7d1e (diff)
downloadFreeBSD-src-f5201caa3703626072d93a3756c41d57da209e7b.zip
FreeBSD-src-f5201caa3703626072d93a3756c41d57da209e7b.tar.gz
Fixed synopsis.
Mention that md(4) should be active (from release(7)). Yet, this has nothing to do with bsd.prog.mk.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index 237c2db..ad85aae 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
#
-# make release CHROOTDIR=/some/dir BUILDNAME=somename CVSROOT=/cvs/dir \
-# [ RELEASETAG=tag ]
+# make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \
+# [RELEASETAG=tag]
#
# Where "/some/dir" is the pathname of a directory on a some filesystem with
# at least 1000MB of free space, "somename" is what you want the release to
@@ -9,8 +9,8 @@
# which CVS "tag" name should be used when checking out the sources to build
# the release (default is HEAD).
#
-# Please note: the md(4) driver must be compiled into your kernel
-# or available as a kld(4)-style kernel module,
+# Please note: the md(4) driver must be present in the kernel
+# (either by being compiled in or loaded as a kld(4) module),
# otherwise the target 'release.9' and possibly others will fail.
#
# Note: "/some/dir" cannot reside on a filesystem mounted with
@@ -317,7 +317,7 @@ CVS_PORTSARGS= -P
CVS_PORTSARGS+= -r ${PORTSRELEASETAG}
.endif
-rerelease release:
+release rerelease:
.if !defined(CHROOTDIR) || !defined(BUILDNAME) || !defined(CVSROOT)
@echo "To make a release you must set CHROOTDIR, BUILDNAME and CVSROOT" && false
.endif
@@ -1125,5 +1125,3 @@ doMFSKERN:
${BOOTINODE} ${BOOTLABEL}
.endif
@echo "Created ${RD}/floppies/${FSIMAGE}.flp"
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud