svn commit: r188851 - head/release/picobsd/build

Luigi Rizzo luigi at FreeBSD.org
Fri Feb 20 06:28:57 PST 2009


Author: luigi
Date: Fri Feb 20 14:28:56 2009
New Revision: 188851
URL: http://svn.freebsd.org/changeset/base/188851

Log:
  when initializing, also build _includes and _libraries
  
  On passing, fix a wrong comment
  
  MFC after:	3 days

Modified:
  head/release/picobsd/build/picobsd

Modified: head/release/picobsd/build/picobsd
==============================================================================
--- head/release/picobsd/build/picobsd	Fri Feb 20 14:10:23 2009	(r188850)
+++ head/release/picobsd/build/picobsd	Fri Feb 20 14:28:56 2009	(r188851)
@@ -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
     )
 }
 


More information about the svn-src-all mailing list