From owner-cvs-src@FreeBSD.ORG Mon Oct 24 05:27:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E1E16A41F; Mon, 24 Oct 2005 05:27:06 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D0E43D45; Mon, 24 Oct 2005 05:27:04 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j9O5RUTl005737; Mon, 24 Oct 2005 01:27:30 -0400 X-ORBL: [71.139.0.107] Received: from [10.0.5.50] (ppp-71-139-0-107.dsl.snfc21.pacbell.net [71.139.0.107]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j9O5R2vH122112; Mon, 24 Oct 2005 01:27:02 -0400 Message-ID: <435C70A5.9060408@root.org> Date: Sun, 23 Oct 2005 22:27:01 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <20051024043630.95DB416A439@hub.freebsd.org> In-Reply-To: <20051024043630.95DB416A439@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica acpica_prep.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 05:27:06 -0000 David E. O'Brien wrote: > obrien 2005-10-24 04:36:14 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/dev/acpica acpica_prep.sh > Log: > Add a commented out version of what was done for the r20041119sysinc import. > > Revision Changes Path > 1.8 +13 -1 src/sys/contrib/dev/acpica/acpica_prep.sh > > > Index: src/sys/contrib/dev/acpica/acpica_prep.sh > diff -u src/sys/contrib/dev/acpica/acpica_prep.sh:1.7 src/sys/contrib/dev/acpica/acpica_prep.sh:1.8 > --- src/sys/contrib/dev/acpica/acpica_prep.sh:1.7 Wed Apr 14 02:03:33 2004 > +++ src/sys/contrib/dev/acpica/acpica_prep.sh Mon Oct 24 04:36:14 2005 > @@ -67,6 +67,18 @@ > sed -e 's/platform\///' $i > $i.new && mv $i.new $i > done > > +# canonify include paths > +#for H in \ > +#acpi.h acdispat.h amlcode.h acnamesp.h acevents.h acdebug.h acresrc.h acdisasm.h acparser.h acinterp.h actables.h > +#do > +# sed -i "" -e "s|\"$H\"|\|g" *.c > +#done > +#for H in \ > +#acconfig.h acenv.h actypes.h acexcep.h acmacros.h actbl.h actbl1.h actbl2.h aclocal.h acoutput.h acpiosxf.h acpixf.h acobject.h acstruct.h acglobal.h achware.h acutils.h acfreebsd.h acgcc.h amlresrc.h > +#do > +# sed -i "" -e "s|\"$H\"|\|g" *.h > +#done > + > # post-clean > echo post-clean > rm -rf ${wrk} Why not uncomment those if it was tested? -- Nate