From 62c4509d7bd01aa6da0277cedda953846f77b0b1 Mon Sep 17 00:00:00 2001 From: luigi Date: Fri, 20 Feb 2009 14:28:56 +0000 Subject: when initializing, also build _includes and _libraries On passing, fix a wrong comment MFC after: 3 days --- release/picobsd/build/picobsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 69236aa..a3b3cf5 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -150,7 +150,7 @@ set_defaults() { trap fail 15 } -# entry for 4.x and earlier trees +# use the new build infrastructure create_includes_and_libraries2() { local no log "create_includes_and_libraries2() for ${SRC}" @@ -163,7 +163,7 @@ create_includes_and_libraries2() { export MAKEOBJDIRPREFIX ( cd ${SRC}; # make -DNOCLEAN -DNOPROFILE -DNOGAMES -DNOLIBC_R -DPICOBSD buildworld - make _+_= $no toolchain + make _+_= $no toolchain _includes _libraries ) } -- cgit v1.1