]> git.donarmstrong.com Git - lilypond.git/commit
Build: Use order-only prerequisites in lilypond-book chain rule.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Tue, 7 Feb 2012 16:51:16 +0000 (11:51 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Wed, 22 Feb 2012 14:12:04 +0000 (09:12 -0500)
commit0bb3eb14a16a605ca202dacbf657bdbe5dc94ebf
tree8720458470d2d3d787a63b043ded200601492bb5
parentd7f915509a80b06e2788e89de28f7fae6d2ac71a
Build: Use order-only prerequisites in lilypond-book chain rule.

The chain rule makes sure that only one instance of lilypond-book
is running at once. However, it also adds superficial dependencies
between manuals. We can avoid this using GNU make's order-only
syntax for prerequisites, which adds a pipe (|) character in front.
make/ly-rules.make