help-make
[Top][All Lists]
Advanced

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

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


From: Masato Asou
Subject: Re: Why MAKEFLAGS is set to `w' in sub directory?
Date: Tue, 15 Mar 2016 10:08:49 +0900 (JST)

From: Paul Smith <address@hidden>
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

reply via email to

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