[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 11/24/15 11:07 AM, Jan Beulich wrote: >>>> 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 > Andrew Cooper, myself and the author see the following after running make && make clean without this patch: $ ls -la xen total 124 drwxrwxr-x 10 doug doug 4096 Nov 24 11:09 . drwxrwxr-x 12 doug doug 4096 Nov 24 10:53 .. drwxrwxr-x 4 doug doug 4096 Sep 16 10:48 arch drwxrwxr-x 10 doug doug 12288 Nov 24 11:09 common -rw-rw-r-- 1 doug doug 19116 Jul 31 09:55 COPYING drwxrwxr-x 2 doug doug 4096 Nov 24 11:09 crypto drwxrwxr-x 8 doug doug 4096 Nov 24 11:09 drivers drwxrwxr-x 13 doug doug 4096 Nov 24 11:09 include -rw-rw-r-- 1 doug doug 502 Nov 24 10:53 Kconfig -rw-rw-r-- 1 doug doug 8639 Nov 24 10:53 Makefile -rw-rw-r-- 1 doug doug 5840 Nov 24 10:55 Rules.mk drwxrwxr-x 3 doug doug 4096 Nov 24 10:53 scripts drwxrwxr-x 2 doug doug 4096 Nov 24 11:09 tools -rw-rw-r-- 1 doug doug 279 Nov 24 11:00 ..xen.efi.0r.o.d -rw-rw-r-- 1 doug doug 374 Nov 24 11:00 ..xen.efi.0s.o.d -rw-rw-r-- 1 doug doug 279 Nov 24 11:00 ..xen.efi.1r.o.d -rw-rw-r-- 1 doug doug 374 Nov 24 11:00 ..xen.efi.1s.o.d -rw-rw-r-- 1 doug doug 374 Nov 24 11:00 ..xen-syms.0.o.d -rw-rw-r-- 1 doug doug 374 Nov 24 11:00 ..xen-syms.1.o.d drwxrwxr-x 3 doug doug 4096 Nov 24 11:09 xsm -- Doug Goldstein Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |