summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2013-11-04 23:46:20 +0000
committerluigi <luigi@FreeBSD.org>2013-11-04 23:46:20 +0000
commitc78dc87cdc97ff21dfd94d90c46778194b44febc (patch)
treefd8fe1b451762bbb3e2efcf36529490670ac6530 /release
parent94bdd999bb990eb9d14b55fa8a90bfd8e4005a8e (diff)
downloadFreeBSD-src-c78dc87cdc97ff21dfd94d90c46778194b44febc.zip
FreeBSD-src-c78dc87cdc97ff21dfd94d90c46778194b44febc.tar.gz
bmake does not have a -v option so remove it
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/picobsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index f2c847b..035a4d2 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -437,7 +437,7 @@ do_kernel() { # OK
[ "${o_do_modules}" = "yes" ] && export MODULES=""
# kernel build not parallelizable yet
${BINMAKE} KERNCONF=${l_kernconf} \
- -v -f ${PICO_TREE}/build/Makefile.conf ) || \
+ -f ${PICO_TREE}/build/Makefile.conf ) || \
fail $? missing_kernel
}
@@ -677,7 +677,7 @@ populate_mfs_tree() {
a=${BUILDDIR}/crunch1.conf
( export BUILDDIR SRC MY_TREE PICO_OBJ ;
${BINMAKE} \
- -v -f ${PICO_TREE}/build/Makefile.conf ${BUILDDIR}/crunch.mk )
+ -f ${PICO_TREE}/build/Makefile.conf ${BUILDDIR}/crunch.mk )
log "Libs are ${LIBS} "
export SRC # used by crunch.mk
# export LIBS CFLAGS
OpenPOWER on IntegriCloud