Re: make error but no message

2009-03-13 Thread Jeremiah Perry
Okay, I just ran make 3.81 on Ubuntu 8.10 and had the same problem. I put those three files in a directory, type make, and nothing happens--nothing is built, and no error messages. It's not a big deal but it does seem like a bug. Anyone know what might be happening? Jeremiah On Thu, Mar 12, 2009

Re: make error but no message

2009-03-13 Thread Jeremiah Perry
I'm using 3.81 on cygwin. I found the problem on a prebuilt binary, then I compiled make from source today (on cygwin) to see if the problem would go away but it didn't. I suppose it could be a cygwin problemI'll try running it on Linux when I get home tonight. Jeremiah On Thu, Mar 12, 2009 a

Re: make error but no message

2009-03-12 Thread Sam Ravnborg
On Thu, Mar 12, 2009 at 02:07:56PM -0700, Jeremiah Perry wrote: > Hi, > > I don't know if the following is a bug or not, but it came to my > attention recently. I ran make on a project only to have make stop > abruptly with no error messages. After some digging, I found one of my > dependencies re

make error but no message

2009-03-12 Thread Jeremiah Perry
Hi, I don't know if the following is a bug or not, but it came to my attention recently. I ran make on a project only to have make stop abruptly with no error messages. After some digging, I found one of my dependencies referred to a non-existent file. My dependency rules are in .d files that I th