[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Xen TODO list console.o being re-compiled


  • To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • From: Kip Macy <kip.macy@xxxxxxxxx>
  • Date: Wed, 27 Apr 2005 21:59:45 -0700
  • Delivery-date: Thu, 28 Apr 2005 04:59:27 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bAUuNSUCiOhO+yqQf2OEsSw9n2h9ilW5QVDKy2dDKkZ9WvDfgWzVDgc/t2pJjFFMim/w+WKq6jX2q/pOQCOLhcUxfFt30PIn7oW7UoEik6mzUEJE4KU//iRzeIV0ZSs/WGdIqv9+1XZ0rbuGVJyoVtD3xFT1KwRcwAZDlGtLN9w=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

One of the trivial items on the xen TODO list is:
 "figure out why xen's console.c gets rebuilt every time"

The answer is pretty obvious from the top-level makefile:

 # drivers/char/console.o may contain static banner/compile info. Blow it away.
delete-unfresh-files:
        rm -f include/xen/banner.h include/xen/compile.h drivers/char/console.o
        $(MAKE) -C arch/$(TARGET_ARCH) delete-unfresh-files

where delete-unfresh-files is a dependency for $(TARGET):

$(TARGET): delete-unfresh-files

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.