]> git.donarmstrong.com Git - lilypond.git/commitdiff
* mf/GNUmakefile: Add `-f' flag to `rm' command while removing
authorWerner Lemberg <wl@gnu.org>
Mon, 29 Aug 2005 07:49:45 +0000 (07:49 +0000)
committerWerner Lemberg <wl@gnu.org>
Mon, 29 Aug 2005 07:49:45 +0000 (07:49 +0000)
the `*.scale.pfa' files to avoid warnings.

ChangeLog
mf/GNUmakefile

index 5ed592e0dd928f6b30aa83773d86bf3ad3201d82..51a808bab1d01e0ccfc7ca32b61603ccec683412 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-29  Werner Lemberg  <wl@gnu.org>
+
+       * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
+       the `*.scale.pfa' files to avoid warnings.
+
 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/tempo-performer.cc (process_music): idem.
index 5434ddc0c4118c5f22fbf1c8024826b7c2f91f6d..f8b18ab47cfeb4353c1022bbaaf69dd931fd5416 100644 (file)
@@ -62,7 +62,7 @@ MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) --no-afm
 $(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