... since config no long have a -n option in -current either, do the

obvious thing.  (-n gone).
This commit is contained in:
Eivind Eklund 1998-02-18 20:01:41 +00:00
parent d0bb2cddc7
commit 422ff3d10c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33586

View File

@ -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 && \