Make reports [Error 255] on make rules with I/O redirections or pipelines.

Christopher Faylor cgf-rcm@cygwin.com
Fri Sep 12 13:59:00 GMT 2003


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 are no problems will be.

http://cygwin.com/problems.html

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list