Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5530)

Issue 93430043: Generate a .pe script for one design size at a time. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by hanwenn
Modified:
9 years, 11 months ago
Reviewers:
dak, lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

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.

Patch Set 1 #

Patch Set 2 : disambiguate generate pe files #

Patch Set 3 : remove more cruft #

Total comments: 2

Patch Set 4 : touch targets #

Patch Set 5 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -72 lines) Patch
M mf/GNUmakefile View 1 2 3 4 8 chunks +28 lines, -46 lines 0 comments Download
M scripts/build/gen-emmentaler-scripts.py View 1 2 2 chunks +28 lines, -26 lines 0 comments Download

Messages

Total messages: 10
hanwenn
disambiguate generate pe files
9 years, 11 months ago (2014-05-15 09:22:49 UTC) #1
hanwenn
remove more cruft
9 years, 11 months ago (2014-05-17 14:13:29 UTC) #2
hanwenn
please review.
9 years, 11 months ago (2014-05-17 14:16:28 UTC) #3
lemzwerg
https://codereview.appspot.com/93430043/diff/40001/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/93430043/diff/40001/mf/GNUmakefile#newcode119 mf/GNUmakefile:119: true Does this really work? I've never seen a ...
9 years, 11 months ago (2014-05-17 15:13:20 UTC) #4
hanwenn
touch targets
9 years, 11 months ago (2014-05-18 12:24:09 UTC) #5
hanwenn
comment
9 years, 11 months ago (2014-05-18 12:33:50 UTC) #6
hanwenn
On 2014/05/17 15:13:20, lemzwerg wrote: > https://codereview.appspot.com/93430043/diff/40001/mf/GNUmakefile > File mf/GNUmakefile (right): > > https://codereview.appspot.com/93430043/diff/40001/mf/GNUmakefile#newcode119 > ...
9 years, 11 months ago (2014-05-18 12:33:58 UTC) #7
lemzwerg
LGTM now, thanks.
9 years, 11 months ago (2014-05-18 16:38:29 UTC) #8
hanwenn
what's the procedure for pushing this after the LGTM? Can I just push the commit ...
9 years, 11 months ago (2014-05-20 19:38:58 UTC) #9
dak
9 years, 11 months ago (2014-05-20 19:58:40 UTC) #10
Han-Wen Nienhuys <hanwenn@gmail.com> writes:

> what's the procedure for pushing this after the LGTM? Can I just push
> the commit onto master?
>
> On Sun, May 18, 2014 at 6:38 PM,  <lemzwerg@googlemail.com> wrote:
>> LGTM now, thanks.
>>
>> https://codereview.appspot.com/93430043/

LGTM is just a thumbs-up from one reviewer.  If the review looks
favorably, the patch will be promoted to Patch-push status by the Patch
meister eventually.  That's when one can rebase and push the patch to
staging (never! master) and mark the issue as fixed.  Automated
procedures will do a complete check of staging regularly (every few
hours) and push it to master when it passes all of a number of checks.

-- 
David Kastrup
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b