]> git.donarmstrong.com Git - lilypond.git/commit
Build: Remove .PRECIOUS flags.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Tue, 21 Feb 2012 10:38:10 +0000 (05:38 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Wed, 22 Feb 2012 14:11:48 +0000 (09:11 -0500)
commita6eae16f672eba5b33e783481d6a9f94502b50e0
treef9c067b52508d02dbd2f361e72e558e7fb536569
parentac45f622a1b01a089c056d021741e92933161f82
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.
lily/GNUmakefile
make/mutopia-targets.make
mf/GNUmakefile