Re: zsh & make

2004-04-28 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 01:44:01PM -0700, Peter A. Castro wrote: >On Wed, 28 Apr 2004, Daniel Clausen wrote: > >> Hi > >Greetings, Daniel, > >> On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: >> >> [snip] > >This is a rather interesting problem. It appears that this is

RE: zsh & make

2004-04-28 Thread Peter A. Castro
On Wed, 28 Apr 2004, Daniel Clausen wrote: > Hi Greetings, Daniel, > On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: > > [snip] This is a rather interesting problem. It appears that this is, yet another, variation on the fork() & signal handling problem. Something

RE: zsh & make

2004-04-28 Thread Dave Korn
> -Original Message- > From: Daniel Clausen > Sent: 28 April 2004 10:34 > The problem that occurs is that when reading lines over a pipe > and do something with them, zsh stops after some lines and > just hangs, while bash works w/o any problems. > Now, I execute this command: > > find

RE: zsh & make

2004-04-28 Thread Daniel Clausen
Hi On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: [snip] > For debugging it, you might be able to get something useful like this: > >> COMPONENT_NAME = $(shell basename `pwd | tee i-was-here-.txt`) While trying to change our Makefiles the way you suggested, I stag

RE: zsh & make

2004-04-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Daniel Clausen > Sent: 27 April 2004 16:27 > When building my project with make under zsh and looking at its > build-log afterwards, I noticed that the following error occured: > > [begin error] > gmake[5]: Entering directory > `/c/w

zsh & make

2004-04-27 Thread Daniel Clausen
Hi After having asked very general about other people's experiences with zsh/make under cygwin some weeks ago, this time a little bit more concrete: (although admittedly no as concrete as I wish...) When building my project with make under zsh and looking at its build-log afterwards, I no