diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-10 15:34:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-10 15:34:15 +0000 |
commit | 94f5f70745490c4b8ce988d204cbc2eea1faa333 (patch) | |
tree | 9cb7a4fd41ce07fb129285a10f83f05e2ef8c658 | |
parent | 531704ed71c48a41fba23948fe8f9104c5e1f470 (diff) |
python is no longer used in abuild.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5106 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rwxr-xr-x | util/abuild/abuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index be6ecfad0c..c905756edf 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -44,7 +44,6 @@ if [ "$i" = "nonexistant_make" ]; then exit 1 fi MAKE=$i -PYTHON=python # this can be changed to xml by -x mode=text |