cvs commit: src/share/mk bsd.subdir.mk
Ruslan Ermilov
ru at FreeBSD.org
Tue May 31 00:14:53 PDT 2005
ru 2005-05-31 07:14:51 UTC
FreeBSD src repository
Modified files:
share/mk bsd.subdir.mk
Log:
For ${SUBDIR} targets, change the type of dependency operator from `::'
to `:', so that it stays compatible with a stale dependency recorded in
.depend when the type of "foo" changes from file to directory or back.
Compensate for the loss of the "If no sources are specified, the target
is always re-created" feature by marking these targets with the .PHONY
attribute. While here, fix a bug in the target's script (nobody uses
these targets apparently).
Revision Changes Path
1.50 +2 -2 src/share/mk/bsd.subdir.mk
More information about the cvs-src
mailing list