bug-automake
[Top][All Lists]
Advanced

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

Re: "make distcheck" vs. EXTRA_DIST files made during "make dist"


From: Alexandre Duret-Lutz
Subject: Re: "make distcheck" vs. EXTRA_DIST files made during "make dist"
Date: 12 May 2002 20:07:34 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Greg" == Greg A Woods <address@hidden> writes:

[...]

 Greg> I've encountered a problem with "make distcheck" which
 Greg> now trips over files created during the "make dist"
 Greg> process but which are not checked in as part of the
 Greg> source repository.

Not exactly.  `make distcheck' exercizes your fresh tarball and
complains about files created in the build tree (including when
during `make dist') but not erased by `make distclean'.

Usually this reveals weird dependencies.  The files that you
distribute should be up-to-date in the tarball and thus they
should not need to be rebuilt.

So, why are your files rebuilt at all?  
Could you post a larger excerpt?

[...]
--
Alexandre Duret-Lutz
        





reply via email to

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