|
From: Earnie B. <ear...@ya...> - 2002-02-14 12:59:27
|
Angus Mackay wrote: > > it seems that the MinGW version of gnu make doesn't honor the "export" > directive, is there any reason for this? > > == example == > export PATH := /thisisatest:$(PATH) > all : > echo $$PATH > == ~example == > > it isn't just PATH either, but that is the one I care about. > Does the variable named PATH exist or is it named Path? Are you using MSYS? If so what happens if you use gmake instead of make? Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |