Date: Sun, 23 Oct 2005 22:27:01 -0700 From: Nate Lawson <nate@root.org> To: "David E. O'Brien" <obrien@FreeBSD.org> 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 Message-ID: <435C70A5.9060408@root.org> In-Reply-To: <20051024043630.95DB416A439@hub.freebsd.org> References: <20051024043630.95DB416A439@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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\"|\<contrib/dev/acpica/$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\"|\<contrib/dev/acpica/$H\>|g" *.h > +#done > + > # post-clean > echo post-clean > rm -rf ${wrk} Why not uncomment those if it was tested? -- Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?435C70A5.9060408>