cvs commit: src/sys/contrib/dev/acpica acpica_prep.sh
Nate Lawson
nate at root.org
Sun Oct 23 22:27:06 PDT 2005
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
More information about the cvs-src
mailing list