|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Config.mk: Include optional .config file
# 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 <=
|
|
|
|
|