[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Add local header files to HDRS.
# HG changeset patch # User Keir Fraser <keir@xxxxxxxxxxxxx> # Date 1192094515 -3600 # Node ID 49323c8b8633fc02164c8b949c2b55e167aeca1e # Parent 19a843def5fdd3853b0b5372c512a5c623954ae7 Add local header files to HDRS. Otherwise, changes to such headers do not trigger re-compiles. (Powerpc already had this.) Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- xen/Rules.mk | 3 ++- xen/arch/powerpc/Makefile | 2 -- xen/drivers/video/Makefile | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff -r 19a843def5fd -r 49323c8b8633 xen/Rules.mk --- a/xen/Rules.mk Thu Oct 11 10:21:08 2007 +0100 +++ b/xen/Rules.mk Thu Oct 11 10:21:55 2007 +0100 @@ -37,7 +37,8 @@ override TARGET_ARCH := $(shell echo TARGET := $(BASEDIR)/xen -HDRS := $(wildcard $(BASEDIR)/include/xen/*.h) +HDRS := $(wildcard *.h) +HDRS += $(wildcard $(BASEDIR)/include/xen/*.h) HDRS += $(wildcard $(BASEDIR)/include/public/*.h) HDRS += $(wildcard $(BASEDIR)/include/compat/*.h) HDRS += $(wildcard $(BASEDIR)/include/asm-$(TARGET_ARCH)/*.h) diff -r 19a843def5fd -r 49323c8b8633 xen/arch/powerpc/Makefile --- a/xen/arch/powerpc/Makefile Thu Oct 11 10:21:08 2007 +0100 +++ b/xen/arch/powerpc/Makefile Thu Oct 11 10:21:55 2007 +0100 @@ -88,8 +88,6 @@ physdev.o: ../x86/physdev.c physdev.o: ../x86/physdev.c numa.o: ../x86/numa.c -HDRS += $(wildcard *.h) - ifneq ($(CMDLINE),) # The first token in the arguments will be silently dropped. FULL_CMDLINE := xen $(CMDLINE) diff -r 19a843def5fd -r 49323c8b8633 xen/drivers/video/Makefile --- a/xen/drivers/video/Makefile Thu Oct 11 10:21:08 2007 +0100 +++ b/xen/drivers/video/Makefile Thu Oct 11 10:21:55 2007 +0100 @@ -3,6 +3,3 @@ obj-$(CONFIG_X86_64) += font_8x16.o obj-$(CONFIG_X86_64) += font_8x16.o obj-$(CONFIG_X86_64) += font_8x8.o obj-$(CONFIG_X86_64) += vesa.o - -# extra dependencies -vesa.o: font.h _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |