From: Ross Philipson Date: Mon, 5 Oct 2009 15:15:31 +0000 (-0400) Subject: Removed build cleanup that removed the rest of the TPM utilities. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7fc8f74f886d964e004528ad5da48badbf0d5f97;p=xenclient%2Fbuild.git Removed build cleanup that removed the rest of the TPM utilities. Changes to be committed: modified: xenclient-final.mk --- diff --git a/xenclient-final.mk b/xenclient-final.mk index c581407..b8da305 100644 --- a/xenclient-final.mk +++ b/xenclient-final.mk @@ -15,10 +15,6 @@ XENCLIENT_FINAL_SG3_FILES= sg_dd sg_emc_trespass sg_format sg_get_config \ sg_senddiag sg_ses sg_start sg_stpg sg_sync sg_test_rwbuf sg_turs sg_verify \ sg_vpd sg_write_buffer sg_write_long sg_wr_mode -XENCLIENT_FINAL_TPM_FILES= tpm_changeownerauth tpm_clear tpm_createek tpm_getpubek \ - tpm_resetdalock tpm_restrictpubek tpm_restrictsrk tpm_revokeek tpm_selftest tpm_setactive \ - tpm_setclearable tpm_setenable tpm_setoperatorauth tpm_setownable tpm_setpresence tpm_version - xenclient-final-sg3_utils-cleanup: ifeq ($(BR2_PACKAGE_SG3UTILS),y) (cd $(TARGET_DIR)/usr/bin/; \ @@ -29,23 +25,12 @@ ifeq ($(BR2_PACKAGE_SG3UTILS),y) ) endif -xenclient-final-tpmtools-cleanup: -ifeq ($(BR2_PACKAGE_XENCLIENT_TPMTOOLS),y) - (cd $(TARGET_DIR)/usr/sbin/; \ - for i in $(XENCLIENT_FINAL_TPM_FILES); \ - do \ - rm -f $$i; \ - done \ - ) -endif - xenclient-final-man-cleanup: rm -rf $(TARGET_DIR)/usr/man rm -rf $(TARGET_DIR)/usr/share/man xenclient-final: $(MAKE1) xenclient-final-sg3_utils-cleanup - $(MAKE1) xenclient-final-tpmtools-cleanup $(MAKE1) xenclient-final-man-cleanup #############################################################