Regarding specifying a value for '-j' in MAKEFLAGS in Gnu Make 4.3... How does this interact with Target Specific Variables?
Specifically, if '-j' is specified in MAKEFLAGS as a target specific variable, should I expect to find that make 'enable that parallelism mode' for the specified target (and its preconditions)? I hope to find the intended behaviour is 'yes'. Regards Malcolm Cook