[EMAIL PROTECTED] wrote: > > > > > This release contains several bug fixes plus some powerful new features, > > including an $(eval ...) function, "order-only" prerequisites, > > compatibility with the odd SysV make $$@ syntax, a new command-line > > option -B or --always-make, ability to create recursive functions for > > use with $(call ...), new variables MAKEFILE_LIST and .VARIABLES, and > > more. > > > > $(eval ...) and $(call ...) seem very powerful, but somewhat difficult to > really debug. Is there a way I can tell make to process my makefile > expanding the $(eval ...) and $(call ...) and print out the result of this > first pass expansion?
Maybe xtrace: set -x _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
