groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/08: BuildFoundries: Don't hush afmtodit diagnostics.


From: G. Branden Robinson
Subject: [groff] 05/08: BuildFoundries: Don't hush afmtodit diagnostics.
Date: Mon, 4 May 2020 18:12:35 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 2c4d565680e00cf344499403e1dbae88a8f5fda2
Author: G. Branden Robinson <address@hidden>
AuthorDate: Tue May 5 06:46:37 2020 +1000

    BuildFoundries: Don't hush afmtodit diagnostics.
    
    * font/devpdf/util/BuildFoundries.pl: Stop throwing away diagnostics
      from afmtodit.  This results in only one extra line of build output:
    
        both Upsilon1 and Upsilon map to *U at .../afmtodit line 6413.
---
 ChangeLog                          | 9 +++++++++
 font/devpdf/util/BuildFoundries.pl | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 185f134..d512d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-05-05  G. Branden Robinson <address@hidden>
+
+       * font/devpdf/util/BuildFoundries.pl: Stop throwing away
+       diagnostics from afmtodit.  This results in only one extra line
+       of build output:
+
+               both Upsilon1 and Upsilon map to *U at .../afmtodit line
+               6413.
+
 2020-04-30  G. Branden Robinson <address@hidden>
 
        * src/utils/addftinfo/addftinfo.cpp (usage):
diff --git a/font/devpdf/util/BuildFoundries.pl 
b/font/devpdf/util/BuildFoundries.pl
index e4b657d..d58d5b6 100644
--- a/font/devpdf/util/BuildFoundries.pl
+++ b/font/devpdf/util/BuildFoundries.pl
@@ -186,7 +186,7 @@ sub RunAfmtodit
        $cmd.=" $flg{$f}";
     }
 
-    system("$cmd $enc '$afmfile' $map $gfont 2>/dev/null");
+    system("$cmd $enc '$afmfile' $map $gfont");
 
     if ($?)
     {



reply via email to

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