]> xenbits.xensource.com Git - people/gdunlap/xen.git/commitdiff
tools/firmware: fix OVMF clean and distclean
authorWei Liu <wei.liu2@citrix.com>
Wed, 11 Mar 2015 16:48:36 +0000 (16:48 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 11 Mar 2015 16:54:03 +0000 (16:54 +0000)
They should have used "-ovmf-dir" suffix instead of "-ovmf", as the
directory in question is ovmf-dir.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/Makefile

index ca5df42e6afc258c5f2fe31eed62ea9657d94044..6cc86cee6df47e8d53c2b406f8a08833d020cc67 100644 (file)
@@ -55,7 +55,7 @@ distclean: subdirs-distclean
 subdir-distclean-etherboot: .phony
        $(MAKE) -C etherboot distclean
 
-subdir-distclean-ovmf: .phony
+subdir-distclean-ovmf-dir: .phony
        rm -rf ovmf-dir ovmf-dir-remote
 
 subdir-distclean-seabios-dir: .phony
@@ -70,7 +70,7 @@ ovmf-dir-force-update: ovmf-dir
                $(GIT) reset --hard $(OVMF_UPSTREAM_REVISION); \
        fi
 
-subdir-clean-ovmf:
+subdir-clean-ovmf-dir:
        set -e; if test -d ovmf-dir/.; then \
                $(MAKE) -C ovmf-dir clean; \
        fi