On Fri, 2008-08-15 at 10:06 -0500, Feanil Patel wrote: > In Clearmake I can access any macros that were set on the command-line > via the MAKEARGS macro. It's essentially ARGV for the make > invocation. I'm unable to find any similar functionality in GNU make. > Does anyone know if such a thing exists?
Check the GNU make manual section "Communicating Options to a Sub-make". http://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
