1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

when initializing, also build _includes and _libraries

On passing, fix a wrong comment

MFC after:	3 days
This commit is contained in:
Luigi Rizzo 2009-02-20 14:28:56 +00:00
parent 72dc9f05dd
commit 841a767a94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188851

View File

@ -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
)
}