CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Werner LEMBERG <[EMAIL PROTECTED]>      05/08/29 07:49:45

Modified files:
        .              : ChangeLog 
        mf             : GNUmakefile 

Log message:
        * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
        the `*.scale.pfa' files to avoid warnings.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4094&tr2=1.4095&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/mf/GNUmakefile.diff?tr1=1.169&tr2=1.170&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4094 lilypond/ChangeLog:1.4095
--- lilypond/ChangeLog:1.4094   Sun Aug 28 23:12:12 2005
+++ lilypond/ChangeLog  Mon Aug 29 07:49:44 2005
@@ -1,3 +1,8 @@
+2005-08-29  Werner Lemberg  <[EMAIL PROTECTED]>
+
+       * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
+       the `*.scale.pfa' files to avoid warnings.
+
 2005-08-29  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * lily/tempo-performer.cc (process_music): idem.
Index: lilypond/mf/GNUmakefile
diff -u lilypond/mf/GNUmakefile:1.169 lilypond/mf/GNUmakefile:1.170
--- lilypond/mf/GNUmakefile:1.169       Thu Aug 11 13:00:47 2005
+++ lilypond/mf/GNUmakefile     Mon Aug 29 07:49:45 2005
@@ -62,7 +62,7 @@
 $(outdir)/$(PFA_PREFIX)%.pfa $(outdir)/%.otf $(outdir)/%.svg: $(outdir)/%.pe
        (cd $(outdir) && $(FONTFORGE) -script $(notdir $<))
        $(PYTHON) $(buildscript-dir)/substitute-encoding.py --outdir=$(outdir) 
$@
-       -rm $(outdir)/*.scale.pfa
+       -rm -f $(outdir)/*.scale.pfa
 
 # ugh, this does not work
 $(outdir)/%.pfa: $(outdir)/%.log


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to