WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Add local header files to HDRS.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Add local header files to HDRS.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Oct 2007 14:30:16 -0700
Delivery-date: Thu, 11 Oct 2007 14:30:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Add local header files to HDRS., Xen patchbot-unstable <=