diff options
author | luigi <luigi@FreeBSD.org> | 2014-05-23 11:22:44 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2014-05-23 11:22:44 +0000 |
commit | e666b50f1469b5cd2d51b1372ef1d26bc9cca957 (patch) | |
tree | fc9aab23f8c81b176e7a3e68aee2120d1472a85c /release/picobsd/build | |
parent | 672c28ec684b6ca658c660c9ef90db259d6ae6fb (diff) | |
download | FreeBSD-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-x | release/picobsd/build/picobsd | 3 |
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` ] && \ |