mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
... since config no long have a -n option in -current either, do the
obvious thing. (-n gone).
This commit is contained in:
parent
d0bb2cddc7
commit
422ff3d10c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33586
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user