public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Make reports [Error 255] on make rules with I/O redirections or pipelines.
@ 2003-09-12 12:44 Igor Yu. Zhbanov
  2003-09-12 13:59 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Yu. Zhbanov @ 2003-09-12 12:44 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Make reports [Error 255] on make rules with I/O redirections or pipelines.
  2003-09-12 12:44 Make reports [Error 255] on make rules with I/O redirections or pipelines Igor Yu. Zhbanov
@ 2003-09-12 13:59 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2003-09-12 13:59 UTC (permalink / raw)
  To: cygwin

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-12 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-12 12:44 Make reports [Error 255] on make rules with I/O redirections or pipelines Igor Yu. Zhbanov
2003-09-12 13:59 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).