From 1960e2add578f6a675aa3e3248667cbab0ffa3ce Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 18 Feb 1998 20:01:41 +0000 Subject: ... since config no long have a -n option in -current either, do the obvious thing. (-n gone). --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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 && \ -- cgit v1.1