Re: bash and make are trapped in an endless loop

2005-06-27 Thread Christian Matuszewski
> --- Ursprüngliche Nachricht --- > Von: Eric Blake <[EMAIL PROTECTED]> > An: Christian Matuszewski <[EMAIL PROTECTED]> > Kopie: cygwin@cygwin.com > Betreff: Re: bash and make are trapped in an endless loop > Datum: Mon, 27 Jun 2005 06:50:14 -0600 > > -

Re: bash and make are trapped in an endless loop

2005-06-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christian Matuszewski on 6/27/2005 5:42 AM: > Hi, > > if i start a fresh cygwin shell and I enter an asterisk at the prompt: > $ * > then nothing happens. That's OK, although one could expect a message like: > "bash: *: command not found"

RE: bash and make are trapped in an endless loop

2005-06-27 Thread Dave Korn
Original Message >From: Christian Matuszewski >Sent: 27 June 2005 12:42 > Hi, > > if i start a fresh cygwin shell and I enter an asterisk at the prompt: > $ * > then nothing happens. That's OK, although one could expect a message like: > "bash: *: command not found". > > But when i execu

bash and make are trapped in an endless loop

2005-06-27 Thread Christian Matuszewski
Hi, if i start a fresh cygwin shell and I enter an asterisk at the prompt: $ * then nothing happens. That's OK, although one could expect a message like: "bash: *: command not found". But when i execute the following Makefile: foo: * make will print the following lines to stderr: PROJECT_NAM