summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-11 09:36:25 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-11 09:36:25 +0000
commit3e9fbbfb0732a5cc916d29aa3fc981148724f609 (patch)
tree0e4c5a877223a4b81b353e945c57817a68912472
parent2dffc141fb1044d6f8617e567c1618d517f1cd61 (diff)
downloadedk2-3e9fbbfb0732a5cc916d29aa3fc981148724f609.zip
edk2-3e9fbbfb0732a5cc916d29aa3fc981148724f609.tar.gz
edk2-3e9fbbfb0732a5cc916d29aa3fc981148724f609.tar.bz2
deleted edk2/BaseTools/Bin/Darwin:
deleted edk2/BaseTools/Bin/PosixLike: Moved (as of buildtools r920) into https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/PseudoBin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4388 6f19259b-4bc3-4df7-8a09-765794883524
l---------BaseTools/Bin/Darwin1
l---------BaseTools/Bin/PosixLike/BuildEnv1
l---------BaseTools/Bin/PosixLike/GenFw1
-rwxr-xr-xBaseTools/Bin/PosixLike/RunBinToolFromBuildDir27
-rwxr-xr-xBaseTools/Bin/PosixLike/RunToolFromSource21
l---------BaseTools/Bin/PosixLike/Trim1
l---------BaseTools/Bin/PosixLike/build1
7 files changed, 0 insertions, 53 deletions
diff --git a/BaseTools/Bin/Darwin b/BaseTools/Bin/Darwin
deleted file mode 120000
index 6de8e47..0000000
--- a/BaseTools/Bin/Darwin
+++ /dev/null
@@ -1 +0,0 @@
-PosixLike \ No newline at end of file
diff --git a/BaseTools/Bin/PosixLike/BuildEnv b/BaseTools/Bin/PosixLike/BuildEnv
deleted file mode 120000
index af6c748..0000000
--- a/BaseTools/Bin/PosixLike/BuildEnv
+++ /dev/null
@@ -1 +0,0 @@
-RunToolFromSource \ No newline at end of file
diff --git a/BaseTools/Bin/PosixLike/GenFw b/BaseTools/Bin/PosixLike/GenFw
deleted file mode 120000
index 0993e62..0000000
--- a/BaseTools/Bin/PosixLike/GenFw
+++ /dev/null
@@ -1 +0,0 @@
-RunBinToolFromBuildDir \ No newline at end of file
diff --git a/BaseTools/Bin/PosixLike/RunBinToolFromBuildDir b/BaseTools/Bin/PosixLike/RunBinToolFromBuildDir
deleted file mode 100755
index c136892..0000000
--- a/BaseTools/Bin/PosixLike/RunBinToolFromBuildDir
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-
-if [ ! $WORKSPACE=="" ]
-then
- echo WORKSPACE environment variable must be set
-elif [ -e $WORKSPACE/Conf/BaseToolsCBinaries ]
-then
- $WORKSPACE/Conf/BaseToolsCBinaries/`basename $0`
-elif [ -e $WORKSPACE/Conf/BaseToolsSource ]
-then
- if [ ! -e $WORKSPACE/Conf/BaseToolsSource/Source/C/bin/`basename $0` ]
- then
- echo BaseTools C Tool binary was not found \(`basename $0`\)
- echo You may need to run:
- echo " make -C $WORKSPACE/Conf/BaseToolsSource/Source/C"
- else
- $WORKSPACE/Conf/BaseToolsSource/Source/C/bin/`basename $0` $*
- fi
-else
- echo Unable to find the real \'`basename $0`\' to run
- echo A symbolic link is needed under
- echo " $WORKSPACE/Conf"
- echo This message was printed by
- echo " $0"
- exit -1
-fi
-
diff --git a/BaseTools/Bin/PosixLike/RunToolFromSource b/BaseTools/Bin/PosixLike/RunToolFromSource
deleted file mode 100755
index 25e5c84..0000000
--- a/BaseTools/Bin/PosixLike/RunToolFromSource
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env bash
-
-if [ ! $WORKSPACE=="" ]
-then
- echo WORKSPACE environment variable must be set
-elif [ -e $WORKSPACE/Conf/BaseToolsFrozenPython ]
-then
- $WORKSPACE/Conf/BaseToolsFrozenPython/`basename $0`
-elif [ -e $WORKSPACE/Conf/BaseToolsSource ]
-then
- PYTHONPATH=$WORKSPACE/Conf/BaseToolsSource/Source/Python \
- python $WORKSPACE/Conf/BaseToolsSource/Source/Python/`basename $0`/`basename $0`.py $*
-else
- echo Unable to find the real \'`basename $0`\' to run
- echo A symbolic link is needed under
- echo " $WORKSPACE/Conf"
- echo This message was printed by
- echo " $0"
- exit -1
-fi
-
diff --git a/BaseTools/Bin/PosixLike/Trim b/BaseTools/Bin/PosixLike/Trim
deleted file mode 120000
index af6c748..0000000
--- a/BaseTools/Bin/PosixLike/Trim
+++ /dev/null
@@ -1 +0,0 @@
-RunToolFromSource \ No newline at end of file
diff --git a/BaseTools/Bin/PosixLike/build b/BaseTools/Bin/PosixLike/build
deleted file mode 120000
index af6c748..0000000
--- a/BaseTools/Bin/PosixLike/build
+++ /dev/null
@@ -1 +0,0 @@
-RunToolFromSource \ No newline at end of file