On Fri, Sep 12, 2003 at 04:43:58PM +0400, Igor Yu. Zhbanov wrote:
>Make reports Error 255 if make rule contains redirections '>' or pipelines '|'.
>Example of Makefile:
>
>test:
> ls -al | cat
>
>But if Makefile will be rewritten as this:
>
>test:
> bash -c 'ls -al | cat'
>
>then there
Make reports Error 255 if make rule contains redirections '>' or pipelines '|'.
Example of Makefile:
test:
ls -al | cat
But if Makefile will be rewritten as this:
test:
bash -c 'ls -al | cat'
then there are no problems will be.
Thanks!
P.S. Please CC to Reply.
--
Unsubscribe
2 matches
Mail list logo