Re: automake -vs- BSD make

2001-02-20 Thread Lars Hecking
[Sorry, should've posted this to the list sooner. The system is OpenBSD 2.8 m68k (amiga). If necessary, I can try the same on i386. This was automake-1.4c, but 1.4e has the same problems.] Tom Tromey writes: Could you run this and send me the output? make TESTS='pr19.test

Re: automake -vs- BSD make

2001-02-20 Thread Lars Hecking
I'm surprised Make doesn't speak here. Reading the test files, GNU Make is required, and GNU Make is usually verbose. In my case I have: I'm using BSD make here. That's the whole point of the exercise. Requiring GNU make doesn't make much sense IMHO. Could you srcdir=.

Re: automake -vs- BSD make

2001-02-20 Thread Akim Demaille
Lars Hecking [EMAIL PROTECTED] writes: I'm surprised Make doesn't speak here. Reading the test files, GNU Make is required, and GNU Make is usually verbose. In my case I have: I'm using BSD make here. That's the whole point of the exercise. Requiring GNU make doesn't make much sense

Re: automake -vs- BSD make

2001-02-20 Thread Tom Tromey
"Lars" == Lars Hecking [EMAIL PROTECTED] writes: I'm surprised Make doesn't speak here. Reading the test files, GNU Make is required, and GNU Make is usually verbose. In my case I have: Lars I'm using BSD make here. That's the whole point of the exercise. Lars Requiring GNU make doesn't

Re: automake -vs- BSD make

2001-02-12 Thread Lars Hecking
Tom Tromey writes: Could somebody with access to the BSD make please try the current cvs automake and report back? I've tried to implement support for `.include'. I think it works, but of course I'm not copmletely sure. What exactly do you want us to try apart from make check? I tried

Re: automake -vs- BSD make

2001-02-12 Thread Tom Tromey
"Lars" == Lars Hecking [EMAIL PROTECTED] writes: Could somebody with access to the BSD make please try the current cvs automake and report back? Lars What exactly do you want us to try apart from make check? I believe that should suffice. Lars - pr19.test: fails somewhere in make

automake -vs- BSD make

2001-02-04 Thread Tom Tromey
Could somebody with access to the BSD make please try the current cvs automake and report back? I've tried to implement support for `.include'. I think it works, but of course I'm not copmletely sure. This new code does rely on `MAKE' being set at configure time to the make that the user plans