Re: [Xen-devel] [PATCH 10/17] build: introduce XEN_RUN_STORED

2016-06-14 Thread Ian Jackson
Wei Liu writes ("[PATCH 10/17] build: introduce XEN_RUN_STORED"): > It defaults to /var/run/xenstored. It will be used later to remove some > hard-coded paths in tree. There should be no visible change to default > configuration. Acked-by: Ian Jackson

[Xen-devel] [PATCH 10/17] build: introduce XEN_RUN_STORED

2016-06-13 Thread Wei Liu
It defaults to /var/run/xenstored. It will be used later to remove some hard-coded paths in tree. There should be no visible change to default configuration. Install and remove it in respective Makefile targets. Signed-off-by: Wei Liu --- Cc: Ian Jackson Need to run autogen.sh. --- Config.mk