lkml.org 
[lkml]   [2011]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 05/11] kvm tools: add missing build output
Date
The missing "CC       util/rbtree.o" will be output when building.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
---
tools/kvm/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile
index 9ddc3b3..aadfe25 100644
--- a/tools/kvm/Makefile
+++ b/tools/kvm/Makefile
@@ -241,6 +241,7 @@ builtin-help.d: $(KVM_INCLUDE)/common-cmds.h
$(OBJS):

util/rbtree.o: ../../lib/rbtree.c
+ $(E) " CC " $@
$(Q) $(CC) -c $(CFLAGS) $< -o $@

%.o: %.c
--
1.7.4.4


\
 
 \ /
  Last update: 2011-12-12 08:17    [from the cache]
©2003-2011 Jasper Spaans