Why MAKEFLAGS is set to `w' in sub directory?

2016-03-14 Thread Masato Asou
Hello, Why MAKEFLAGS is set to `w' in sub directory? When I invoke make command in sub directory. Then MAKEFLAGS is not set. $ cd sub $ make !!! Debug: MAKEFLAGS = However, I invoke make command in parent directory, then MAKEFLAGS is set to `w' in sub directory. $ cd .. $ m

Re: Why MAKEFLAGS is set to `w' in sub directory?

2016-03-14 Thread Masato Asou
From: Paul Smith Date: Mon, 14 Mar 2016 09:35:22 -0400 > On Mon, 2016-03-14 at 18:13 +0900, Masato Asou wrote: >> Why MAKEFLAGS is set to `w' in sub directory? > > Because that's how it's documented to work. See "The '--print > -directory' Op