Alan Modra - Re: overcoming info build failures (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] |
- From: Alan Modra
- To: Ben Elliston
- Cc: gcc at gcc dot gnu dot org, binutils at sources dot redhat dot com
- Date: Thu, 24 Nov 2005 12:01:19 +1030
- Subject: Re: overcoming info build failures
- References: <20051124005632.GA15837@ozlabs.au.ibm.com>
On Thu, Nov 24, 2005 at 11:56:32AM +1100, Ben Elliston wrote:
I tracked this build problem of mine down. I expect others will experience it, too, hence this posting. If you're building from clean, you won't have this problem.
Mark Mitchell's @file documentation change adds a @set directive to gcc-vers.texi in the build directory, but that file only depends on DEV-PHASE and BASE-VER, so it will never be correctly rebuilt using the new make rule. Just deleting it will remedy the problem.
Oh, yes, there is a similar problem when building binutils. I found I needed to delete ${srcdir}/gas/doc/asconfig.texi and ${srcdir}/ld/configdoc.texi. "make clean" doesn't delete these files for you.
-- Alan Modra IBM OzLabs - Linux Technology Centre
- References:
- overcoming info build failures
* From: Ben Elliston
- overcoming info build failures
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |