lilypond-devel
[Top][All Lists]
Advanced

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

Re: Patch: Delete intermediate ps files


From: Graham Percival
Subject: Re: Patch: Delete intermediate ps files
Date: Wed, 8 Jul 2009 16:18:09 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Yes, that patch is the only thing needed to fix it.  However, does
this patch apply cleanly, without disrupting any regtests?  It's
possible that some (badly written) regtests require the
intermediate files to be built.  If so, we'd need to add a build
rule to add the -d option to enable intermediate files.

If you can check this, and add a NEWS item about this change, then
we can apply the patch.

Cheers,
- Graham

On Wed, Jul 08, 2009 at 01:57:00PM +0900, Maximilian Albert wrote:
> Hi,
> 
> am I missing something or is the only thing that is needed to solve
> the first part of issue #685 (see
> http://code.google.com/p/lilypond/issues/detail?id=685 ) a one-line
> change as in the attached patch? As for the second part, are log files
> still created by default? This doesn't seem to be the case with the
> latest version 2.13.4.
> 
> Cheers,
> Max

> From e7c2bc32829c1e6a9197c893497019a7b2904ded Mon Sep 17 00:00:00 2001
> From: Maximilian Albert <address@hidden>
> Date: Wed, 8 Jul 2009 13:55:49 +0900
> Subject: [PATCH] Delete intermediate ps files by default
> 
> ---
>  scm/lily.scm |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/scm/lily.scm b/scm/lily.scm
> index 270ed42..53dd685 100644
> --- a/scm/lily.scm
> +++ b/scm/lily.scm
> @@ -65,7 +65,7 @@ configurations.")
>  "Debug cyclic callback chains.")
>      (debug-skylines #f
>  "Debug skylines.")
> -    (delete-intermediate-files #f
> +    (delete-intermediate-files #t
>  "Delete unusable, intermediate PostScript files.")
>      (dump-profile #f
>  "Dump memory and time information for each file.")
> -- 
> 1.6.0.4
> 

> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel





reply via email to

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