azaria has asked for the wisdom of the Perl Monks concerning the following question:
while $MAKECOMMAND is the call for the makefile.system("system("$MAKECOMMAND | tee -a ./prepare_$target.log");
but I get the error messsage -
do you have any idea how can the user will see the output in the stdout and laso in a log file ?sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `| tee -a ./prepare_lint.log'
Please advice
Simona
jdporter added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system call for makefile
by Fletch (Bishop) on Jan 25, 2006 at 12:08 UTC | |
|
Re: system call for makefile
by helphand (Pilgrim) on Jan 26, 2006 at 04:27 UTC |