Werner LEMBERG <w...@gnu.org> writes:

> Hello David and Masamichi!
>
>
>>> I've meant using option `-c' of the compiler.
>> 
>> Uh, removing the actual end product of a command would be sort of
>> strange, wouldn't it?
>
> Yes.  But sometimes there are Makefile rules that remove intermediate
> files.

Why bring up Make?  Make has no mechanism for dealing with intermediate
files (it removes _target_ files by default when the rule producing them
errors out).  So any removal of intermediate files has to happen by
writing it as part of an action.

You could equally well say "sometimes there are shell scripts that
remove intermediate files".

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to