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

Issue 5490077: Build: Try to convince `make' to keep intermediate files. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by Julien Rioux
Modified:
12 years, 3 months ago
Reviewers:
Keith, Graham Percival, mail
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Build: Try to convince `make' to keep intermediate files. Possible fix to issue 1906.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -9 lines) Patch
M Documentation/GNUmakefile View 1 chunk +0 lines, -2 lines 0 comments Download
M Documentation/topdocs/GNUmakefile View 1 chunk +0 lines, -2 lines 0 comments Download
M make/doc-i18n-root-rules.make View 1 chunk +0 lines, -2 lines 0 comments Download
M make/stepmake.make View 1 chunk +3 lines, -0 lines 0 comments Download
M stepmake/stepmake/texinfo-rules.make View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 6
Julien Rioux
This could possibly fix the recurring issues with parallel make. However if `make -jX' does ...
12 years, 4 months ago (2011-12-19 23:37:53 UTC) #1
Keith
Works with no problem on my (single-processor) Fedora system, for what little that is worth. ...
12 years, 4 months ago (2011-12-21 07:42:41 UTC) #2
mail_philholmes.net
----- Original Message ----- From: <julien.rioux@gmail.com> To: <julien.rioux@gmail.com> Cc: <reply@codereview-hr.appspotmail.com>; <lilypond-devel@gnu.org> Sent: Monday, December 19, ...
12 years, 4 months ago (2011-12-21 09:22:17 UTC) #3
Graham Percival
On Wed, Dec 21, 2011 at 09:22:11AM -0000, Phil Holmes wrote: > A general comment ...
12 years, 4 months ago (2011-12-21 15:18:26 UTC) #4
mail_philholmes.net
----- Original Message ----- From: "Graham Percival" <graham@percival-music.ca> To: "Phil Holmes" <mail@philholmes.net> Cc: <julien.rioux@gmail.com>; <lilypond-devel@gnu.org>; ...
12 years, 4 months ago (2011-12-21 15:24:52 UTC) #5
Julien Rioux
12 years, 4 months ago (2011-12-22 04:38:20 UTC) #6
On Wed, Dec 21, 2011 at 2:42 AM,  <k-ohara5a5a@oco.net> wrote:
> Works with no problem on my (single-processor) Fedora system, for what
> little that is worth.
>
> Could you point out which files are affected by .SECONDARY, Julien, so
> users of the affected systems might test specifically to see if this
> addresses their problem?

One of the problem in addressing the various reports is precisely that
there is not specifically a single file that you can test for. But
generally if out.html is generated from out.texi which is generated
from in.texi, then make would consider out.texi an intermediate file
and would remove it. If it is specifically marked as a target of
.SECONDARY or .PRECIOUS then make will not remove it.

> The machine-generated parser.cc, for example, is not deleted by make
> either with or without your patch.

I think this is one of the files marked as .PRECIOUS

> http://codereview.appspot.com/5490077/
Sign in to reply to this message.

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