]> git.donarmstrong.com Git - lilypond.git/commit
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)
commit366316fd6be846c2050be6b1b3955b261026187e
tree057fcc9c9dbd8211c9d4d070b97852eb149e9c93
parenta281c854e3d3fa55dda8c72dae42f386455a3cb0
Generate a .pe script for one design size at a time.

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.
mf/GNUmakefile
scripts/build/gen-emmentaler-scripts.py