Mail Archives: cygwin/1997/10/06/13:16:21
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".
- Raw text -