%% gk <[EMAIL PROTECTED]> writes: g> Is this a bug?
No. g> Generally, -n option behaves as documented : 'dry-run'; no rules g> are executed. However, the following example shows that rule g> including $(MAKE) -p is executed. Yes. g> foo: g> @$(MAKE) -p $@ 1>$@ See the GNU make manual section that defines the -n option, "Instead of Executing the Commands". -- ------------------------------------------------------------------------------- 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://mail.gnu.org/mailman/listinfo/help-make
