Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Ian Campbell
On Mon, 2015-03-02 at 14:45 +, Wei Liu wrote: > On Mon, Mar 02, 2015 at 02:35:31PM +, Ian Campbell wrote: > > On Mon, 2015-03-02 at 14:31 +, Wei Liu wrote: > > > On Mon, Mar 02, 2015 at 02:20:57PM +, Ian Campbell wrote: > > > > On Mon, 2015-03-02 at 10:52 +, Wei Liu wrote: > > >

Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Wei Liu
On Mon, Mar 02, 2015 at 02:20:57PM +, Ian Campbell wrote: > On Mon, 2015-03-02 at 10:52 +, Wei Liu wrote: > > OVMF's distclean target was missed in f9c9b1277 (tools: fix "make > > distclean"). > > tools/firmware/Makefile has: > subdir-distclean-ovmf: .phony > rm -rf ovmf-dir ovmf-d

Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Wei Liu
On Mon, Mar 02, 2015 at 02:35:31PM +, Ian Campbell wrote: > On Mon, 2015-03-02 at 14:31 +, Wei Liu wrote: > > On Mon, Mar 02, 2015 at 02:20:57PM +, Ian Campbell wrote: > > > On Mon, 2015-03-02 at 10:52 +, Wei Liu wrote: > > > > OVMF's distclean target was missed in f9c9b1277 (tools:

Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Ian Campbell
On Mon, 2015-03-02 at 14:31 +, Wei Liu wrote: > On Mon, Mar 02, 2015 at 02:20:57PM +, Ian Campbell wrote: > > On Mon, 2015-03-02 at 10:52 +, Wei Liu wrote: > > > OVMF's distclean target was missed in f9c9b1277 (tools: fix "make > > > distclean"). > > > > tools/firmware/Makefile has: >

Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Ian Campbell
On Mon, 2015-03-02 at 10:52 +, Wei Liu wrote: > OVMF's distclean target was missed in f9c9b1277 (tools: fix "make > distclean"). tools/firmware/Makefile has: subdir-distclean-ovmf: .phony rm -rf ovmf-dir ovmf-dir-remote Shouldn't this be avoiding recursing into ovmf-dir in the first p

[Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF

2015-03-02 Thread Wei Liu
OVMF's distclean target was missed in f9c9b1277 (tools: fix "make distclean"). Signed-off-by: Wei Liu Cc: Anthony Perard Cc: Ian Campbell Cc: Ian Jackson --- tools/firmware/ovmf-makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-