On Thu, May 14, 2009 at 6:35 AM, yabo <[email protected]> wrote: > 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? Thanks.
Search the info pages for MAKECMDGOALS Paul: the "6.4 How Variables Get Their Values" section in the info pages needs to be updated, as MAKECMDGOALS doesn't fit in any of the categories there. Perhaps a category for all the internal variables that control or are involved in make's internal operations (MAKEFILE_LIST, MAKEFLAGS, MAKE_VERSION, MAKE_COMMAND, MAKEFILES, MAKELEVEL, .FEATURES, .VARIABLES, .INCLUDE_DIRS, .DEFAULT_GOAL, etc) should be listed on a page of their own linked from there? Philip Guenther _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
