NetBSD/share/mk
sommerfeld 36dc09c47d make(1) specifies, regarding :: targets:
Sources for a target do not accumulate over dependency lines
	when this operator is used.

An unstated implication of this is that when parallel builds are done,
each separate instance of the target can be scheduled independantly.
As a result, the linksinstall target with commands could be executed
too early during a parallel build since they didn't actually have a
dependancy on "realinstall".

To fix this, correct the linksinstall:: realinstall dependancy by
eliminating the command-less linksinstall target, and moving the
dependancy to the other linksinstall target.
2002-04-30 14:29:01 +00:00
..
Makefile install bsd.hostlib.mk, since bsd.hostprog.mk is and things in /usr/src/tools wants it. 2001-12-14 05:46:47 +00:00
bsd.README Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. 2002-04-26 15:02:02 +00:00
bsd.dep.mk If DESTDIR is set, do a similar nostdinc dance for the standard C++ include 2001-11-28 04:38:29 +00:00
bsd.doc.mk Don't use .PHONY for targets that are actually installed. Instead use force 2002-02-11 21:14:58 +00:00
bsd.files.mk - in <bsd.files.mk>, don't clear FILES after using it, as that prevents 2002-04-24 08:18:45 +00:00
bsd.hostlib.mk Add more tolerant script-based implementation of mkdep for host tool 2002-01-03 22:45:23 +00:00
bsd.hostprog.mk COPTS is for target objects, not host objects. 2002-03-29 18:58:19 +00:00
bsd.inc.mk Don't use .PHONY for targets that are actually installed. Instead use force 2002-02-11 21:14:58 +00:00
bsd.info.mk Serialize access to $INFODIR/dir; multiple instances of `install-info' 2002-03-01 15:42:10 +00:00
bsd.init.mk Improve readability and reduce redundant redundancy in share/mk; add some 2001-11-02 05:21:47 +00:00
bsd.kernobj.mk Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. 2002-04-26 15:02:02 +00:00
bsd.kinc.mk Don't use .PHONY for targets that are actually installed. Instead use force 2002-02-11 21:14:58 +00:00
bsd.kmod.mk Only attempt to make the machine links for targets 'depend', 'all', 2002-04-09 17:14:38 +00:00
bsd.lib.mk Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. 2002-04-26 15:02:02 +00:00
bsd.links.mk make(1) specifies, regarding :: targets: 2002-04-30 14:29:01 +00:00
bsd.man.mk Don't use .PHONY for targets that are actually installed. Instead use force 2002-02-11 21:14:58 +00:00
bsd.nls.mk Don't use .PHONY for targets that are actually installed. Instead use force 2002-02-11 21:14:58 +00:00
bsd.obj.mk Add a BUILDID variable, which further qualifies object directories. 2002-03-14 18:26:32 +00:00
bsd.own.mk sh3e[bl] uses new toolchain, so remove an .elsif that doesn't make sense 2002-04-29 19:27:07 +00:00
bsd.prog.mk Use the medium low model for sparc64 programs that don't 2GB of data segment. 2002-03-27 05:40:54 +00:00
bsd.subdir.mk Improve readability and reduce redundant redundancy in share/mk; add some 2001-11-02 05:21:47 +00:00
bsd.sys.mk Sun Workshop C 5.0 objects to generating object files with suffixes other than 2002-04-23 00:15:45 +00:00
sys.mk No more arm32. 2002-04-08 12:25:22 +00:00