diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2014-05-23 11:22:44 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2014-05-23 11:22:44 +0000 |
| commit | f36b456b26b8810ac83c6c06c558fa09e449ba54 (patch) | |
| tree | fc9aab23f8c81b176e7a3e68aee2120d1472a85c /release | |
| parent | fa0f6e62c69e1920680eceb514976ef5c5d8f4da (diff) | |
Notes
Diffstat (limited to 'release')
| -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 0b0baaa74495..19a983949277 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` ] && \ |
