On Mon, 2008-08-04 at 15:31 -0700, Rick Flower wrote: > You can see this below by the output from > 'make -p release | grep mode'
You can't tell anything about ordering by "make -p". All that does is, after all the makefiles are read in, it dumps the internal data structures etc. that were created during the parsing. There's absolutely no relationship between the order in which objects are dumped via -p, and the order in which they were defined in the makefiles. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
