From: Werner Lemberg Date: Mon, 29 Aug 2005 07:49:45 +0000 (+0000) Subject: * mf/GNUmakefile: Add `-f' flag to `rm' command while removing X-Git-Tag: release/2.7.8~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2243b0374c3d879d9d4ee86c77b22f1fed5b6938;p=lilypond.git * mf/GNUmakefile: Add `-f' flag to `rm' command while removing the `*.scale.pfa' files to avoid warnings. --- diff --git a/ChangeLog b/ChangeLog index 5ed592e0dd..51a808bab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-29 Werner Lemberg + + * mf/GNUmakefile: Add `-f' flag to `rm' command while removing + the `*.scale.pfa' files to avoid warnings. + 2005-08-29 Han-Wen Nienhuys * lily/tempo-performer.cc (process_music): idem. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 5434ddc0c4..f8b18ab47c 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -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