All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen TODO list console.o being re-compiled
@ 2005-04-28  4:59 Kip Macy
  0 siblings, 0 replies; only message in thread
From: Kip Macy @ 2005-04-28  4:59 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-28  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28  4:59 Xen TODO list console.o being re-compiled Kip Macy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.