lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 2536869 1/2: Adapt to a 'make' version change


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2536869 1/2: Adapt to a 'make' version change
Date: Mon, 15 Jun 2020 16:38:36 -0400 (EDT)

branch: master
commit 2536869b67fe904d3dc4bb0f5f32fa7993f2db39
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Adapt to a 'make' version change
    
    GNU make version 4.2.1 changed this warning:
    - -jN forced in submake: disabling jobserver mode.$/d
    + -j1 forced in submake: resetting jobserver mode.$/d
        ^                    ^^^^^^^^^
    In commit da8e76980bd of 20180725T2050Z, 'nychthemeral_test.sh' was
    changed to filter both forms. Now changed 'diagnostics.sed' likewise.
---
 diagnostics.sed | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diagnostics.sed b/diagnostics.sed
index c1f63cb..a7a147c 100644
--- a/diagnostics.sed
+++ b/diagnostics.sed
@@ -43,6 +43,7 @@
 /not remade because of errors\./d
 /^These files are more recent than/d
 /Built [0-9].*T[0-9].*Z\.$/d
+/^make.*\[[0-9]*\]: warning: -j1 forced in submake: resetting jobserver 
mode.$/d
 /^make.*\[[0-9]*\]: warning: -jN forced in submake: disabling jobserver 
mode.$/d
 /^make.*\[[0-9]*\]: \*\*\* \[.*\] Error [0-9]*$/d
 /^make.*\[[0-9]*\]: \[.*\] Error [0-9]* (ignored)$/d



reply via email to

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