From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101464 invoked by alias); 11 Aug 2015 18:54:07 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 101445 invoked by uid 89); 11 Aug 2015 18:54:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 11 Aug 2015 18:54:04 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 2E3CD4C08D; Tue, 11 Aug 2015 18:54:01 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-104.phx2.redhat.com [10.3.113.104]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7BIs05A027390; Tue, 11 Aug 2015 14:54:00 -0400 Subject: Re: [PATCH, libjava/classpath]: Fix overriding recipe for target 'gjdoc' build warning To: Uros Bizjak , "gcc-patches@gcc.gnu.org" References: Cc: java-patches@gcc.gnu.org, Andrew Haley , Tom Tromey From: Jeff Law Message-ID: <55CA44C8.7000209@redhat.com> Date: Tue, 11 Aug 2015 18:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-q3/txt/msg00003.txt.bz2 On 08/11/2015 12:03 PM, Uros Bizjak wrote: > On Fri, Aug 7, 2015 at 1:21 PM, Uros Bizjak wrote: > >> Attached patch fixes: >> >> Makefile:871: warning: overriding recipe for target 'gjdoc' >> Makefile:786: warning: ignoring old recipe for target 'gjdoc' >> >> build warning when compiling libjava. >> >> The problem was in configure.ac: we have to depend gjdoc build on >> CREATE_WRAPPERS in the same way as other tools are dependent a couple >> of lines above. >> >> While in this area, I also removed obsolete automake < 1.11 >> workaround. As mentioned in HACKING: "Make sure you have Automake >> 1.11.1 installed. Exactly that version!" >> >> I have included all generated files in the diff. The changes are small >> and they illustrate the effect of the patch. >> >> 2015-08-07 Uros Bizjak >> >> * configure.ac (tools/gjdoc): Depend on CREATE_WRAPPERS. >> * configure: Regenerate. >> * tools/Makefile.am: Remove unneeded dependencies for Automake 1.11. >> * tools/Makefile.in: Regenerate. >> >> Patch was bootstrapped on x86_64-linux-gnu, Fedora 22. >> >> OK for GCC mainline? > > I have committed this patch to GCC mainline SVN repository. Both > issues can be considered obvious and the fix is trivial. > > Also, it looks like the official classpath repository is a dead place > for a couple of years. It's probably time for the occasional discussion WRT dropping gcj/libjava from the default languages and replace them with either Ada or Go. gcj/libjava are dead IMHO. Jeff