From: kfraser@localhost.localdomain Date: Fri, 18 Aug 2006 14:22:54 +0000 (+0100) Subject: Fix Xen Rules.mk eval order so that debug=y always sets verbose=y. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15710^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af2ffa672b1fef63a6d17356791d8fef15930259;p=xen.git Fix Xen Rules.mk eval order so that debug=y always sets verbose=y. Signed-off-by: Keir Fraser --- diff --git a/xen/Rules.mk b/xen/Rules.mk index 15c0af3cc1..e319ffb619 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -8,6 +8,9 @@ perfc ?= n perfc_arrays?= n crash_debug ?= n +XEN_ROOT=$(BASEDIR)/.. +include $(XEN_ROOT)/Config.mk + # Hardcoded configuration implications and dependencies. # Do this is a neater way if it becomes unwieldy. ifeq ($(debug),y) @@ -17,9 +20,6 @@ ifeq ($(perfc_arrays),y) perfc := y endif -XEN_ROOT=$(BASEDIR)/.. -include $(XEN_ROOT)/Config.mk - # Set ARCH/SUBARCH appropriately. override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH) override TARGET_SUBARCH := $(XEN_TARGET_ARCH)