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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=G0x7QYPtxBhZkQK+/A0O7B7OCkeWau+JtEbGcW1aRHzN7zFYrTTyH Jlw1ih8fAfTwWUmrx2pW3E8MRXAab+MDsX/0Cgmdhxolt0TU6Bx3/UL77KQhDYOe 7n8ylVT3EvRIt9mGzf2ox+Bt8Dt5IvHPkyO0C4gFeamVUPRKP7nZAs= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=AGTEACc/15XrR2xv0OWE/0bn/4k=; b=CsFI9hUziqSPepnDpML+WRySMqai GAVu4e6kTsHWBsgsPCvVM2iGR+ZPtfjQkDzShqk0YeXBsKJEgDQyOxyHQ1e0UihC 4f/oSbIAcp8mKcU7ssoWwGebV5J5KzwsfC9d7OVRi8f6Ek8zbsg1MpELcVR/I/Mz rmljbjCemw+ysLA= 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=0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Mkhg+OGgrfBDHLQ6QWvJp Date: Tue, 15 Oct 2013 15:47:22 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: make-4.0-1 (x86 and x86_64) Message-ID: <20131015194722.GC2368@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20100810175435 DOT GA27225 AT ednor DOT casa DOT cgf DOT cx> <20111202173631 DOT GA8373 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Mon, Oct 14, 2013 at 09:12:48AM -0400, Rolf Campbell wrote: >On 2013-10-11 13:12, Christopher Faylor wrote: >> I've made a new version of make available for installation. This is a >> refresh against the newly released make-4.0. The appropriate contents >> of the NEWS file for this snapshot are below. >[...] >> * New command line option: --output-sync (-O) enables grouping of output by >> target or by recursive make. This is useful during parallel builds to avoid >> mixing output from different jobs together giving hard-to-understand >> results. Original implementation by David Boyce . >> Reworked and enhanced by Frank Heckenbach . >> Windows support by Eli Zaretskii . > >Whenever I try this under cygwin, I get an error output "fcntl(): >Invalid argument", even with extremely trivial makefiles and >invocations. Make seems to work correctly, but produces error output. > >echo -e 'all:\n\ttouch $@' > m.mk >make -O -f m.mk > >Produces this output: >fcntl(): Invalid argument >touch all > >I've tried this using both the 32-bit version and 64-bit version of >cygwin 1.7.25 with the same results. I can't test this right now but it will probably work better if you redirect stdout/stderr to a file. That's what the make testsuite does. make apparently expects to be able to get a lock on console/tty which isn't currently supported on Cygwin. cgf -- 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