summaryrefslogtreecommitdiff
path: root/Build/tools/Check
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/Check')
-rwxr-xr-xBuild/tools/Check20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/tools/Check b/Build/tools/Check
deleted file mode 100755
index a018592f5cb..00000000000
--- a/Build/tools/Check
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-M=`cd \`dirname $0\`/.. && /bin/pwd`
-cd `dirname $0`
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Package
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Documentation
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=TLCore
-# will check coverage
-#
-# Checking dependencies:
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Package
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Documentation
-perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=TLCore
-# will check dependencies
-#
-# Checking duplicates:
-#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Package
-#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Documentation
-#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=TLCore
-# will check duplicate file names
-