Hello, Generally I could get the make target from "makecmdgoals" provided by GNU make. But sometimes people will invoke make like below: make target1 target2 target3 I assume make process the target1 first then the next target just like I invoke it as: Make target1; make target2; make target3; In the first case, is there any way to get the target which is under processing? Thank you. ybi
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
