[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] tools: provide distclean target for OVMF
On Mon, 2015-03-02 at 10:52 +0000, 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 place? Or is there some other reason to want this? > > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > Cc: Anthony Perard <anthony.perard@xxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > --- > tools/firmware/ovmf-makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile > index 2838744..c922d4d 100644 > --- a/tools/firmware/ovmf-makefile > +++ b/tools/firmware/ovmf-makefile > @@ -22,3 +22,6 @@ build: > .PHONY: clean > clean: > rm -rf ovmf.bin Build/* > + > +.PHONY: distclean > +distclean: clean _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |