Page MenuHomeFreeBSD

D29582.1784761257.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D29582.1784761257.diff

diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -152,7 +152,7 @@
disc1: packagesystem
# Install system
mkdir -p ${.TARGET}
- cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
+ cd ${WORLDDIR} && ${IMAKE} installworld installkernel distribution \
DESTDIR=${.OBJDIR}/${.TARGET} MK_AT=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
MK_TOOLCHAIN=no MK_PROFILE=no \
@@ -177,7 +177,7 @@
bootonly: packagesystem
# Install system
mkdir -p ${.TARGET}
- cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
+ cd ${WORLDDIR} && ${IMAKE} installworld installkernel distribution \
DESTDIR=${.OBJDIR}/${.TARGET} MK_AT=no \
MK_GAMES=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
@@ -200,7 +200,7 @@
dvd: packagesystem
# Install system
mkdir -p ${.TARGET}
- cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
+ cd ${WORLDDIR} && ${IMAKE} installworld installkernel distribution \
DESTDIR=${.OBJDIR}/${.TARGET} MK_RESCUE=no MK_KERNEL_SYMBOLS=no \
MK_TESTS=no MK_DEBUG_FILES=no \
-DDB_FROM_SRC

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 11:00 PM (1 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29232289
Default Alt Text
D29582.1784761257.diff (1 KB)

Event Timeline