bug-make
[Top][All Lists]
Advanced

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

Re: gmake-4.2.1 ignores assignment of ARCH on FreeBSD


From: Yuri
Subject: Re: gmake-4.2.1 ignores assignment of ARCH on FreeBSD
Date: Tue, 26 Dec 2017 13:38:56 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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
address@hidden /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




reply via email to

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