Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 12 Sep 2003 09:59:36 -0400
From: Christopher Faylor <cgf-rcm@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Make reports [Error 255] on make rules with I/O redirections or pipelines.
Message-ID: <20030912135936.GB12945@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <Pine.GSO.3.96.SK.1030912163520.8195A-100000@univ.uniyar.ac.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.GSO.3.96.SK.1030912163520.8195A-100000@univ.uniyar.ac.ru>
User-Agent: Mutt/1.4.1i

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/

