PERFORCE change 33973 for review
Chris Vance
cvance at FreeBSD.org
Wed Jul 2 10:45:29 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33973
Change 33973 by cvance at cvance_korben on 2003/07/02 03:45:07
Reduce the chunking size so this version of sysinstall won't die.
Build modules for optional kernels
Affected files ...
.. //depot/projects/trustedbsd/sebsd/release/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/release/Makefile#2 (text+ko) ====
@@ -58,8 +58,8 @@
# If you want to pass flags to the world build such as -j X, use
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
# builds via KERNEL_FLAGS.
-#WORLD_FLAGS=-j4
-#KERNEL_FLAGS=-j4
+WORLD_FLAGS=-j3
+KERNEL_FLAGS=-j3
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == ${MACHINE_ARCH}
@@ -218,7 +218,7 @@
MFSSIZE= 8192
.endif
-ZIPNSPLIT= gzip --no-name -9 -c | split -b 1423k -
+ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
# Things that need to be recompiled with Kerberos support.
.if exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto) && !defined(NOKERBEROS)
@@ -511,7 +511,7 @@
release.4:
.for kernel in ${KERNELS}
cd ${.CURDIR}/..; \
- ${CROSSMAKE} ${KERNEL_FLAGS} -DNO_MODULES \
+ ${CROSSMAKE} ${KERNEL_FLAGS} \
KERNCONF=${kernel} INSTKERNNAME=${kernel} kernel \
DESTDIR=${RD}/trees/base
.endfor
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list