summaryrefslogtreecommitdiffstats
path: root/BaseTools/BinWrappers/PosixLike/Ecc
diff options
context:
space:
mode:
authorvanjeff <vanjeff>2013-09-25 03:27:00 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2013-09-25 03:27:00 +0000
commite45567f3c78f20a637dbe8f7c18b4be11af45585 (patch)
tree0a5eae88064d3af9b67ff20fc68a377be28e4928 /BaseTools/BinWrappers/PosixLike/Ecc
parent278dd382285fa87a30a695f4caed1cefbadcc49e (diff)
downloadedk2-e45567f3c78f20a637dbe8f7c18b4be11af45585.tar.gz
edk2-e45567f3c78f20a637dbe8f7c18b4be11af45585.tar.bz2
edk2-e45567f3c78f20a637dbe8f7c18b4be11af45585.zip
Delete old BaseTools, ShellPkg and ShellBinPkg from UDK2010.SR1 Branch.
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@14722 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/BinWrappers/PosixLike/Ecc')
-rwxr-xr-xBaseTools/BinWrappers/PosixLike/Ecc5
1 files changed, 0 insertions, 5 deletions
diff --git a/BaseTools/BinWrappers/PosixLike/Ecc b/BaseTools/BinWrappers/PosixLike/Ecc
deleted file mode 100755
index 2cb8b86a99..0000000000
--- a/BaseTools/BinWrappers/PosixLike/Ecc
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-#python `dirname $0`/RunToolFromSource.py `basename $0` $*
-PYTHONPATH="`dirname $0`/../../Source/Python" \
- python "`dirname $0`/../../Source/Python"/`basename $0`/`basename $0`.py $*
-