qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v2 2/6] rule.mak: allow per object cflags an


From: Michael Tokarev
Subject: Re: [Qemu-devel] [RFC PATCH v2 2/6] rule.mak: allow per object cflags and libs
Date: Fri, 06 Sep 2013 14:42:51 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]