public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] Install gccinstall.info (was fastjar.info not installed any longer?)
       [not found] <20031127103510.GA62621@lorien.int.gecko.de>
@ 2003-11-30  2:47 ` Kelley Cook
  0 siblings, 0 replies; only message in thread
From: Kelley Cook @ 2003-11-30  2:47 UTC (permalink / raw)
  To: Gerald Pfeifer, Gunther Nikl; +Cc: GCC Mailing List, GCC Patches, Kelley Cook

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-30  1:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20031127103510.GA62621@lorien.int.gecko.de>
2003-11-30  2:47 ` [Committed] Install gccinstall.info (was fastjar.info not installed any longer?) Kelley Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).