This is the mail archive of the gcc@gcc.gnu.org mailing 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]

Re: install broken for treelang


On Sat, 2003-10-11 at 03:18, Matthias Klose wrote:
> This patch breaks installation of treelang:
> 
> 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
> 
>         * Make-lang.in (treelang.info): Replace with ...
>         (info): ... this.
>         * Make-lang.in (treelang.dvi): Replace with ...
>         (dvi): ... this.
> 
> make[3]: *** No rule to make target `treelang.info', needed by
> `treelang.install-info'.  Stop.
> make[3]: Leaving directory `/build/gcc/snap/gcc-20031011/build/gcc'
> make[2]: *** [install-gcc] Error 2

I've had the attached patch in my tree now for a while.

It (a) makes all languages put there .info files in $(docobjdir), which
fixes one part of the bug that we write into $(srcdir), and (b)
simplifies the Makefiles a good bit by removing a bunch of duplicate
code.

Tested by building and installing the compiler on i686-pc-linux-gnu, and
applied on the mainline.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC

Attachment: diffs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]