From c33a1f33c873cd949ce14032fbd390ecb9169e78 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 24 Oct 2005 04:36:14 +0000 Subject: [PATCH] Add a commented out version of what was done for the r20041119sysinc import. --- sys/contrib/dev/acpica/acpica_prep.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh index bb1605cbfb6b..526865b604ad 100755 --- a/sys/contrib/dev/acpica/acpica_prep.sh +++ b/sys/contrib/dev/acpica/acpica_prep.sh @@ -67,6 +67,18 @@ for i in ${src_update_files}; do 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}