]> git.donarmstrong.com Git - lilypond.git/commitdiff
Generate a .pe script for one design size at a time.
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Thu, 15 May 2014 09:17:09 +0000 (11:17 +0200)
committerhanwen <hanwen@lilypond.org>
Mon, 26 May 2014 07:48:08 +0000 (09:48 +0200)
In make

 a b: c
   command

is shorthand for

 a: c
   command
 b: c
   command

this means that in parallel builds the same command may be invoked twice.

Fix this by associating each command with only one target, and adding
dummy dependencies. Also, generate the .pe for only one design size at
a time.


No differences found