lilypond-devel
[Top][All Lists]
Advanced

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

Tiny patch for 2.5.10


From: Matthias Neeracher
Subject: Tiny patch for 2.5.10
Date: Mon, 31 Jan 2005 02:04:05 -0800

While 2.5.10 looks good (and fixes the many diagnostic messages I saw with 2.5.9), there is a small flaw in the build: It assumes that the package is already installed while it's being built, otherwise lily.scm is not found.

This can be remedied with the following patch:

–––––––––––––––––––––
diff -ru lilypond-2.5.10-orig/mf/GNUmakefile lilypond-2.5.10/mf/GNUmakefile
--- lilypond-2.5.10-orig/mf/GNUmakefile Sun Jan 30 22:41:18 2005
+++ lilypond-2.5.10/mf/GNUmakefile      Mon Jan 31 00:02:15 2005
@@ -62,7 +62,7 @@
        (cd $(outdir) && fontforge -script $(notdir $<))

 $(CFF_PS_FILES): $(CFF_FILES)
- cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond --verbose $(abs-srcdir)/ly/generate-embedded-cff + cd $(outdir) && LILYPONDPREFIX=$(builddir) $(builddir)/lily/$(outconfbase)/lilypond --verbose $(abs-srcdir)/ly/generate-embedded-cff

$(outdir)/%.otf-table: $(outdir)/%.lisp $(if $(findstring brace,$<),,$(subst feta,parmesan,$<))
        cat $< \
–––––––––––––––––––––

Matthias





reply via email to

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