projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a7a3b
)
Revert dependency on new GNUMake feature.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Jul 2008 09:37:20 +0000
(10:37 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Jul 2008 09:37:20 +0000
(10:37 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 0fc8aa0b9cf3eebfad1b87af588bc9cf9d642c20..37a370974583c5bcb2a18708df1db05e4ee5ff30 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-82,7
+82,14
@@
ioemu-dir-find:
rm -f ioemu-dir; \
ln -sf ioemu-remote ioemu-dir; \
fi
- cd ioemu-dir && XEN_ROOT="$(abspath $(XEN_ROOT))" ./xen-setup
+ set -e; \
+ case "$(XEN_ROOT)" in \
+ /*) XEN_ROOT=$(XEN_ROOT) ;; \
+ *) XEN_ROOT=`pwd`/$(XEN_ROOT) ;; \
+ esac; \
+ export XEN_ROOT; \
+ cd ioemu-dir; \
+ ./xen-setup
subdir-all-ioemu-dir subdir-install-ioemu-dir: ioemu-dir-find