From: Paul Smith <psm...@gnu.org>
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' Option" in the GNU make manual:
<snip>
>     ‘--no-print-directory’ to explicitly disable it.

Thank you for your reply. I have solved my problem.

$ make --no-print-directory
!!! Debug: MAKEFLAGS =  --no-print-directory
make -C sub
!!! Debug: MAKEFLAGS =  --no-print-directory
--
ASOU Masato
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to