summaryrefslogtreecommitdiffstats
path: root/build_all.sh
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 17:11:57 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 17:11:57 +0000
commit840e7c83b95692a08fa615644d0949e2c7263739 (patch)
tree62d7ef6b539ef70a87451d8c92a339288fb67187 /build_all.sh
parent1fbae691b475d4b47da41afb7072536e506f2848 (diff)
downloadOSELAS.Toolchain-840e7c83b95692a08fa615644d0949e2c7263739.tar.gz
OSELAS.Toolchain-840e7c83b95692a08fa615644d0949e2c7263739.tar.xz
* Updated build_all scripts.
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3739 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_all.sh b/build_all.sh
index a5eeed9..9679847 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -8,7 +8,7 @@
BUILDLOG=build_all_logs/build_all.log-`date +%y%m%d-%H%M`
#set -x
-if test -z ${ISCRON}; then set -x;
+if test -z "${ISCRON}"; then set -x;
else
# If ISCRON is not zero, setup some paths for ptxdist and other tools
export PATH=/usr/bin:/usr/sbin/:/usr/local/bin:/usr/local/sbin:$PATH
@@ -27,7 +27,7 @@ if test ! -e build_all.lock; then
# -- gstate/OSELAS-BuildAll-Status.txt
# -- The make process is started with via nice to avoid cpu-load on compile host
mkdir -p build_all_logs
- if test ${ISCRON}; then
+ if test -n "${ISCRON}"; then
nice -n 5 make -f build_all.mk > $BUILDLOG
else
nice -n 5 make -f build_all.mk