RE: make doesn't inherit shell vars? (Was RE: wmmake problem)

2004-06-21 Thread Igor Pechtchanski
ic. > I used linux before, i just thought, this is a cygwin problem... > > Thank you again... > > Vaso > > -Original Message- > From: Igor Pechtchanski > Sent: Monday, June 21, 2004 5:28 PM > To: Vasoczki Ferenc > Cc: cygwincygwincom > Subject: Re: make doe

Re: make doesn't inherit shell vars? (Was RE: wmmake problem)

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > 1st of all, sorry. > But i think, a makefile syntax, and the cygwin environment variable is > not an SGT related problem > Forget the SGT. > > I made a variable in .bashrc : > mydir=/var/www > export mydir > > and in a makefile there is a reference: >

RE: wmmake problem

2004-06-21 Thread Vasoczki Ferenc
ne 21, 2004 4:48 PM To: Vasoczki Ferenc Cc: [EMAIL PROTECTED] Subject: Re: wmmake problem Once again, you're asking in the wrong place. SGT, or whatever package you're trying to compile, doesn't look like an official Cygwin package. You should ask wherever you got the package from

Re: wmmake problem

2004-06-21 Thread Igor Pechtchanski
Once again, you're asking in the wrong place. SGT, or whatever package you're trying to compile, doesn't look like an official Cygwin package. You should ask wherever you got the package from. This is off-topic for the Cygwin list. Igor P.S. Oh, and

wmmake problem

2004-06-21 Thread Vasoczki Ferenc
Ok, i see through what happend: if i am wroting the full path except using the $SGT_DIR variable, then it do it: #include $(SGT_DIR)/mak/makegen.mak include /cygdrive/c/OpenAT/V210/TgtGen/SGT/v1.2.4/mak/makegen.mak ^--