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

Re: [Xen-devel] [PATCH 09/11] build system: Introduce nosharedlibs variable.



On Mon, 2014-06-30 at 16:52 +0100, Ian Jackson wrote:
> diff --git a/tools/Rules.mk b/tools/Rules.mk
> index 327d2b4..9229f9f 100644
> --- a/tools/Rules.mk
> +++ b/tools/Rules.mk
> @@ -21,9 +21,16 @@ CFLAGS_xeninclude = -I$(XEN_INCLUDE)
>  
>  XENSTORE_XENSTORED ?= y
>  
> +ifneq ($(nosharedlibs),y)
>  INSTALL_SHLIB = $(INSTALL_PROG)
>  SYMLINK_SHLIB = ln -sf
>  libextension = .so
> +else
> +INSTALL_SHLIB = : install-shlib
> +SYMLINK_SHLIB = : symlink-shlib

I don't see install-shlib or symlink-shlib neither in our build system
nor installed on my usual build machine.

Are these a (Rump)BSD-ism? In which case I expect they won't work for
minios builds on Linux?

> +libextension = .a
> +XENSTORE_STATIC_CLIENTS=y

Not in tools/xenstored/Makefile?




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.