X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :in-reply-to:references:content-type:content-transfer-encoding; q=dns; s=default; b=lw+ODh8yKsffYvKlLulQsDuBeA77eS1STnyzgoPgkE1 d0SvL0/9wGqg+wxH3ij1l8jmd6R3G4X+1tuRLUNHxdZQMnB14K0KVjS8nvDaYv0c n1fpYsAsQtO39KCXpn7Lun3Jam9xVKdjemlhy3Ly1xc7vqYewICAzjCcQGGc39eM = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :in-reply-to:references:content-type:content-transfer-encoding; s=default; bh=VWPR/B2ZEdcQVuwaJYirNK3HdR0=; b=Yu+3vF4DvV46vULKc U82TzwHyc5wKhENyjLG73M/1pWK6xwDtKr+1Th+4UCHi+mL+PrrQkwU2WkykvBkJ tbGJVXUj1fziTnqyPt9z89mSw/G/I97PaQaxWFksFKewRC9UlfgOT3WuTKDYzPXe Lm5M+DW3o49oBHJqRhTFcwBJNQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: na01-by2-obe.outbound.protection.outlook.com Authentication-Results: cygwin.com; dkim=none (message not signed) header.d=none; Message-ID: <5556CE72.6030704@coverity.com> Date: Fri, 15 May 2015 21:58:26 -0700 From: Scott McPeak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Subject: Re: cygwin 2.0.2, make 4.1: stderr redirect append does not work with native Windows programs In-Reply-To: <20150515183339.c708bd1d310149fe02dc121e@nifty.ne.jp> References: <20150515183339 DOT c708bd1d310149fe02dc121e AT nifty DOT ne DOT jp> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: BY2PR03CA075.namprd03.prod.outlook.com (10.141.249.48) To BLUPR0501MB1748.namprd05.prod.outlook.com (25.163.120.27) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0501MB1748; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BLUPR0501MB1748;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0501MB1748; X-Forefront-PRVS: 057859F9C5 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6009001)(6049001)(51704005)(2950100001)(77096005)(4001350100001)(92566002)(50466002)(189998001)(87976001)(5001960100002)(110136002)(107886002)(83506001)(80316001)(2351001)(46102003)(33656002)(122386002)(40100003)(65956001)(66066001)(47776003)(86362001)(42186005)(450100001)(62966003)(77156002)(50986999)(65816999)(54356999)(87266999)(76176999)(59896002)(117156001)(36756003)(23676002);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR0501MB1748;H:[192.168.10.5];FPR:;SPF:None;MLV:sfv;LANG:en; X-OriginatorOrg: coverity.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 16 May 2015 04:58:41.8202 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR0501MB1748 > Although I'm not sure why this happens (maybe a bug of make), try > > make -O 2>&1 | cat > > With option -O, it seems to work as expected. Indeed, thanks! It also appears that I can: $ export MAKEFLAGS=O $ make ... to work around the problem, with no apparent ill effects, which is good because my actual environment involves a twisty maze of recursive Makefiles. Of course, I still hope the underlying bug gets fixed. -Scott -- 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