qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V17 04/10] libqblock: build: add rule for libqbl


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V17 04/10] libqblock: build: add rule for libqblock.la
Date: Thu, 31 Jan 2013 15:36:51 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jan 31, 2013 at 04:53:44PM +0800, Wenchao Xia wrote:
> diff --git a/libqblock/Makefile b/libqblock/Makefile
> index 8173da7..a6be721 100644
> --- a/libqblock/Makefile
> +++ b/libqblock/Makefile
> @@ -1,4 +1,29 @@
>  all: libqblock.la
>  
> -libqblock.la:
> -     @true
> +# objects linked into a shared library, built with libtool with -fPIC if 
> required
> +libqblock-obj-y = libqblock/libqblock.o libqblock/libqblock-error.o
> +libqblock-obj-y += $(filter-out stubs/set-fd-handler.o, $(stub-obj-y))

I guess you will reimplement the function yourself later?  Please
include a comment explaining the reason for making this exception.



reply via email to

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