Hi, I have a "module" which uses a variable named CONFIG. In order to build this module I need to build another partially unrelated "module" which also uses CONFIG, but with a different value. The problem is that when I try to build the "sub-module" CONFIG contains the value of the "super-module." I could specify CONFIG when making the "sub-module" however both modules use many variables with the same name and trying to specify them all would make the modules tightly coupled which is something I cannot afford.
A more complete description of the problem can be found here: http://stackoverflow.com/questions/17050611/how-to-prevent-make-from-communicating-any-variable-to-a-submake Thank you. Cheers. -- Adriano Carvalho (ID3978) _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
