diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
commit | b348413fb23962e28fd5158e3ba21ea933feb8f3 (patch) | |
tree | b375b105f48d24476ea765667a412bee6d4f34f6 /build/hostenv.sh | |
parent | eb25d532a88b140431c20077edf56bb40663c8fc (diff) |
build: remove remainders of old build system
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'build/hostenv.sh')
-rwxr-xr-x | build/hostenv.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/hostenv.sh b/build/hostenv.sh deleted file mode 100755 index 0f2fc27d1..000000000 --- a/build/hostenv.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH" -[ `uname -s` = "Darwin" ] && export DYLD_LIBRARY_PATH="$1/usr/lib:$DYLD_LIBRARY_PATH" -export PATH="$1/bin:$1/usr/bin:$PATH" -export LUA_PATH="$1/$2/?.lua;$1/$2/?/init.lua;;" -export LUA_CPATH="$1/$3/?.so;;" -export LUCI_SYSROOT="$1" -$4 |