Hi, I have a recursive make system, where a top level makefile just calls the makefile of a subdirectory. I export variables from top level to sub make. Now I realize that I have to repeat all rules. Is there a way .. by which even the rules can be communicated from top level make to the sub make? OR should I just include a common rules.mk in both the Makefiles? OR anything else?
Regards, Ajay. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
