groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/12: [gxditview]: Build more quietly.


From: G. Branden Robinson
Subject: [groff] 08/12: [gxditview]: Build more quietly.
Date: Thu, 21 Oct 2021 07:07:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit da0812ca9b0e819f4d97aaf6a35bef71bae07a4f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Oct 21 20:23:01 2021 +1100

    [gxditview]: Build more quietly.
    
    * src/devices/xditview/xditview.am: Build more quietly.
      (src/devices/xditview/GXditview-ad.h): Drop progress-reporting `echo`
      in favor of prefixing rule command with `$(AM_V_GEN)`.
    
    Also wrap long lines and tweak legal notice formatting.
---
 ChangeLog                        |  6 ++++++
 src/devices/xditview/xditview.am | 20 +++++++++++---------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4ca98d3..945f1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-10-21  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * src/devices/xditview/xditview.am: Build more quietly.
+       (src/devices/xditview/GXditview-ad.h): Drop progress-reporting
+       `echo` in favor of prefixing rule command with `$(AM_V_GEN)`.
+
+2021-10-21  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * font/devpdf/devpdf.am: Build more quietly.
        (font/devpdf/enc/text.enc, font/devpdf/map/symbolmap,
        $(DEVPDFFONTMAP_1)): Prefix all rule commands with
diff --git a/src/devices/xditview/xditview.am b/src/devices/xditview/xditview.am
index 2968a66..625ab8a 100644
--- a/src/devices/xditview/xditview.am
+++ b/src/devices/xditview/xditview.am
@@ -4,11 +4,11 @@
 #
 # groff is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free
-# Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
 #
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
 #
@@ -50,14 +50,14 @@ CLEANFILES += $(XDITVIEW_GENHDRS)
 
 man1_MANS += src/devices/xditview/gxditview.1
 
-# Because we defined gxditview_CPPFLAGS, automake renames all the xditview's 
-# objects, adding an "gxditview-" prefix. 
+# Because we defined gxditview_CPPFLAGS, automake renames all of
+# xditview's objects, adding an "gxditview-" prefix.
 src/devices/xditview/gxditview-device.$(OBJEXT): defs.h
 src/devices/xditview/gxditview-xditview.$(OBJEXT): $(XDITVIEW_GENHDRS)
 
 src/devices/xditview/GXditview-ad.h: $(xditview_srcdir)/GXditview.ad
-       @echo Making $@
-       $(SHELL) $(xditview_srcdir)/ad2c $(xditview_srcdir)/GXditview.ad > $@
+       $(AM_V_GEN)$(SHELL) $(xditview_srcdir)/ad2c \
+         $(xditview_srcdir)/GXditview.ad > $@
 endif
 
 EXTRA_DIST += \
@@ -89,7 +89,9 @@ if WITHOUT_X11
 install_xditview:
 uninstall_xditview:
 else
-install_xditview: $(xditview_srcdir)/GXditview.ad 
$(xditview_srcdir)/GXditview-color.ad
+install_xditview: \
+  $(xditview_srcdir)/GXditview.ad \
+  $(xditview_srcdir)/GXditview-color.ad
        -test -d $(DESTDIR)$(appresdir) \
          || $(mkinstalldirs) $(DESTDIR)$(appresdir)
        if test -f $(DESTDIR)$(appresdir)/GXditview; then \



reply via email to

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