X-Spam-Check-By: sourceware.org Date: Tue, 18 Apr 2006 10:42:00 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: csh and/or GNU make bug Message-ID: <20060418084200.GB409@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20060418011535 DOT DE17216400E AT perth DOT ovpit DOT indiana DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 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 AT 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/