Re: No need for object file removal before compilation

2008-04-11 Thread Ralf Wildenhues
OK, this issue is much more intricate than it looked like at first. First, the existing code had some bugs: - it removed files too often. After the first compile, we *know* that there are no files to stumble over; if the compiler doesn't know -c -o, then we have moved away $output_obj ourselv

Re: Avoid warning on cygwin

2008-04-11 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > > * Eric Blake wrote on Thu, Apr 10, 2008 at 06:56:07PM CEST: > > src/.libs/lt-m4.c: In function `main': > > src/.libs/lt-m4.c:288: warning: implicit declaration of function `_setmode' > > > OK to apply this? > > OK provided it's been tested under MinGW. I te

Re: Speed up progname, progpath setting

2008-04-11 Thread Peter O'Gorman
Ralf Wildenhues wrote: > * Bob Friesenhahn wrote on Fri, Apr 11, 2008 at 12:12:45AM CEST: >> On Thu, 10 Apr 2008, Ralf Wildenhues wrote: >>> On systems where $PWD happens to not work, we shouldn't care about >>> performance, they are so rare. >> We should define what it means for PWD to work. > >