From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80104 invoked by alias); 20 Aug 2015 04:37:11 -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 80077 invoked by uid 89); 20 Aug 2015 04:37:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: gproxy1-pub.mail.unifiedlayer.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO gproxy1-pub.mail.unifiedlayer.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 20 Aug 2015 04:37:08 +0000 Received: (qmail 23495 invoked by uid 0); 20 Aug 2015 04:36:59 -0000 Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy1.mail.unifiedlayer.com with SMTP; 20 Aug 2015 04:36:59 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id 6scq1r0052f2jeq01sctMm; Wed, 19 Aug 2015 22:36:59 -0600 X-Authority-Analysis: v=2.1 cv=EbVbHpWC c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=zstS-IiYAAAA:8 a=a4K5GIyuExAA:10 a=PnD2wP_eR3oA:10 a=TpTlBxB_VV4A:10 a=uRRa74qj2VoA:10 a=mDV3o1hIAAAA:8 a=NoyMohBpEGQ0Nhl8eq4A:9 a=ha8fEWDyubMA:10 a=lfdb1lblFrEA:10 Received: from [71.215.96.11] (port=55254 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZSHas-0003NS-Bm; Wed, 19 Aug 2015 22:36:50 -0600 From: Tom Tromey To: Andrew Hughes Cc: Tom Tromey , Jeff Law , Uros Bizjak , gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, Andrew Haley Subject: Re: [PATCH, libjava/classpath]: Fix overriding recipe for target 'gjdoc' build warning References: <55CA44C8.7000209@redhat.com> <87mvxxdxys.fsf@tromey.com> <141970419.12686720.1440038099721.JavaMail.zimbra@redhat.com> Date: Thu, 20 Aug 2015 04:37:00 -0000 In-Reply-To: <141970419.12686720.1440038099721.JavaMail.zimbra@redhat.com> (Andrew Hughes's message of "Wed, 19 Aug 2015 22:34:59 -0400 (EDT)") Message-ID: <87y4h68tk3.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {36111:box522.bluehost.com:elynrobi:tromey.com} {sentby:smtp auth 71.215.96.11 authed with tom+tromey.com} X-SW-Source: 2015-q3/txt/msg00020.txt.bz2 Andrew> No, it isn't. It's still a necessity for initial bootstrapping of Andrew> OpenJDK/IcedTea. Andrew Haley said the opposite here: https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00537.html Tom