Date: Tue, 31 May 2005 07:14:52 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.subdir.mk Message-ID: <200505310714.j4V7Eq3W003904@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505310714.j4V7Eq3W003904>
