Otherwise they would not have been picked up.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
endif
.PHONY: kexec-tools-install
kexec-tools-install: userspace-prep
- if ! [ -e kexec-tools/include/config.h ]; then (cd kexec-tools; ./bootstrap;./configure --prefix=/usr); fi
+ if ! [ -e kexec-tools/configure ]; then (cd kexec-tools; ./bootstrap;); fi
+ if ! [ -e kexec-tools/include/config.h ]; then (cd kexec-tools; CFLAGS="-v -I$(XEN_SRC)/dist/install/usr/include" LDFLAGS="-L$(shell pwd)/userspace/usr/lib -Wl,-rpath-link,$(shell pwd)/userspace/usr/lib" ./configure --prefix=/usr); fi
$(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C kexec-tools
$(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C kexec-tools prefix=$(CURDIR)/userspace install