aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-14 14:10:17 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-03-14 14:10:17 +0000
commit5ca9053cee7d508fcabaf9a591c26930c0957aaa (patch)
treeb579912b7ae366d397585d80b6ab3856090a7c76 /tools/Makefile
parentcd6e69c530412e6dc02a5803632328d02483490e (diff)
downloadxen-5ca9053cee7d508fcabaf9a591c26930c0957aaa.tar.gz
xen-5ca9053cee7d508fcabaf9a591c26930c0957aaa.tar.bz2
xen-5ca9053cee7d508fcabaf9a591c26930c0957aaa.zip
tools: Add explicit clean rule for SeaBIOS
Since seabios-dir is cloned during build we need to check that it exists before recursing into it for clean, following the pattern used for qemu-*-dir etc. Also remove usage of "buildmakevars2shellvars" except when used to poopulate the environment for qemu-xen-traditional's xen-setup script, which is the only user. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 6430bfb419..b07203e2a2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -127,7 +127,6 @@ subdir-all-qemu-xen-traditional-dir subdir-install-qemu-xen-traditional-dir: qem
subdir-clean-qemu-xen-traditional-dir:
set -e; if test -d qemu-xen-traditional-dir/.; then \
- $(buildmakevars2shellvars); \
$(MAKE) -C qemu-xen-traditional-dir clean; \
fi
@@ -162,7 +161,6 @@ subdir-all-qemu-xen-dir subdir-install-qemu-xen-dir: qemu-xen-dir-find
subdir-clean-qemu-xen-dir:
set -e; if test -d qemu-xen-dir/.; then \
- $(buildmakevars2shellvars); \
$(MAKE) -C qemu-xen-dir clean; \
fi