Displaying 1 result from an estimated 1 matches for "relative_lndir".
2005 Aug 08
0
[PATCH] put xenstore headers in linux-public
...;; do
+ ln -sf ${REAL_DIR}/$i ${SYMLINK_DIR}/$i
+ done
+ )
+}
+
[ "$1" == "" ] && { echo "Syntax: $0 <linux tree to xenify>"; exit 1; }
# Get absolute path to the destination directory
@@ -109,3 +128,6 @@
cd ${AD}/include/asm-xen/xen-public
relative_lndir ../../../${RS}/../xen/include/public
+# More header links, specific to shared defn''s for xenbus/xenstore
+cd ${AD}/include/asm-xen/linux-public
+relative_lnfiles ../../../${RS}/../tools/xenstore xenstored.h
_______________________________________________
Xen-devel mailing list
Xen-d...