bug-make
[Top][All Lists]
Advanced

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

[bug #63373] make 4.4: build failure using AIX XLC 16.1


From: Paul D. Smith
Subject: [bug #63373] make 4.4: build failure using AIX XLC 16.1
Date: Wed, 16 Nov 2022 09:27:29 -0500 (EST)

Follow-up Comment #1, bug #63373 (project make):

Strange, I could have sworn I went through all the code and fixed this a few
months ago when Dmitry was testing builds on AIX.

Will fix, thanks for the report.


diff --git a/src/main.c b/src/main.c
index 78729de1..ba92de37 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1503,7 +1503,7 @@ main (int argc, char **argv, char **envp)

         /* If this is MAKE_RESTARTS, check to see if the "already printed
            the enter statement" flag is set.  */
-        if (len == 13 && memcmp (envp[i], STRING_SIZE_TUPLE
("MAKE_RESTARTS")) == 0)
+        if (len == 13 && memcmp (envp[i], "MAKE_RESTARTS", 13) == 0)
           {
             if (*ep == '-')
               {



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63373>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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