delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2012/03/01/20:54:43

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG
X-Spam-Check-By: sourceware.org
Received-SPF: pass (google.com: domain of marco DOT atzeri AT gmail DOT com designates 10.236.72.170 as permitted sender) client-ip=10.236.72.170;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of marco DOT atzeri AT gmail DOT com designates 10.236.72.170 as permitted sender) smtp.mail=marco DOT atzeri AT gmail DOT com; dkim=pass header.i=marco DOT atzeri AT gmail DOT com
MIME-Version: 1.0
In-Reply-To: <4F50238E.2090601@cs.cmu.edu>
References: <4F4F21AC DOT 7060209 AT cs DOT cmu DOT edu> <CAEhDDbBLTNOzW-iHOR5LjFtDFjiuoseFCAvNTQtMAY4xnA+VKA AT mail DOT gmail DOT com> <4F50238E DOT 2090601 AT cs DOT cmu DOT edu>
Date: Fri, 2 Mar 2012 02:54:17 +0100
Message-ID: <CAB8Xom_Shos0Z0DKGiBoWeUpq0AQtpttPRQJuV1j1XZo=YH-rg@mail.gmail.com>
Subject: Re: question on Cygwin's version of make
From: marco atzeri <marco DOT atzeri AT gmail DOT com>
To: cygwin AT cygwin DOT com
Cc: pnewell AT cs DOT cmu DOT edu
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Fri, Mar 2, 2012 at 2:34 AM, Paul Allen Newell wrote:
>
> Using Macro's suggestion of 2>&1 doesn't capture the basename error/warning
> message. I tried "make > make.out 2>&1" and the message still isn't being
> captured.

it should be
 make 2>&1 |tee  make.out

but also this should work
 make &>   make.out

if not something is wrong on your bash.

> Paul

may I suggest
http://cygwin.com/problems.html

specially
"Run cygcheck -s -v -r > cygcheck.out and include that file as an
attachment in your report"

Regards
Marco

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019