Subject: MAKEFLAGS/MFLAGS
To: None <tech-toolchain@netbsd.org>
From: Jeroen Ruigrok/asmodai <asmodai@tendra.org>
List: tech-toolchain
Date: 03/12/2004 21:53:35
Hi,

with make should the MAKEFLAGS/MFLAGS as set in a Makefile (.MAKEFLAGS)
immediately take place or only when it loads another makefile (i.e. spawns
another make process)?

E.g.: if  have:

.MAKEFLAGS = -m ${.CURDIR}/mk

Would it mean that it would be active right away and only use `pwd`/mk
for the .include <> statements?

--Jeroen