From: annakam AT lmc DOT com Subject: "problem in exporting variables to sub-make in b18" 6 Oct 1997 13:16:21 -0700 Message-ID: <199710062002.NAA27736.cygnus.gnu-win32@suncpu2.pdxuxbre.lmc.com> To: gnu-win32 AT cygnus DOT com I am not able to export variables to the sub-make using the export directive. Here is the test case Makefile -------- export TEST = yes all: $(MAKE) -f new.mak new.mak ---------- result: echo $(TEST) ----------------------------------------------- Here i have Makefile and new.mak as two mak files. I tried this on UNIX with b18 and it did work but did not work on the NT with same version of gmake. Could you please investigate the problem or give me pointers to where i look to fix this error. Thanks, Anna. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".