Hi All, I'm implementing a common makefile template which will be included by the makefiles of all the projects in the SDK, e.g. --------------------------- ...
include ../common/Rules.mak ... --------------------------- There is a goal `all' defined in Rules.mak, which is expected to be excuted as the default goal. I would wonder if I could specify the goal `all' always as the default , rather than I must pose limitations to the format of the makefiles of the projects. PRC Aug 21, 2009 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
