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.
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
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
* 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
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.
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
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
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