summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2014-05-23 11:22:44 +0000
committerluigi <luigi@FreeBSD.org>2014-05-23 11:22:44 +0000
commite666b50f1469b5cd2d51b1372ef1d26bc9cca957 (patch)
treefc9aab23f8c81b176e7a3e68aee2120d1472a85c /release/picobsd/build
parent672c28ec684b6ca658c660c9ef90db259d6ae6fb (diff)
downloadFreeBSD-src-e666b50f1469b5cd2d51b1372ef1d26bc9cca957.zip
FreeBSD-src-e666b50f1469b5cd2d51b1372ef1d26bc9cca957.tar.gz
do not build libraries, they require a lot more stuff
Diffstat (limited to 'release/picobsd/build')
-rwxr-xr-xrelease/picobsd/build/picobsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index 0b0baaa..19a9839 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -175,7 +175,8 @@ create_includes_and_libraries2() { # opt_dir opt_target
cd $1 ; ${BINMAKE} ${o_par} $2 # specific target, e.g. ld-elf.so
else
export MAKEOBJDIRPREFIX=${l_objtree}
- make ${o_par} $no toolchain libraries
+ make ${o_par} $no toolchain
+
# XXX do we need any of these ?
eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
[ ${o_arch} != `uname -m` ] && \
OpenPOWER on IntegriCloud