[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Re: perl actions as build commands
From: |
CARRY,GILLES (Non-HP-France,ex1) |
Subject: |
RE: Re: perl actions as build commands |
Date: |
Tue, 16 Oct 2001 13:13:47 +0200 |
>
> I do the following:
>
> sub launch {
> system("./build_setup.sh $CONFIG_DIR/out $WOLF_VER");
> return 1;
> }
>
> Command $env 'foo', "[perl] &launch()";
>
> In this case I end up running a shell script (because of a bug in
> Command), but you get the idea..
>
Thank-you for the answer.
Anyway, I could have read the doc carefully and notice about the "[perl]"
stuff.
RTFM for myself.
Regards.