[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools/vtpm/Makefile
Hi; This patch (against xen-3.2-testing tree) solves following; zangetsu vtpm # LC_ALL=C make set -e; @if [ -e /usr/include/gmp.h ]; then \ make -C vtpm; \ if [ "y" = "y" ]; then \ make -C tpm_emulator; \ fi \ else \ echo "*** Unable to build VTPMs. libgmp could not be found."; \ fi /bin/sh: -c: line 0: syntax error near unexpected token `then' /bin/sh: -c: line 0: `set -e; @if [ -e /usr/include/gmp.h ]; then \' make: *** [build_sub] Error 2 compiliation error while vtpm enabled builds with xen-3.2-testing Signed-off-by: S.ÃaÄlar Onur <caglar@xxxxxxxxxxxxx> diff -r 4073b3ded545 tools/vtpm/Makefile --- a/tools/vtpm/Makefile Fri Apr 25 14:03:45 2008 +0100 +++ b/tools/vtpm/Makefile Sun Apr 27 15:47:40 2008 +0300 @@ -83,7 +83,7 @@ .PHONY: build_sub build_sub: - set -e; @if [ -e $(GMP_HEADER) ]; then \ + set -e; if [ -e "$(GMP_HEADER)" ]; then \ $(MAKE) -C $(VTPM_DIR); \ if [ "$(BUILD_EMULATOR)" = "y" ]; then \ $(MAKE) -C $(TPM_EMULATOR_DIR); \ Cheers -- S.ÃaÄlar Onur <caglar@xxxxxxxxxxxxx> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |