Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> --- tools/libxl/Makefile | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Get rid of the depedency on the LIBCONFIG_SOURCE directory. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> --- tools/libxl/Makefile | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 12/03/2009 04:20 PM, Jean Guyader wrote:> +$(LIBCONFIG_OUTPUT)/libconfig.so: $(LIBCONFIG_SOURCE).tar.gz > + [ ! -d "$(LIBCONFIG_SOURCE)" ]&& tar xzf $<If the .tar.gz changes you have to rm -rf first and then extract. Paolo _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel