tools: install and remove XEN_LIB_DIR in Makefile
authorWei Liu <wei.liu2@citrix.com>
Mon, 13 Jun 2016 07:49:03 +0000 (08:49 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 14 Jun 2016 13:31:27 +0000 (14:31 +0100)
commit102ddb11f243e4ee01592e91afb23a651c7023d3
treea741890afe894c099882e9ab3470e024357cffac
parent15f1a11d66170baa0d62131586d29429c758a1be
tools: install and remove XEN_LIB_DIR in Makefile

The intention of using wild card in uninstall target is to remove both
xen and xenstored directories. Change that to two runes that explicitly
remove each of those directories.

Note that the runes that use hard-coded paths are kept for now to keep
the tree bisectable as I replace hard-coded paths component by
component.  Those runes will be removed eventually.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile