From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32052 invoked by alias); 30 Nov 2003 01:07:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 32034 invoked from network); 30 Nov 2003 01:07:38 -0000 Received: from unknown (HELO pop-6.dnv.wideopenwest.com) (64.233.207.24) by sources.redhat.com with SMTP; 30 Nov 2003 01:07:38 -0000 Received: from kelley (d14-69-83-22.try.wideopenwest.com [69.14.22.83]) by pop-6.dnv.wideopenwest.com (8.11.6/8.11.6) with ESMTP id hAU177F28004; Sat, 29 Nov 2003 19:07:08 -0600 Message-Id: <200311300107.hAU177F28004@pop-6.dnv.wideopenwest.com> From: "Kelley Cook" To: "Gerald Pfeifer" , "Gunther Nikl" Cc: "GCC Mailing List" , "GCC Patches" , "Kelley Cook" Date: Sun, 30 Nov 2003 02:47:00 -0000 Priority: Normal In-Reply-To: <20031127103510.GA62621@lorien.int.gecko.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [Committed] Install gccinstall.info (was fastjar.info not installed any longer?) X-SW-Source: 2003-11/txt/msg02333.txt.bz2 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 * 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