summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-10-24 04:36:14 +0000
committerobrien <obrien@FreeBSD.org>2005-10-24 04:36:14 +0000
commit39c9d5812db1f2cf5f2df208e54256818eef68cc (patch)
tree4e1a239f161926a9437c2ad4953b01abec6b5cb1
parenta7339d083bfc21b884313f2063be81d899287284 (diff)
downloadFreeBSD-src-39c9d5812db1f2cf5f2df208e54256818eef68cc.zip
FreeBSD-src-39c9d5812db1f2cf5f2df208e54256818eef68cc.tar.gz
Add a commented out version of what was done for the r20041119sysinc import.
-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 bb1605c..526865b 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}
OpenPOWER on IntegriCloud