summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-06 16:47:09 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-06 19:13:04 +0100
commitc497546f591a3cc128abda42d0026c46ffdd6c36 (patch)
tree7d4543fc3b502eb91a4c2aa8221a3382ecbfa611 /build.sh
parent29df0511d6153d790fac4fa972f61e4a7e693280 (diff)
downloadmidipix_build-c497546f591a3cc128abda42d0026c46ffdd6c36.tar.bz2
midipix_build-c497546f591a3cc128abda42d0026c46ffdd6c36.tar.xz
- Refactored package building procedure into build.vars.
- Changed build directory name format to $[1}-{cross,native}-${TARGET}. - Fixed binutils.host DESTDIR and libelf installation bug.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fbb5e7b0..736222de 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@
{
unset AR ARFLAGS CC CFLAGS CXX CXXFLAGS LD LDFLAGS;
. ./build.vars; . ./build.subr;
-check_prereqs git make openssl sed tar wget;
+check_prereqs git make openssl sed tar tr wget;
log_msg info "Build started by ${USER}@$(hostname).";
#trap
(set -o errexit; mkdir -p ${PREFIX} ${WORKDIR});