Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 93056 invoked from network); 29 Oct 2007 10:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 10:24:17 -0000 Received: (qmail 37325 invoked by uid 500); 29 Oct 2007 10:24:04 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 37271 invoked by uid 500); 29 Oct 2007 10:24:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 37252 invoked by uid 99); 29 Oct 2007 10:24:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 03:24:03 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 10:24:05 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l9TANgiw017686 for ; Mon, 29 Oct 2007 06:23:42 -0400 Received: from turnip.manyfish.co.uk (IDENT:U2FsdGVkX1+1CqREO4Kiq37CGAlyoJjp8n2bddgDz/w@vpn-14-101.rdu.redhat.com [10.11.14.101]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9TANfAN013881 for ; Mon, 29 Oct 2007 06:23:41 -0400 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.66) (envelope-from ) id 1ImRmW-0001xq-QY for dev@apr.apache.org; Mon, 29 Oct 2007 10:23:40 +0000 Date: Mon, 29 Oct 2007 10:23:40 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: svn commit: r588393 - /apr/apr/branches/1.2.x/test/Makefile.in Message-ID: <20071029102340.GA7166@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <20071025234934.D69E61A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20071025234934.D69E61A9832@eris.apache.org> User-Agent: Mutt/1.5.14 (2007-02-12) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Oct 25, 2007 at 11:49:34PM -0000, William Rowe wrote: > Author: wrowe > Date: Thu Oct 25 16:49:33 2007 > New Revision: 588393 > > URL: http://svn.apache.org/viewvc?rev=588393&view=rev > Log: > Reorganize similar-to-trunk, using much more shorthand to make the build > rules easier to read. The longhand is used because stuff like $+ is a GNU make extension. ... > occhild@EXEEXT@: occhild.lo $(LOCAL_LIBS) > - $(LINK_PROG) occhild.lo $(LOCAL_LIBS) $(ALL_LIBS) > + $(LINK_PROG) $+ $(ALL_LIBS) etc