All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/firmware: fix OVMF clean and distclean
@ 2015-03-11 16:48 Wei Liu
  2015-03-11 16:54 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2015-03-11 16:48 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony Perard, Ian Jackson, Wei Liu, ian.campbell

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>
---
 tools/firmware/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index ca5df42..6cc86ce 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/firmware: fix OVMF clean and distclean
  2015-03-11 16:48 [PATCH] tools/firmware: fix OVMF clean and distclean Wei Liu
@ 2015-03-11 16:54 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-03-11 16:54 UTC (permalink / raw)
  To: Wei Liu; +Cc: Anthony Perard, Ian Jackson, xen-devel

On Wed, 2015-03-11 at 16:48 +0000, Wei Liu wrote:
> 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 + applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-11 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 16:48 [PATCH] tools/firmware: fix OVMF clean and distclean Wei Liu
2015-03-11 16:54 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.