From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26956 invoked by alias); 14 Feb 2007 23:39:30 -0000 Received: (qmail 26948 invoked by uid 22791); 14 Feb 2007 23:39:30 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Feb 2007 23:39:25 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l1ENdN26023817 for ; Wed, 14 Feb 2007 18:39:23 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1ENdNMR002856 for ; Wed, 14 Feb 2007 18:39:23 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1ENdMRX023940 for ; Wed, 14 Feb 2007 18:39:22 -0500 Message-ID: <45D39DA2.3030609@redhat.com> Date: Wed, 14 Feb 2007 23:39:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: frysk@sourceware.org Subject: More direct dependencies Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00131.txt.bz2 Just FYI, I've committed a change that causes the GUI to generate direct dependencies on individual files from other directories, rather than that directories .jar file. This means, for instance, that modifying a local test-case in frysk-core/ doesn't trigger a complete rebuild of frysk-gui/ (it does trigger a re-link, as the archives still change). For instance, touching a Test file and rebuilding on my old laptop is now <1minute. While I've been testing this all day, this is a bit messy and there could be more problems. If things go wrong, I'd revert in the following order: #1: frysk-gtk/Makefile.am, frysk-gui/Makefile.am: Reset the GEN_SOURCEPATH and GEN_CLASSPATH to use .jar files only. #1; The gunk in common/Makefile.rules for running ecj - is ecj that caused the most grief! Andrew