From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROsUC-0000fj-VU for qemu-devel@nongnu.org; Fri, 11 Nov 2011 09:53:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROsU8-0005PG-Rz for qemu-devel@nongnu.org; Fri, 11 Nov 2011 09:53:44 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:43658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROsU8-0005P5-Hl for qemu-devel@nongnu.org; Fri, 11 Nov 2011 09:53:40 -0500 From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= Date: Fri, 11 Nov 2011 22:53:30 +0800 Message-Id: <1321023211-34566-6-git-send-email-chenwj@iis.sinica.edu.tw> In-Reply-To: <1321023211-34566-1-git-send-email-chenwj@iis.sinica.edu.tw> References: <1321023211-34566-1-git-send-email-chenwj@iis.sinica.edu.tw> Subject: [Qemu-devel] [PATCH 5/6 v2] Makefile.objs: Remove libqemu_common.a from the comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Chen Wei-Ren From: Chen Wei-Ren Remove libqemu_common.a from the comment. v1 -> v2: Reverse the deletion of common-obj-y. Only remove libqemu_common.a from the comment. Signed-off-by: Chen Wei-Ren --- Makefile.objs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index d7a6539..90afdfa 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -68,10 +68,9 @@ endif fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y)) ###################################################################### -# libqemu_common.a: Target independent part of system emulation. The -# long term path is to suppress *all* target specific code in case of -# system emulation, i.e. a single QEMU executable should support all -# CPUs and machines. +# Target independent part of system emulation. The long term path is +# to suppress *all* target specific code in case of system emulation, +# i.e. a single QEMU executable should support all CPUs and machines. common-obj-y = $(block-obj-y) blockdev.o common-obj-y += $(net-obj-y) -- 1.7.3.4