All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kvm: configure: if all else fails, really infer kernel version from .config
@ 2009-01-26 10:43 Mark McLoughlin
  2009-01-26 10:43 ` [PATCH 2/2] kvm: configure: --with-patched-kernel doesn't need kernelversion Mark McLoughlin
  2009-01-26 19:28 ` [PATCH 1/2] kvm: configure: if all else fails, really infer kernel version from .config Marcelo Tosatti
  0 siblings, 2 replies; 5+ messages in thread
From: Mark McLoughlin @ 2009-01-26 10:43 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, Mark McLoughlin

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 493c178..1fd133c 100755
--- a/configure
+++ b/configure
@@ -126,7 +126,7 @@ if [ -n "$no_uname" ]; then
     elif [ -e "$kerneldir/include/config/kernel.release" ]; then
             depmod_version=`cat "$kerneldir/include/config/kernel.release"`
     elif [ -e "$kerneldir/.config" ]; then
-	depmod_version=$(awk '/Linux kernel version:/ { print $NF }'
+	depmod_version=$(awk '/Linux kernel version:/ { print $NF }' \
 			 "$kerneldir/.config")
     else
         echo
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-26 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 10:43 [PATCH 1/2] kvm: configure: if all else fails, really infer kernel version from .config Mark McLoughlin
2009-01-26 10:43 ` [PATCH 2/2] kvm: configure: --with-patched-kernel doesn't need kernelversion Mark McLoughlin
2009-01-26 10:57   ` Glauber Costa
2009-01-26 11:10     ` Mark McLoughlin
2009-01-26 19:28 ` [PATCH 1/2] kvm: configure: if all else fails, really infer kernel version from .config Marcelo Tosatti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.