* [PATCH 1/1] kvm: fix wrong position of clean cscope
@ 2008-10-16 9:07 Sheng Yang
2008-10-16 9:29 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Sheng Yang @ 2008-10-16 9:07 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm, Sheng Yang
My fault...
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 6581679..64e296d 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,8 @@ srpm:
clean:
for i in $(if $(WANT_MODULE), kernel) user libkvm qemu libfdt; do \
make -C $$i clean; \
- rm -f ./cscope.*
done
+ rm -f ./cscope.*
distclean: clean
rm -f config.mak user/config.mak
--
1.5.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] kvm: fix wrong position of clean cscope
2008-10-16 9:07 [PATCH 1/1] kvm: fix wrong position of clean cscope Sheng Yang
@ 2008-10-16 9:29 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-10-16 9:29 UTC (permalink / raw)
To: Sheng Yang; +Cc: kvm
Sheng Yang wrote:
> My fault...
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-16 9:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 9:07 [PATCH 1/1] kvm: fix wrong position of clean cscope Sheng Yang
2008-10-16 9:29 ` Avi Kivity
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.