%% "Yanghui Bian" <[EMAIL PROTECTED]> writes: yb> Generally I could get the make target from "makecmdgoals" provided yb> by GNU make. But sometimes people will invoke make like below: yb> make target1 target2 target3 I assume make process the target1 yb> first then the next target just like I invoke it as: Make target1; yb> make target2; make target3; In the first case, is there any way to yb> get the target which is under processing?
No. -- ------------------------------------------------------------------------------- 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
