Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 94128 invoked from network); 27 Oct 2007 19:23:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2007 19:23:31 -0000 Received: (qmail 57251 invoked by uid 500); 27 Oct 2007 19:23:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 57226 invoked by uid 500); 27 Oct 2007 19:23:18 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 57217 invoked by uid 99); 27 Oct 2007 19:23:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2007 12:23:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2007 19:23:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F2A701A9832; Sat, 27 Oct 2007 12:23:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589188 - in /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix: OSResourcesMonitorLinux.c linux/ linux/OSResourcesMonitor.c makefile Date: Sat, 27 Oct 2007 19:23:09 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071027192309.F2A701A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Sat Oct 27 12:23:09 2007 New Revision: 589188 URL: http://svn.apache.org/viewvc?rev=589188&view=rev Log: Moving OS dependent code to subdirectory. Added: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/linux/ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/linux/OSResourcesMonitor.c - copied unchanged from r588205, harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSResourcesMonitorLinux.c Removed: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSResourcesMonitorLinux.c Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile?rev=589188&r1=589187&r2=589188&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile Sat Oct 27 12:23:09 2007 @@ -34,7 +34,7 @@ $(SHAREDSUB)filedesc.o $(SHAREDSUB)timezone.o \ $(SHAREDSUB)OSFileSystem.o OSFileSystemLinux32.o \ OSMemory.o OSMemoryLinux32.o $(SHAREDSUB)OSNetworkSystem.o \ - OSNetworkSystemLinux.o OSResourcesMonitorLinux.o hyenv.o + OSNetworkSystemLinux.o $(HY_OS)/OSResourcesMonitor.o hyenv.o ifneq ($(HY_ZIP_API),true) MDLLIBFILES += $(LIBPATH)libhyzip.a $(MDLLIBZLIB)