automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM_MAINTAINER_MODE


From: Russ Allbery
Subject: Re: AM_MAINTAINER_MODE
Date: Fri, 08 Feb 2013 12:30:14 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

immanuel litzroth <address@hidden> writes:

> Once again... this is biting us too so we usually add the AM_MAINTAINER
> mode ourselves. This scenario is 100% recognizable and a major source of
> problems for us.

I also religiously use AM_MAINTAINER_MODE for all of my packages because I
always want to be able to turn off this behavior and get a build that
doesn't attempt to regenerate the build system without explicit action on
my part.

Another place where the default behavior frequently breaks is if one is
applying a patch to both the generated file and the source file, usually
because one explicitly *doesn't* want to re-run Automake (often because
there's some incompatibility with the latest version) and one has
carefully determined the right change to make to the generated file and is
also patching the source for documentation purposes.  If patch happens to
patch the generated file before the source file, make then tries to re-run
Automake and everything explodes.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]