bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2340 in lilypond: Patch: Build: Remove .PRECIOUS flags.


From: lilypond
Subject: Issue 2340 in lilypond: Patch: Build: Remove .PRECIOUS flags.
Date: Tue, 21 Feb 2012 10:10:04 +0000

Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 2340 by address@hidden: Patch: Build: Remove .PRECIOUS flags.
http://code.google.com/p/lilypond/issues/detail?id=2340

Build: Remove .PRECIOUS flags.

Since 820c7ff5d380e8ca52057717ab3176b5e40107fd all files are treated as
.SECONDARY files. This means that `make' will not delete files that it
identifies as intermediate files, which would be it's default behavior
otherwise.

Currently, lexer and parser files, some font files, and some postscript
files are treated as .PRECIOUS in the build. This means that `make'
will never delete these files, even when the rule for creating them
failed. It seems that these files were flagged as .PRECIOUS in order
to keep them around after a successful build, preventing `make' from
removing them. But treating these files as .SECONDARY is sufficient
for this purpose. The .PRECIOUS flag introduces potential problems
that we would rather avoid.

http://codereview.appspot.com/5688059




reply via email to

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