[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxxxxx> # Node ID 8273f730371bfabbfa15f79a47a59ada06711aec # Parent a926e72e04918baee78bdcff7b6fafaf94323672 Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3 from mk.linux-2.6-xen. This makes "make mkpatches" work again. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- buildconfigs/Rules.mk | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r a926e72e0491 -r 8273f730371b buildconfigs/Rules.mk --- a/buildconfigs/Rules.mk Tue Aug 29 09:42:35 2006 +0100 +++ b/buildconfigs/Rules.mk Tue Aug 29 12:23:11 2006 +0100 @@ -19,7 +19,7 @@ endif # Expand Linux series to Linux version LINUX_SERIES ?= 2.6 -LINUX_VER ?= $(shell grep "^LINUX_VER" buildconfigs/mk.linux-2.6-xen | sed -e 's/.*=[ ]*//') +LINUX_VER ?= $(shell grep "^LINUX_VER " buildconfigs/mk.linux-2.6-xen | sed -e 's/.*=[ ]*//') # Setup Linux search path LINUX_SRC_PATH ?= .:.. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |