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:
> > >
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
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:
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:
>
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
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-