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

Luigi Rizzo luigi at FreeBSD.org
Fri May 23 11:22:44 UTC 2014


Author: luigi
Date: Fri May 23 11:22:44 2014
New Revision: 266584
URL: http://svnweb.freebsd.org/changeset/base/266584

Log:
  do not build libraries, they require a lot more stuff

Modified:
  head/release/picobsd/build/picobsd

Modified: head/release/picobsd/build/picobsd
==============================================================================
--- head/release/picobsd/build/picobsd	Fri May 23 09:48:42 2014	(r266583)
+++ head/release/picobsd/build/picobsd	Fri May 23 11:22:44 2014	(r266584)
@@ -175,7 +175,8 @@ create_includes_and_libraries2() { # opt
 	cd $1 ; ${BINMAKE} ${o_par} $2	# specific target, e.g. ld-elf.so
     else
 	export MAKEOBJDIRPREFIX=${l_objtree}
-	make ${o_par} $no toolchain libraries
+	make ${o_par} $no toolchain
+
 	# XXX do we need any of these ?
         eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
 	[ ${o_arch} != `uname -m` ] && \


More information about the svn-src-head mailing list