public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Igor Yu. Zhbanov" <bsg@uniyar.ac.ru>
To: cygwin@cygwin.com
Subject: Make reports [Error 255] on make rules with I/O redirections or pipelines.
Date: Fri, 12 Sep 2003 12:44:00 -0000	[thread overview]
Message-ID: <Pine.GSO.3.96.SK.1030912163520.8195A-100000@univ.uniyar.ac.ru> (raw)

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/

             reply	other threads:[~2003-09-12 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12 12:44 Igor Yu. Zhbanov [this message]
2003-09-12 13:59 ` Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.3.96.SK.1030912163520.8195A-100000@univ.uniyar.ac.ru \
    --to=bsg@uniyar.ac.ru \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).