3.9 How make Reads a Makefile GNU make does its work in two distinct phases. During the first phase it reads all the make- files, included makefiles, etc. and internalizes all the variables and their values, implicit and.... -------------------------------------------------------------------------------------------------------------------------------------
I have copied some lines of make manual. It says: "during the first phase it reads all the makefiles.... " Can make command read several makefiles? Would you please give me an example? _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
