From 5ca9053cee7d508fcabaf9a591c26930c0957aaa Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 14 Mar 2012 14:10:17 +0000 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3