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] Config.mk: Include optional .config file

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Config.mk: Include optional .config file *first* rather than *last*
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Tue, 30 Aug 2011 20:22:11 +0100
Delivery-date: Tue, 30 Aug 2011 12:22:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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@xxxxxxx>
# Date 1314444019 -3600
# Node ID 2c687e70a34390b05ed8df833bd121e6f650193d
# Parent  4a59d5ff7b4df2b5801e09669c2539bd32979183
Config.mk: Include optional .config file *first* rather than *last*

Allows the core of Config.mk to correctly respond to any configuration
overrides specified in the .config file.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---


diff -r 4a59d5ff7b4d -r 2c687e70a343 Config.mk
--- a/Config.mk Sat Aug 27 12:15:07 2011 +0100
+++ b/Config.mk Sat Aug 27 12:20:19 2011 +0100
@@ -1,5 +1,7 @@
 # -*- mode: Makefile; -*-
 
+-include $(XEN_ROOT)/.config
+
 # A debug build of Xen and tools?
 debug ?= y
 
@@ -223,5 +225,3 @@
 ifeq ($(OCAML_TOOLS),y)
 OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")
 endif
-
--include $(XEN_ROOT)/.config

_______________________________________________
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] Config.mk: Include optional .config file *first* rather than *last*, Xen patchbot-unstable <=