From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHtVK-0003mj-5T for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHtVE-00045J-6a for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:43:06 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:36203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHtVD-000422-VE for qemu-devel@nongnu.org; Fri, 06 Sep 2013 06:43:00 -0400 Message-ID: <5229B1AB.4080403@msgid.tls.msk.ru> Date: Fri, 06 Sep 2013 14:42:51 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1378452491-20467-1-git-send-email-famz@redhat.com> <1378452491-20467-3-git-send-email-famz@redhat.com> In-Reply-To: <1378452491-20467-3-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 2/6] rule.mak: allow per object cflags and libs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, vilanova@ac.upc.edu, rth@twiddle.net 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? Thanks, /mjt