summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-07-26 05:57:52 +0000
committerscottl <scottl@FreeBSD.org>2003-07-26 05:57:52 +0000
commit1653e0663e4e1bb1759bbe675dec95c0066ff559 (patch)
treed11a4901a38c8b6262fb54098bd0da72baa3efcc
parent8f2d8640ee5b2c600f9019de16093b0ef971e24f (diff)
downloadFreeBSD-src-1653e0663e4e1bb1759bbe675dec95c0066ff559.zip
FreeBSD-src-1653e0663e4e1bb1759bbe675dec95c0066ff559.tar.gz
Fix the release build with a forgotten '-f'.
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 77d406a..4959761 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -64,8 +64,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG}
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
# builds via KERNEL_FLAGS.
# Similarly, you can specify make flags for make readmes via PORTREADMES_FLAGS.
-#WORLD_FLAGS=-j4
-#KERNEL_FLAGS=-j4
+WORLD_FLAGS=-j8 -s
+KERNEL_FLAGS=-j8 -s
#PORTREADMES_FLAGS=-j4
TARGET_ARCH?= ${MACHINE_ARCH}
@@ -736,7 +736,7 @@ release.9:
sh -e ${DOFS_SH} mfsroot ${RD} ${MNT} \
${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL}
@gzip -9vc mfsroot > ${RD}/mfsroot/mfsroot.gz
- @rm mfsroot mfsroot-small
+ @rm -f mfsroot mfsroot-small
touch ${.TARGET}
release.10:
OpenPOWER on IntegriCloud