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
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