Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 49425 invoked from network); 3 Mar 2006 16:23:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 16:23:27 -0000 Received: (qmail 12549 invoked by uid 500); 3 Mar 2006 16:24:12 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 12503 invoked by uid 500); 3 Mar 2006 16:24:12 -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 12492 invoked by uid 99); 3 Mar 2006 16:24:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 08:24:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.199 as permitted sender) Received: from [64.233.184.199] (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 08:24:09 -0800 Received: by wproxy.gmail.com with SMTP id i24so688356wra for ; Fri, 03 Mar 2006 08:23:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QsrqtpxcuYwhpZa0lr5en+eG39t6fuMtLM2D56n1QQ8aZ2gRLoCauVnfGcIe4thDZPbq4Jto7HXodU4ovZ9q8GmfGRBoSo8A2hxEYgFoPZQPpGDp7oNe2N00i/3RgsXuk48e7qe9KjrJvQDX4MItS+mx8nc9j/XOfxV4ZrAKDq8= Received: by 10.54.82.17 with SMTP id f17mr2523930wrb; Fri, 03 Mar 2006 08:23:40 -0800 (PST) Received: by 10.54.121.15 with HTTP; Fri, 3 Mar 2006 08:23:40 -0800 (PST) Message-ID: <7edfeeef0603030823g1f60271bm6c017376b79eeea1@mail.gmail.com> Date: Fri, 3 Mar 2006 08:23:40 -0800 From: "Garrett Rooney" Sender: rooneg@gmail.com To: dev@apr.apache.org Subject: Re: svn commit: r382752 - /apr/apr/trunk/build/MakeEtags In-Reply-To: <20060303102659.47348.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060303102659.47348.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 3/3/06, maxb@apache.org wrote: > Author: maxb > Date: Fri Mar 3 02:26:58 2006 > New Revision: 382752 > > URL: http://svn.apache.org/viewcvs?rev=3D382752&view=3Drev > Log: > * build/MakeEtags: Convert to be useful for APR and APR-util as well as H= TTPD. > Do not hardcode a specific path to etags, use ETAGS envvar, or search P= ATH. > Update URL to "Exuberant ctags" project home. > > PR: 22615 > > Modified: > apr/apr/trunk/build/MakeEtags > > Modified: apr/apr/trunk/build/MakeEtags > URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/MakeEtags?rev=3D38= 2752&r1=3D382751&r2=3D382752&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- apr/apr/trunk/build/MakeEtags (original) > +++ apr/apr/trunk/build/MakeEtags Fri Mar 3 02:26:58 2006 > @@ -12,22 +12,24 @@ > # tag-table-alist with an entry to assure it finds the single ./TAGS > # file from the many source directories. Something along these lines: > # (setq tag-table-alist > -# '(("/home/me/work/httpd-2.0/" > -# . "/home/me/work/httpd-2.0/") > +# '(("/home/me/work/apr-x.y/" . "/home/me/work/apr-x.y/") > +# ("/home/me/work/apr-util-x.y/" . "/home/me/work/apr-util-x.y/") > +# ("/home/me/work/httpd-x.y/" . "/home/me/work/httpd-x.y/") > # )) > > # This requires a special version of etags, i.e. the > # one called "Exuberant ctags" available at: > -# http://fly.hiwaay.net/~darren/ctags/ > +# http://ctags.sourceforge.net/ > # Once that is setup you'll need to point to the > # executable here: > > -etags=3D~/local/bin/etags > +etags=3D${ETAGS-etags} Isn't that supposed to be ${ETAGS:-etags} ? You seem to have dropped the c= olon. -garrett