Searched hist:218130 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/release/picobsd/build/
H A Dpicobsddiff 218359 Sat Feb 05 21:07:28 MST 2011 luigi following the recent (218130) changes to Makefile and Makefile.inc1,
we need to set TARGET and TARGET_ARCH to get a correct WMAKEENV.
I am setting both to i386 since this is what picobsd is used for,
though there might be a better fix.

Add initial support for parallel make. This is disabled right now,
because there are incorrect dependencies somewhere which require
to run picobsd 2-3 times to complete a build.

MFC after: 2 weeks
/freebsd-10.0-release/
H A DMakefilediff 218130 Mon Jan 31 13:31:18 MST 2011 imp Move the architecture guessing from Makefile.inc1 to Makefile. We
need to do this because variables specified on the command line
override those specified in the Makefile. This is why we also moved
from TARGET to _TARGET in Makefile, and then set TARGET on the command
line when we fork a submake with Makefile.inc1.

This makes mips/mips work again, even without the workaround committed to
lib/libc/Makefile.

Completed in 102 milliseconds