On Sun, 2009-11-22 at 11:55 -0800, Mark Galeck (CW) wrote: > I can use, from inside the makefile, the variable MAKECMDGOALS to find > out the list of goals specified on the make command line. But how do > I find out which goal from that list is the one that is being made > currently?
There is no way, unless you want to do something like add an extra recursion. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "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
