DragonFly commits List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/share/mk bsd.port.mk
dillon 2005/01/08 03:58:46 PST
DragonFly src repository
Modified files:
share/mk bsd.port.mk
Log:
Do not specify the -B option when executing the sub-make. In the BSD
make, -B is a compatibility option to execute shell commands one per line.
In GNU make (as of vers 3.80) -B is --always-make, which forces all targets
to be made regardless of whether they are out of date or not.
Since both GNU make and our make use MAKEFLAGS to pass build flags between
invocations, -B gets propogated down the chain into the gnu make and blows
everything to itsy bitsy little pieces.
Revision Changes Path
1.24 +9 -3 src/share/mk/bsd.port.mk
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.port.mk.diff?r1=1.23&r2=1.24&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]