NetBSD/share
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
..
dict Pick up some changes from FreeBSD- adding "sizeableness" but leaving out 2002-02-20 04:13:56 +00:00
doc Make sure to pass $MACROS to the roff command. 2002-03-06 06:43:02 +00:00
examples Add an example for the new "autoupdown" keyword. 2002-04-11 09:08:19 +00:00
locale Add character 0xbe (uppercase Y diaeresis) to UPPER chars. 2002-01-25 23:40:42 +00:00
man - deprecate ip6forwarding in favour of ip6mode 2002-04-29 10:27:14 +00:00
me Correct error in last commit: "revisions" should not be removed during 2002-03-17 21:11:32 +00:00
misc Add Lulea. Someone may want to call me. 2002-04-02 20:21:59 +00:00
mk make(1) specifies, regarding :: targets: 2002-04-30 14:29:01 +00:00
nls add nls alias database. 2002-02-13 07:54:23 +00:00
sushi Sync with /etc/defaults/rc.conf: remove isdn_autoupdown and isdn_interfaces. 2002-04-11 13:20:22 +00:00
tabset MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
termcap cap_mkdb -> ${CAP_MKDB} 2002-03-30 19:09:52 +00:00
tmac Rename arm26 -> acorn26. 2002-03-24 22:32:36 +00:00
wscons One more fix from Dawid Szymanski 2002-02-14 20:12:36 +00:00
zoneinfo Import tzdata2002c. 2002-04-16 18:36:13 +00:00
Makefile Descend into nls. 2002-02-14 06:49:57 +00:00
Makefile.inc