Author: luigi
Date: Tue Sep 28 22:30:11 2010
New Revision: 213252
URL: http://svn.freebsd.org/changeset/base/213252

Log:
  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

Modified:
  head/release/picobsd/build/picobsd

Modified: head/release/picobsd/build/picobsd
==============================================================================
--- head/release/picobsd/build/picobsd  Tue Sep 28 21:13:54 2010        
(r213251)
+++ head/release/picobsd/build/picobsd  Tue Sep 28 22:30:11 2010        
(r213252)
@@ -176,9 +176,9 @@ create_includes_and_libraries2() { # opt
     ( 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
     )
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to