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