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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=FX JIortTMHEPW6fMXQvOcX66a72FZGtt3WZbgd/ZRMQUCzz3qLHHAW3lp/nz7hrygD SWh/jMVxqs2+Gna0aa9C012HXN27fqfAIsQWMVf92Nw1SdLPJDtYshTvVAX2iHaj EYMuiRiOXGYaD+cZMVsN6iBLwqP0BRkYHXxpf/Yyk= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=+JcEMX8H fD/1x70BRzOriDo1Wic=; b=ybQ2kqHT+iQy0ZIFL3J8c6uXVEi+ulFroFJtdH9b 5RMkS5ZQdGr4+xB8ZbiIhwksHN++4fUsAVxj5CY2GVZ/bF53mbwiVvhOvC8MWqaG sPyWITQxnvivepZF0RqJRhoquzJFNPTyjBxgBQnv5gPIqXA7uWNYvzLTQWMUf0QL kg0= 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=-1.2 required=5.0 tests=AWL,BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ve0-f172.google.com MIME-Version: 1.0 X-Received: by 10.52.118.212 with SMTP id ko20mr580297vdb.77.1398966605978; Thu, 01 May 2014 10:50:05 -0700 (PDT) In-Reply-To: <536272E0.1010506@towo.net> References: <536272E0 DOT 1010506 AT towo DOT net> Date: Thu, 1 May 2014 11:50:05 -0600 Message-ID: Subject: =?UTF-8?B?UmU6IG1ha2UgZXJyb3I6ICoqKiB0YXJnZXQgcGF0dGVybiBjb250YWlucyBubyBgJScuIA==?= =?UTF-8?B?U3RvcC7igI8=?= From: Doug Henderson To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Thu, May 1, 2014 at 10:14 AM, Thomas Wolff wrote: > Am 01.05.2014 04:09, schrieb Richard H. McCullough: >> >> ... In the last week, "make" suddenly >> changed -- it does nothing but stop on every makefile. > > Sounds like you changed your PATH and have a different (non-cygwin) version > of make now. > What does `type make` say? > > --- > Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus > Schutz ist aktiv. > http://www.avast.com > I have seen two things mess up my makefiles in the past. 1) tabs converted to spaces (and vice versa). 2) CRLF instead of LF line separators, or mixed CRLF and LF line separators. Both of these defects are normally invisible. I have used cat -A or od -c to help detect these editor induced errors. dos2unix can fix line endings. An editor with visible whitespace and selectable line endings options and regexp search and replace can help with fixing tabs. -- Doug Henderson, Calgary, Alberta, Canada -- 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