On 12/26/17 13:29, Paul Smith wrote:
Well, this clearly shows that the ARCH variable has been supplied on
the command line, NOT through the environment.
Except, it was not!
When I stop the make process, and look at its info under /proc, ARCH is
certainly not in the supplied arguments:
$ ps ax | grep gmake
11802 4 T 0:00.01 gmake -f Makefile -j8 CC=cc LINKCC=cc DCC=cc
LDFLAGS= -fstack-protector -L/usr/local/lib -lgmp -lm -lz SHARED=true all
11879 4 S+ 0:00.00 grep gmake
[yuri@yv /usr/ports/math/zimpl]$ cat /proc/11802/cmdline
gmake -f Makefile -j8 CC=cc LINKCC=cc DCC=cc LDFLAGS= -fstack-protector
-L/usr/local/lib -lgmp -lm -lzSHARED=true all
Yuri
_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make