> Date: Thu, 14 May 2009 06:35:49 -0700 (PDT) > From: yabo <[email protected]> > Cc: > > > Example situation: > From a cmd shell, we run "make all" > > Once in a makefile, is the string "all" (or whatever target you chose) in > some variable that I can access?
It's available in the MAKECMDGOALS variable and also in the $@ variable within each rule. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
