[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] build: remove .d files from xen/ on a clean
>>> On 24.11.15 at 17:56, <jonathan.creekmore@xxxxxxxxx> wrote: > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -88,7 +88,7 @@ _clean: delete-unfresh-files > $(MAKE) -f $(BASEDIR)/Rules.mk -C xsm clean > $(MAKE) -f $(BASEDIR)/Rules.mk -C crypto clean > $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean > - rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET).efi > $(TARGET)-syms *~ core > + rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET).efi > $(TARGET)-syms *~ core $(DEPS) Is this really a problem only in xen/ ? The referenced commit clearly introduces "stray" *.d files elsewhere. Also there aren't any source files in xen/, so I'd expect $(DEPS) to be empty. Please clarify. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |