Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: sharesrc/share/mk



Module Name:    sharesrc
Committed By:   sommerfeld
Date:           Tue Apr 30 14:29:02 UTC 2002

Modified Files:
        sharesrc/share/mk: bsd.links.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 sharesrc/share/mk/bsd.links.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index