On 12/26/17 13:59, Paul Smith wrote:
You need to find the parent PID of that gmake command and see who calls
it, and investigate that.


pstree shows that this is the only instance of gmake in the system. The parent process is BSD make called by framework.


So I am confident that

1. ARCH isn't supplied on the command line

2. make erroneously reports ARCH as being in the command line.

3. ARCH does appear in environment at some point in the run. Might be self-set by make.


Yuri



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to