lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3931 in lilypond: Patch: Generate a .pe script for


From: lilypond
Subject: [Lilypond-auto] Issue 3931 in lilypond: Patch: Generate a .pe script for one design size at a time.
Date: Tue, 27 May 2014 19:02:41 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 3931 by address@hidden: Patch: Generate a .pe script for one design size at a time.
http://code.google.com/p/lilypond/issues/detail?id=3931

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.

Relative to botched commit 366316fd6be846c2050be6b1b3955b261026187e,
this:

* does not write .dep files from gen-emmentaler-scripts (the makefile
  already writes them)

* declares explicit dependencies on out/*.lisp for the out/%.otf-table
  rule.

http://codereview.appspot.com/102760043

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]