%% <[EMAIL PROTECTED]> writes: n> When I not select -silent, the the makefile would be not silent, n> and print the script before execute it. but if makefile is n> included in other makefile, it seems current makefile would be n> silent.
I'm not sure what you are asking here. The --silent flag takes effect for the entire make process, which includes all "included" makefiles. -- ------------------------------------------------------------------------------- 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
