aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-10-24 04:36:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-10-24 04:36:14 +0000
commitc33a1f33c873cd949ce14032fbd390ecb9169e78 (patch)
tree4e1a239f161926a9437c2ad4953b01abec6b5cb1 /sys/contrib
parent3e50df5a3e731ca77f20b1c4ab85dd879dfe54e4 (diff)
Notes
Diffstat (limited to 'sys/contrib')
-rwxr-xr-xsys/contrib/dev/acpica/acpica_prep.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh
index bb1605cbfb6bd..526865b604ade 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\"|\<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}