DragonFly commits List (threaded) for 2007-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/share/mk bsd.hostlib.mk bsd.hostprog.mk
corecode 2007/08/25 08:22:30 PDT
DragonFly src repository
Modified files:
share/mk bsd.hostlib.mk bsd.hostprog.mk
Log:
Don't hang `all' off `_EXTRADEPEND', but rather on `afterdepend'.
The problem with using _EXTRADEPEND is that ${DEPENDFILE} depends on
_EXTRADEPEND, which means it will depend on the phony `all' source which
is always out of date. If we make `all' a source of `afterdepend',
the .depend file won't be regernerated every time.
Revision Changes Path
1.2 +1 -1 src/share/mk/bsd.hostlib.mk
1.7 +7 -4 src/share/mk/bsd.hostprog.mk
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.hostlib.mk.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.hostprog.mk.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]