X-Spam-Check-By: sourceware.org
Date: Tue, 18 Apr 2006 10:42:00 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: csh and/or GNU make bug
Message-ID: <20060418084200.GB409@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20060418011535.DE17216400E@perth.ovpit.indiana.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060418011535.DE17216400E@perth.ovpit.indiana.edu>
User-Agent: Mutt/1.4.2i
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr 17 21:15, gustav wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> There is a bug either in GNU make or in tcsh or in both---on
> Cygwin. The combination of csh and GNU make will hang if SHELL is
> declared as /bin/csh -f.  The -f option is often used to stop csh from
> sourcing users' .cshrc on invocation.
> 
>    versions:
>       make     3.80-1
>       tcsh     6.14.00-5
>       cygwin   1.5.19-4
> 
> Here is a brief demo:
> 
> gustav@YANCHEP:../tryme 21:14:36 !548 $ cat GNUmakefile
> SHELL = /bin/csh -f
> 
> TODAY := $(shell date +%d%b%Y)
> 
> all: echo
> 
> echo:
>         echo $(TODAY)
> 

Hmm, I just tried it and http://cygwin.com/acronyms/#WJFFM with and
without -f.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/

