Or
PATH += my_path

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of PATTON, BILLY (SBCSI)
> Sent: Monday, April 17, 2006 1:12 PM
> To: Jim; [email protected]
> Subject: RE: gnu make and windows path
> 
> 
> PATH := my_path:$(PATH)
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of Jim
> > Sent: Monday, April 17, 2006 1:07 PM
> > To: [email protected]
> > Subject: gnu make and windows path
> > 
> > 
> > Hello,
> > 
> > I am porting a nmake (microsoft) make system to gnu make.
> > 
> > In the old make system the windows environment variable PATH is 
> > modified. It seems when i use GNU make it is not possible to 
> > update this 
> > variable in a way that executables called by make such is 
> "gcc", "idl 
> > compiler", etc can see the modified variable.
> > 
> > Is there a way to do this in make? or do I have to instruct 
> > my users to 
> > set up there path properly before calling my gnu make build?
> > 
> > Cheers and thanks,
> > Jim
> > 
> > 
> > _______________________________________________
> > Help-make mailing list
> > [email protected]
> > http://lists.gnu.org/mailman/listinfo/help-make
> > 
> 
> 
> _______________________________________________
> Help-make mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-make
> 


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to