Re: Make files and environment

2003-01-12 Thread Oded Arbel
On Sunday 12 January 2003 12:53, Oded Arbel wrote: > On Sunday 12 January 2003 11:36, Christoph Bugel wrote: > > Maybe the clean way is to do it from the 'post-commit script'? > > On Sunday 12 January 2003 11:42, Oleg Goldshmidt wrote: > > What's wrong with > > > > $ . && make -e > > You mean - so

Re: Make files and environment

2003-01-12 Thread Oded Arbel
On Sunday 12 January 2003 11:36, Christoph Bugel wrote: > Maybe the clean way is to do it from the 'post-commit script'? On Sunday 12 January 2003 11:42, Oleg Goldshmidt wrote: > What's wrong with > > $ . && make -e You mean - source the profile script before calling make from the post-commit s

Re: Make files and environment

2003-01-12 Thread Christoph Bugel
On 2003-01-12 Oded Arbel wrote: > Hi list. > > not really alinux question, but if you please - > I'm writing a Makefile to build some project, and it needs to get some data > from environment variables. specificly some variables that are initialized > from a profile.d bash file. now I know that

Re: Make files and environment

2003-01-12 Thread Oleg Goldshmidt
Oded Arbel <[EMAIL PROTECTED]> writes: > Hi list. > > not really alinux question, but if you please - > I'm writing a Makefile to build some project, and it needs to get some data > from environment variables. specificly some variables that are initialized > from a profile.d bash file. now I kn

Make files and environment

2003-01-12 Thread Oded Arbel
Hi list. not really alinux question, but if you please - I'm writing a Makefile to build some project, and it needs to get some data from environment variables. specificly some variables that are initialized from a profile.d bash file. now I know that I can access environment variables from mak