[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: generated Makefile wants to run missing after configure (broken --di
From: |
Vincent Lefevre |
Subject: |
Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?) |
Date: |
Wed, 27 Aug 2008 19:03:02 +0200 |
User-agent: |
Mutt/1.5.18-vl-r23999 (2008-08-25) |
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 to your package, see the manual for
> details.
How can one enable maintainer mode *by default*? (Disabling maintainer
mode is really bad in general, as it can lead to obscure broken builds.)
> Or you can try to build your package and create the tarball on the most
> timestamp-challenged file system that you have. I don't know of a nice
> way to emulate that, though.
I don't understand what you mean. I think that the files in the tarball
should just be ordered in timestamp order.
> BTW, why '=make' instead of 'make'?
In zsh, =make is used to disable a shell function "make" (it will be
expanded to the full pathname).
--
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
- generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?),
Vincent Lefevre <=
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/31
Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Bob Proulx, 2008/08/27