From: Amit Shah <amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Avi Kivity <avik-atKUWr5tajBWk0Htik3J/w@public.gmane.org>,
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH] KVM external module: Fix 'make sync'
Date: Thu, 29 Nov 2007 03:13:32 +0530 [thread overview]
Message-ID: <200711290313.33433.amit.shah@qumranet.com> (raw)
>From a60dc9bddf8741743077db07f87dd1cec51bccb5 Mon Sep 17 00:00:00 2001
From: Amit Shah <amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Date: Thu, 29 Nov 2007 03:11:15 +0530
Subject: [PATCH] KVM external module: Fix 'make sync'
bash syntax didn't work for me (3.2.25 on Kubuntu)
Signed-off-by: Amit Shah <amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
---
kernel/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/Makefile b/kernel/Makefile
index 22326b2..b71149e 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -18,9 +18,10 @@ hack = mv $1 $1.orig && \
| sed 's/\blapic\b/l_apic/g' > $1 && rm $1.orig
unifdef = mv $1 $1.orig && \
- unifdef -DCONFIG_X86 $1.orig > $1; (( $$? <= 1 )) && rm $1.orig
+ unifdef -DCONFIG_X86 $1.orig > $1; \
+ if [ $$? -lt 2 ]; then rm $1.orig; fi;
-all::
+all:
$(MAKE) -C $(KERNELDIR) M=`pwd` "$$@"
sync:
--
1.5.2.5
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
next reply other threads:[~2007-11-28 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-28 21:43 Amit Shah [this message]
[not found] ` <200711290313.33433.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-30 7:32 ` [PATCH] KVM external module: Fix 'make sync' Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200711290313.33433.amit.shah@qumranet.com \
--to=amit.shah-atkuwr5tajbwk0htik3j/w@public.gmane.org \
--cc=avik-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox