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
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
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
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
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