This is the mail archive of the gcc-patches@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]

[Committed] Install gccinstall.info (was fastjar.info not installed any longer?)


On Thu, 27 Nov 2003 11:35:10 +0100, Gunther Nikl wrote:

>On Thu, Nov 27, 2003 at 10:45:48AM +0100, Gerald Pfeifer wrote:
>> On current mainline (with --enable-languages=c,c++,objc,java) fastjar.info
>> is not installed any longer, even though it is created in the object tree.

>  The same is true for gccinstall.info.


The gccinstall.info portion is fixed with a one-liner.

i686-pc-cygwin:
make bootstrap
make install

Committed under the obvious rule.

Kelley Cook

2003-11-29  Kelley Cook  <kcook@gcc.gnu.org>

        * Makefile.in (install-info): Install gccinstall.info too.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1201
diff -u -p -r1.1201 Makefile.in
--- Makefile.in	26 Nov 2003 19:04:18 -0000	1.1201
+++ Makefile.in	30 Nov 2003 01:01:56 -0000
@@ -2980,6 +2980,7 @@ install-info:: doc installdirs \
 	$(DESTDIR)$(infodir)/cpp.info \
 	$(DESTDIR)$(infodir)/gcc.info \
 	$(DESTDIR)$(infodir)/cppinternals.info \
+	$(DESTDIR)$(infodir)/gccinstall.info \
 	$(DESTDIR)$(infodir)/gccint.info

 $(DESTDIR)$(infodir)/%.info: $(docobjdir)/%.info installdirs




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