Follow-up Comment #1, bug #68018 (group make):

By its nature MAKEFLAGS is not target specific. MAKEFLAGS carries flags that
control the behavior of make. E.g. -O affects output for all targets. Same
with other options, -e.g. -n, etc. You put an option to MAKEFLAGS and it
affects all targets.
When you add --no-print-directory to target specific MAKEFLAGS, do you expect
make to not print directory for this target and print directory for other
targets? There is one global print_directory flag that controls printing
directory for all targets.
So, it is not really an issue with command line variable definition. MAKEFLAGS
is not target or pattern specific.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?68018>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to