Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 70646 invoked from network); 19 Mar 2011 03:13:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Mar 2011 03:13:45 -0000 Received: (qmail 57620 invoked by uid 500); 19 Mar 2011 03:13:45 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 57578 invoked by uid 500); 19 Mar 2011 03:13:44 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 57570 invoked by uid 99); 19 Mar 2011 03:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Mar 2011 03:13:43 +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; Sat, 19 Mar 2011 03:13:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AB24123888BD; Sat, 19 Mar 2011 03:13:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1083137 - in /apr/apr/branches: 0.9.x/NWGNUmakefile 1.3.x/NWGNUmakefile 1.4.x/NWGNUmakefile 1.5.x/NWGNUmakefile Date: Sat, 19 Mar 2011 03:13:19 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110319031319.AB24123888BD@eris.apache.org> Author: fuankg Date: Sat Mar 19 03:13:19 2011 New Revision: 1083137 URL: http://svn.apache.org/viewvc?rev=1083137&view=rev Log: Removed libprews.o from aprlib. This file should only be linked into the NLM, and not be a member of the static lib. Modified: apr/apr/branches/0.9.x/NWGNUmakefile apr/apr/branches/1.3.x/NWGNUmakefile apr/apr/branches/1.4.x/NWGNUmakefile apr/apr/branches/1.5.x/NWGNUmakefile Modified: apr/apr/branches/0.9.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/NWGNUmakefile?rev=1083137&r1=1083136&r2=1083137&view=diff ============================================================================== --- apr/apr/branches/0.9.x/NWGNUmakefile (original) +++ apr/apr/branches/0.9.x/NWGNUmakefile Sat Mar 19 03:13:19 2011 @@ -282,7 +282,6 @@ FILES_lib_objs = \ $(OBJDIR)/groupinfo.o \ $(OBJDIR)/inet_pton.o \ $(OBJDIR)/inet_ntop.o \ - $(OBJDIR)/libprews.o \ $(OBJDIR)/mktemp.o \ $(OBJDIR)/mmap.o \ $(OBJDIR)/open.o \ Modified: apr/apr/branches/1.3.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/NWGNUmakefile?rev=1083137&r1=1083136&r2=1083137&view=diff ============================================================================== --- apr/apr/branches/1.3.x/NWGNUmakefile (original) +++ apr/apr/branches/1.3.x/NWGNUmakefile Sat Mar 19 03:13:19 2011 @@ -323,7 +323,6 @@ FILES_lib_objs = \ $(OBJDIR)/groupinfo.o \ $(OBJDIR)/inet_pton.o \ $(OBJDIR)/inet_ntop.o \ - $(OBJDIR)/libprews.o \ $(OBJDIR)/mktemp.o \ $(OBJDIR)/mmap.o \ $(OBJDIR)/multicast.o \ Modified: apr/apr/branches/1.4.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/NWGNUmakefile?rev=1083137&r1=1083136&r2=1083137&view=diff ============================================================================== --- apr/apr/branches/1.4.x/NWGNUmakefile (original) +++ apr/apr/branches/1.4.x/NWGNUmakefile Sat Mar 19 03:13:19 2011 @@ -323,7 +323,6 @@ FILES_lib_objs = \ $(OBJDIR)/groupinfo.o \ $(OBJDIR)/inet_pton.o \ $(OBJDIR)/inet_ntop.o \ - $(OBJDIR)/libprews.o \ $(OBJDIR)/mktemp.o \ $(OBJDIR)/mmap.o \ $(OBJDIR)/multicast.o \ Modified: apr/apr/branches/1.5.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/NWGNUmakefile?rev=1083137&r1=1083136&r2=1083137&view=diff ============================================================================== --- apr/apr/branches/1.5.x/NWGNUmakefile (original) +++ apr/apr/branches/1.5.x/NWGNUmakefile Sat Mar 19 03:13:19 2011 @@ -323,7 +323,6 @@ FILES_lib_objs = \ $(OBJDIR)/groupinfo.o \ $(OBJDIR)/inet_pton.o \ $(OBJDIR)/inet_ntop.o \ - $(OBJDIR)/libprews.o \ $(OBJDIR)/mktemp.o \ $(OBJDIR)/mmap.o \ $(OBJDIR)/multicast.o \