From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2799 invoked by alias); 10 Jul 2007 17:32:46 -0000 Received: (qmail 2788 invoked by uid 22791); 10 Jul 2007 17:32:45 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jul 2007 17:32:43 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l6AHWeag028299 for ; Tue, 10 Jul 2007 13:32:41 -0400 Received: from zebedee.littlepinkcloud.COM (vpn-14-107.rdu.redhat.com [10.11.14.107]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l6AHWbS0011042; Tue, 10 Jul 2007 13:32:38 -0400 Received: from littlepinkcloud.COM (localhost.localdomain [127.0.0.1]) by zebedee.littlepinkcloud.COM (8.13.8/8.13.5) with ESMTP id l6AHWaUG007867; Tue, 10 Jul 2007 18:32:36 +0100 Received: (from aph@localhost) by littlepinkcloud.COM (8.13.8/8.13.5/Submit) id l6AHWZ7r007864; Tue, 10 Jul 2007 18:32:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18067.49843.172244.325742@zebedee.pink> Date: Tue, 10 Jul 2007 17:32:00 -0000 From: Andrew Haley To: Tom Tromey Cc: Matthias Klose , GCJ-patches Subject: Re: [patch] fix build failure building libjava/classpath/examples In-Reply-To: References: <468D8534.1010808@ubuntu.com> X-Mailer: VM 7.19 under Emacs 22.0.93.1 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 X-SW-Source: 2007-q3/txt/msg00037.txt.bz2 Tom Tromey writes: > >>>>> "Matthias" == Matthias Klose writes: > > Matthias> The merge of classpath-0.95 did drop the support to build > Matthias> the example files in libjava/classpath/examples. The > Matthias> following patch use the just built compiler with the correct > Matthias> classpath to build the examples. > > Matthias> Ok for the trunk? > > Do we really want to build and install the examples? No. Nuke 'em. :-) Andrew.