delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
From: | "Fodor Bertalan" <fodber AT freemail DOT hu> |
To: | <cygwin AT cygwin DOT com> |
Subject: | Make error 255 bug |
Date: | Thu, 25 Sep 2003 15:42:52 +0200 |
Message-ID: | <000c01c3836a$ee1b3b80$8006fea9@bertigep> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
In-Reply-To: | <20030925125239.GH10088@cygbert.vinschen.de> |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
Importance: | Normal |
So it looks like a bug either in cygwin or in cygwin make. * Test command: $ perl -e 'print "all:;\t\@true && \\\n"; foreach $i (0000..9999) { print "\techo -n $i && \\\n"; } print "\ttrue\n";' | make -f - * Cygwin 1.5 Make 3.80 Works only if number is not larger than 1989, otherwise make: *** [all] Error 255 When long lines get into the way of make, it executes nothing, but stops with this error. Other systems: * Solaris 2.7 GNU Make 3.76.1 ... -n 9999 -n 9999 -n 9999 -n 10000 --> Works correctly even with larger numbers. * Linux 2.2.19 GNU Make 3.79.1 Works only if number is not larger than 7747 make: execvp: /bin/sh: Argument list too long make: *** [all] Error 127 Bert -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |