EXTRA_PROGRAMS not automatically cleaned

2008-08-27 Thread Reuben Thomas
I just noticed that programs listed in EXTRA_PROGRAMS in Makefile.am are not automatically added to any clean target, so make distcheck fails. I can of course add $(EXTRA_PROGRAMS) to CLEANFILES, but it seems odd as I don't have to do that for other programs, e.g. bin_PROGRAMS or check_PROGRAMS.

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Vincent Lefevre
On 2008-08-27 11:16:54 -0600, Bob Proulx wrote: > I think the best and easiest workaround is to set all of the file > times to the same time. Then make will consider them up to date. > > $ cd PROJECTDIR && find . -type f -exec touch -r . {} + > > But if you can't set the time on files then tha

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Vincent Lefevre
On 2008-08-27 19:17:19 +0200, Ralf Wildenhues wrote: > As in: the configure.ac author gets to decide that if the user of the > package types > ./configure > > then maintainer mode should be enabled, only if she types > ./configure --disable-maintainer-mode > > or > ./configure --enable-main

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Ralf Wildenhues
* Vincent Lefevre wrote on Wed, Aug 27, 2008 at 07:03:02PM CEST: > On 2008-08-27 18:45:24 +0200, Ralf Wildenhues wrote: > > The --disable-dependency-tracking option turns off the mechanism that > > updates .deps/*.Po files which contain dependencies for compiled sources > > like C and C++. This ha

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Bob Proulx
Vincent Lefevre wrote: > The file system is a vfat, so that after de-archiving the tarball, the > timestamps are incorrect (the mtime can't be set back in the past). I think the best and easiest workaround is to set all of the file times to the same time. Then make will consider them up to date.

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Vincent Lefevre
On 2008-08-27 18:45:24 +0200, Ralf Wildenhues wrote: > The --disable-dependency-tracking option turns off the mechanism that > updates .deps/*.Po files which contain dependencies for compiled sources > like C and C++. This has nothing to do with rebuild rules. > > You can add AM_MAINTAINER_MODE t

Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Ralf Wildenhues
Hello Vincent, * Vincent Lefevre wrote on Wed, Aug 27, 2008 at 06:29:07PM CEST: > I've generated a tarball on a Debian/unstable machine. On the Zaurus, > after running > > ./configure --enable-assert=full --disable-shared \ > --disable-dependency-tracking CC=gcc > > "make" wants to run "mi

generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?)

2008-08-27 Thread Vincent Lefevre
I've generated a tarball on a Debian/unstable machine. On the Zaurus, after running ./configure --enable-assert=full --disable-shared \ --disable-dependency-tracking CC=gcc "make" wants to run "missing": zaurus:~sd/mpfr-2.3.2-rc1> =make && =make check cd . && /bin/bash /usr/mnt.rom/card/mp