Re: [Xen-devel] [PATCH 04/17] build: introduce and export XEN_LIB_DIR

2016-06-13 Thread Ian Jackson
Wei Liu writes ("[PATCH 04/17] build: introduce and export XEN_LIB_DIR"): > This variable defaults to /var/lib/xen. It will be used to substitute > various hard-coded paths in tools. > > The new variable points to $localstatedir/lib/xen, which defaults to > /var/lib/xen, so there is no change in d

[Xen-devel] [PATCH 04/17] build: introduce and export XEN_LIB_DIR

2016-06-13 Thread Wei Liu
This variable defaults to /var/lib/xen. It will be used to substitute various hard-coded paths in tools. The new variable points to $localstatedir/lib/xen, which defaults to /var/lib/xen, so there is no change in default configuration. Signed-off-by: Wei Liu --- Cc: Ian Jackson Need to rerun a