Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 60580 invoked from network); 21 Mar 2006 09:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 09:31:31 -0000 Received: (qmail 23164 invoked by uid 500); 21 Mar 2006 09:31:30 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 23124 invoked by uid 500); 21 Mar 2006 09:31:30 -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 23113 invoked by uid 99); 21 Mar 2006 09:31:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 01:31:30 -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; Tue, 21 Mar 2006 01:31:28 -0800 Received: (qmail 59870 invoked by uid 65534); 21 Mar 2006 09:30:41 -0000 Message-ID: <20060321093041.59869.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r387468 - /apr/apr/branches/1.2.x/test/Makefile.in Date: Tue, 21 Mar 2006 09:30:41 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Tue Mar 21 01:30:39 2006 New Revision: 387468 URL: http://svn.apache.org/viewcvs?rev=387468&view=rev Log: Revert vetoed r384716, fixing testall regression e.g. when using ccache. Modified: apr/apr/branches/1.2.x/test/Makefile.in Modified: apr/apr/branches/1.2.x/test/Makefile.in URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/test/Makefile.in?rev=387468&r1=387467&r2=387468&view=diff ============================================================================== --- apr/apr/branches/1.2.x/test/Makefile.in (original) +++ apr/apr/branches/1.2.x/test/Makefile.in Tue Mar 21 01:30:39 2006 @@ -37,9 +37,9 @@ INCDIR=../include INCLUDES=-I$(INCDIR) -I$(srcdir)/../include -# uses libtool wrapper scripts which ensures we are testing the currently built -# library in ../.libs/, not the installed/stale flavor due to -rpath. -LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) $(ALL_LDFLAGS) -o $@ +# link programs using -no-install to get real executables not +# libtool wrapper scripts which link an executable when first run. +LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) -no-install $(ALL_LDFLAGS) -o $@ check: $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \