lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2415 in lilypond: make doc clean does not dele


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2415 in lilypond: make doc clean does not delete logfiles
Date: Tue, 12 Jun 2012 12:53:32 +0000


Comment #5 on issue 2415 by address@hidden: make doc clean does not delete logfiles
http://code.google.com/p/lilypond/issues/detail?id=2415

Sorry for having put a general comment in the patch review email. My feeling about this issue is that cleaning all log files well is done with "find" as said in comment #1, but it's not a good idea to put it in "clean" make target (which is also used by doc-clean, and partially by test-clean), as "clean" recurses into subdirectories, thus wasting time with looking for "*.log" files that have already been all (or mostly if you do this after subdirectories recursion) deleted. If you see how slow make is already with all its subdirectory recursions, it would be less of a hassle to go for option 1) create log-clean make target, which doesn't recurse into subdirs.




reply via email to

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