From harmony-commits-return-634-apmail-incubator-harmony-commits-archive=incubator.apache.org@incubator.apache.org Wed Jan 11 22:55:46 2006 Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 26403 invoked from network); 11 Jan 2006 22:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 22:55:36 -0000 Received: (qmail 36241 invoked by uid 500); 11 Jan 2006 22:55:33 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 36208 invoked by uid 500); 11 Jan 2006 22:55:33 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 36196 invoked by uid 99); 11 Jan 2006 22:55:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 14:55:33 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Jan 2006 14:55:30 -0800 Received: (qmail 26217 invoked by uid 65534); 11 Jan 2006 22:55:09 -0000 Message-ID: <20060111225509.26214.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368156 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am Date: Wed, 11 Jan 2006 22:55:08 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Wed Jan 11 14:55:05 2006 New Revision: 368156 URL: http://svn.apache.org/viewcvs?rev=368156&view=rev Log: Change SUBDIR ordering so "sh etc/regen.sh && make" in a pristine Subversion checkout works. Update the README files accordingly. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am?rev=368156&r1=368155&r2=368156&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/Makefile.am Wed Jan 11 14:55:05 2006 @@ -3,5 +3,5 @@ EXTRA_DIST= AUTHORS README LICENSE INSTALL \ install-sh libtool missing -SUBDIRS= tools libjc jc include doc etc java +SUBDIRS= include java tools libjc jc doc etc