Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 19974 invoked from network); 18 Apr 2011 13:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 13:10:34 -0000 Received: (qmail 38684 invoked by uid 500); 18 Apr 2011 13:10:33 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 38606 invoked by uid 500); 18 Apr 2011 13:10:33 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 38549 invoked by uid 99); 18 Apr 2011 13:10:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 13:10:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 13:10:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A14952388980; Mon, 18 Apr 2011 13:10:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1094560 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in configure Date: Mon, 18 Apr 2011 13:10:06 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110418131006.A14952388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Mon Apr 18 13:10:06 2011 New Revision: 1094560 URL: http://svn.apache.org/viewvc?rev=1094560&view=rev Log: Axe aix leftovers Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in?rev=1094560&r1=1094559&r2=1094560&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in (original) +++ commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in Mon Apr 18 13:10:06 2011 @@ -69,8 +69,6 @@ UNIX_SOURCES=\ $(TOPDIR)/os/unix/time.c \ $(TOPDIR)/os/unix/util.c -AIX_SOURCES=\ - $(TOPDIR)/os/aix/os.c BSDX_SOURCES=\ $(TOPDIR)/os/bsdx/os.c DARWIN_SOURCES=\ Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1094560&r1=1094559&r2=1094560&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/configure (original) +++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Apr 18 13:10:06 2011 @@ -523,7 +523,7 @@ case "$host-$mach" in *-*64 ) test ".$bits" = . && bits=64 ;; - *-i386|darwin-ppc|aix-ppc ) + *-i386|darwin-ppc ) test ".$bits" = . && bits=32 ;; esac @@ -801,9 +801,6 @@ EOF hpux-* ) $cc -v -E $cccsrc.c >>$configlog 2>&1 ;; - aix-cc ) - $cc -qshowmacros -E $cccsrc.c >>$configlog 2>&1 - ;; esac echo "" >>$configlog rm -rf $cccsrc.* $cccsrc >/dev/null 2>&1 || true