Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 14:14:41 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10596 for review
Message-ID:  <200205012114.g41LEfg82533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10596

Change 10596 by green@green_laptop_2 on 2002/05/01 14:13:43

	Make sure the extra kernels defined to be built by release
	do come with their modules.  Also, I guess we don't need a
	slightly-different GENERIC kernel by default in addition
	to the one in /boot/kernel.

Affected files ...

... //depot/projects/trustedbsd/mac/release/Makefile#15 edit

Differences ...

==== //depot/projects/trustedbsd/mac/release/Makefile#15 (text+ko) ====

@@ -123,7 +123,7 @@
 
 # Things which without too much trouble can be considered variables
 # BASE_DISTS are special in that they get full /etc installation sets.
-#
+# 
 .if ${MACHINE_ARCH} == "i386"
 COMPAT_DISTS?=	compat1x compat20 compat21 compat22 compat3x compat4x
 .else
@@ -133,7 +133,7 @@
 CRYPTO_DISTS?=	crypto krb4 krb5
 BASE_DISTS?=	base
 DISTRIBUTIONS?=	${BASE_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS}
-KERNELS?=	GENERIC MAC
+KERNELS?=	MAC
 
 BOOT1=	etc/defaults/rc.conf
 
@@ -469,7 +469,7 @@
 release.3:
 .for kernel in ${KERNELS}
 	cd ${.CURDIR}/..; \
-	${MAKE} ${KERNEL_FLAGS} -DNO_WERROR -DNO_MODULES \
+	${MAKE} ${KERNEL_FLAGS} -DNO_WERROR \
 	    KERNCONF=${kernel} INSTKERNNAME=${kernel} kernel \
 	    DESTDIR=${RD}/trees/base
 .endfor

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205012114.g41LEfg82533>