gbranden pushed a commit to branch master
in repository groff.
commit dc88d8e49692e2b0cd1aa7dad3aba620c17fb2ad
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jan 25 23:26:48 2026 -0600
[devpdf]: Make "BuildFoundries" tolerate warnings.
* font/devpdf/util/BuildFoundries.pl (Warn): Don't set the exit status
to a nonzero value on warnings. This script issues quite a few
warnings at gropdf's "Basic service" level.
The quest for the Goldilocks amount of build discipline continues...
See commit 6198245eac, 24 July.
---
ChangeLog | 6 ++++++
font/devpdf/util/BuildFoundries.pl | 1 -
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 6672d4b54..2cae3b61e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-01-25 G. Branden Robinson <[email protected]>
+
+ * font/devpdf/util/BuildFoundries.pl (Warn): Don't set the exit
+ status to a nonzero value on warnings. This script issues quite
+ a few warnings at gropdf's "Basic service" level.
+
2026-01-25 G. Branden Robinson <[email protected]>
* m4/groff.m4 (GROFF_URW_FONTS_SUPPORT): New Autoconf macro
diff --git a/font/devpdf/util/BuildFoundries.pl
b/font/devpdf/util/BuildFoundries.pl
index dc96a8af2..f13885337 100644
--- a/font/devpdf/util/BuildFoundries.pl
+++ b/font/devpdf/util/BuildFoundries.pl
@@ -475,7 +475,6 @@ sub Notice {
sub Warn {
my $msg=shift;
Msg("warning: line $lct: $msg");
- $xitcd=2;
}
sub Die {
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit