summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-18 20:01:41 +0000
committereivind <eivind@FreeBSD.org>1998-02-18 20:01:41 +0000
commit1960e2add578f6a675aa3e3248667cbab0ffa3ce (patch)
treed7c1ab98817a7fbcfcc6c1594d2bebacf7c51f14 /release
parent4d644306f07da96f400524d47b8d97a494be1eb7 (diff)
downloadFreeBSD-src-1960e2add578f6a675aa3e3248667cbab0ffa3ce.zip
FreeBSD-src-1960e2add578f6a675aa3e3248667cbab0ffa3ce.tar.gz
... since config no long have a -n option in -current either, do the
obvious thing. (-n gone).
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 2fefc73..f86df16 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.340 1998/02/01 06:35:44 pst Exp $
+# $Id: Makefile,v 1.341 1998/02/13 20:34:25 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -620,7 +620,7 @@ installCRUNCH:
#
doKERNEL:
rm -f ${RD}/kernels/${KERNEL}
- cd ${.CURDIR}/../sys/i386/conf && config -n ${KERNEL}
+ cd ${.CURDIR}/../sys/i386/conf && config ${KERNEL}
cd ${.CURDIR}/../sys/compile/${KERNEL} && \
make depend && \
make kernel && \
OpenPOWER on IntegriCloud