Hm. For some reason the value of MAKEFLAGS does not contain the command line variable settings while the makefiles are being parsed; it's only updated afterwards, before the commands are invoked.
You can use the MAKEOVERRIDES variable instead; that will always be set to the command line variable overrides even before makefiles are parsed. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
