WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] vtpm Makefile fix

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] vtpm Makefile fix
From: Deuce <the_deuce@xxxxxxxxx>
Date: Tue, 29 Jan 2008 12:10:33 -0800 (PST)
Delivery-date: Tue, 29 Jan 2008 12:11:59 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=tJSW34F8d+Cc22aLESq0ETeFjzj7VV3T/fc9rNxkTVGEXRJinlpQzKHKHxIgcGbR8Ud6/MrmK29YgApUhM5fHCzjKyxa0UJ+UkJotr5ic5zfL+lveULw89YNpdumrymEwYHOJltxToL8KsLbLAjwF5sGU6YhDYdGAN2inXDhcxg=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Small Makefile fix.

Signed-off-by: Jason Andryuk <the_deuce@xxxxxxxxx>



diff -r 087c2b76d360 tools/vtpm/Makefile
--- a/tools/vtpm/Makefile    Tue Jan 22 19:26:52 2008 +0000
+++ b/tools/vtpm/Makefile    Tue Jan 29 15:04:30 2008 -0500
@@ -83,7 +83,7 @@ updatepatches: clean orig
 
 .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); \





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Attachment: vtpm-makefile.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] vtpm Makefile fix, Deuce <=