From 58ec2fd820078708aa5c97b1150f36d7f4ac91f3 Mon Sep 17 00:00:00 2001 From: luigi Date: Tue, 28 Sep 2010 22:30:11 +0000 Subject: use make from the toolchain, as the source tree may depend on specific features (e.g. on recent HEAD, rtld fails with older 'make') 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 c9e8fc7..b798389 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -176,9 +176,9 @@ create_includes_and_libraries2() { # opt_dir opt_target ( cd ${SRC}; # make -DNOCLEAN -DNOPROFILE -DNOGAMES -DNOLIBC_R -DPICOBSD buildworld if [ -d "$1" ] ; then - cd $1 ; make $2 # specific target, e.g. ld-elf.so + cd $1 ; ${BINMAKE} $2 # specific target, e.g. ld-elf.so else - make _+_= $no toolchain _includes _libraries + ${BINMAKE} _+_= $no toolchain _includes _libraries fi ) } -- cgit v1.1