From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHteL-0006Xf-DD for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:52:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHteF-0006ar-F4 for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:52:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHteF-0006af-7G for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:52:19 -0400 Date: Fri, 6 Sep 2013 18:52:13 +0800 From: Fam Zheng Message-ID: <20130906105213.GD22552@T430s.nay.redhat.com> References: <1378452491-20467-1-git-send-email-famz@redhat.com> <1378452491-20467-3-git-send-email-famz@redhat.com> <5229B1AB.4080403@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5229B1AB.4080403@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [RFC PATCH v2 2/6] rule.mak: allow per object cflags and libs Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, vilanova@ac.upc.edu, rth@twiddle.net On Fri, 09/06 14:42, Michael Tokarev wrote: > 06.09.2013 11:28, Fam Zheng wrote: > > Adds extract-libs in LINK to expand any "per object libs", the syntax to define > > such a libs options is like: > > > > $(obj)/curl.o-libs = $(CURL_LIBS) > > > > in block/Makefile.objs. > > > > Similarly, > > > > $(obj)foo.o-cflags = $(FOO_CFLAGS) > > > > is also supported. > > Please note the UNsimilarity of -libs and -cflags -- > one is with slash and another is without. Is it just > the patch comment? > It's a typo in the commit message. I will fix it. Thanks, Fam