diff options
author | Werner Lemberg <wl@gnu.org> | 2018-02-28 10:54:37 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2018-02-28 12:34:50 +0100 |
commit | 6b56ce7c455c5a3ca5024a05870a122966be0ee3 (patch) | |
tree | fb19df4b1f0b45b9f9d0f2e3615b8573150e333f /font/devcp1047 | |
parent | 458891a439b521d53383b91ff6b956b0322afc7c (diff) | |
download | groff-git-6b56ce7c455c5a3ca5024a05870a122966be0ee3.tar.gz |
Use $(AM_V_GEN) to silence file generation.
Diffstat (limited to 'font/devcp1047')
-rw-r--r-- | font/devcp1047/devcp1047.am | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/font/devcp1047/devcp1047.am b/font/devcp1047/devcp1047.am index ec2234b02..89a699b8a 100644 --- a/font/devcp1047/devcp1047.am +++ b/font/devcp1047/devcp1047.am @@ -32,18 +32,16 @@ MOSTLYCLEANFILES += $(DEVCP1047FONTSFILES) font/devcp1047/DESC EXTRA_DIST += font/devcp1047/R.proto font/devcp1047/DESC.proto $(DEVCP1047FONTSFILES): $(devcp1047_srcdir)/R.proto - @echo Making $@ - @$(MKDIR_P) `dirname $@` - @$(RM) $@ - @$(SHELL) $(GENFONTSSH) $(devcp1047_srcdir)/R.proto \ - $(DEVCP1047RES) $(DEVCP1047CPI) `basename $@` > $@ + $(AM_V_GEN)$(MKDIR_P) `dirname $@` \ + && $(RM) $@ \ + && $(SHELL) $(GENFONTSSH) $(devcp1047_srcdir)/R.proto \ + $(DEVCP1047RES) $(DEVCP1047CPI) `basename $@` > $@ font/devcp1047/DESC: $(devcp1047_srcdir)/DESC.proto - @echo Making $@ - @$(MKDIR_P) `dirname $@` - @$(SHELL) $(GENDESCSH) $(devcp1047_srcdir)/DESC.proto \ - $(DEVCP1047RES) $(DEVCP1047CPI) $(DEVCP1047LPI) \ - $(DEVCP1047FONTS) > $@ + $(AM_V_GEN)$(MKDIR_P) `dirname $@` \ + && $(SHELL) $(GENDESCSH) $(devcp1047_srcdir)/DESC.proto \ + $(DEVCP1047RES) $(DEVCP1047CPI) $(DEVCP1047LPI) \ + $(DEVCP1047FONTS) > $@ ######################################################################## |