Follow-up Comment #3, bug #68018 (group make):
> The expectation was that sub-make(s) under that target won't print
> directories.
That's the expected expectation. This is not how make works though. Do not
worry about 4.3. Makeflags was never target specific, even in 4.3.
You can pass --no-print-directories to submake explicitly.
bad:; $(MAKE) all foo=bar
good:; $(MAKE) --no-print-directory all
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68018>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
