|
From: <dan...@ya...> - 2002-02-14 07:29:55
|
--- Angus Mackay <am...@gu...> 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. > > cheers, Angus. > > It probably means that make can't find sh.exe. 'export' is not understood by cmd.exe/command.com. If make can't find sh.exe it refuses to honour sh-specific commands. BTW, cmd/command wont't recognise ':' as path separator either. Danny > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users http://greetings.yahoo.com.au - Yahoo! Greetings - Send your Valentines love online. |