summaryrefslogtreecommitdiffstats
path: root/build_all.sh
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 13:46:04 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 13:46:04 +0000
commitc2707de67fcf1ba4502e3d5c2abc63d9332d7ad4 (patch)
tree6eba240fff9a76985d4d0550758f864f99b17d80 /build_all.sh
parent2f9cd820df6582fe198179ec1308d8c80e2ba8f0 (diff)
downloadOSELAS.Toolchain-c2707de67fcf1ba4502e3d5c2abc63d9332d7ad4.tar.gz
OSELAS.Toolchain-c2707de67fcf1ba4502e3d5c2abc63d9332d7ad4.tar.xz
* Small fixes
* Debug outputs removed git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3727 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_all.sh b/build_all.sh
index 7017496..70b6d47 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -8,14 +8,14 @@ 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
- echo $PATH;
+ #echo $PATH;
fi
if test ! -e build_all.lock; then
touch build_all.lock
# -- Update current SVN workcopy
- svn update
+ svn update > /dev/null
# -- Start make, which check dependencies on the ptxconfig files stored in gstate
# -- For each updated ptxconfig the toolchain is recompiled
@@ -28,12 +28,12 @@ if test ! -e build_all.lock; then
else
nice -n 5 make -f build_all.mk
fi
- if test -z "`cat $BUILDLOG`"; then rm $BUILDLOG; fi
+ if test -e $BUILDLOG; then if test -z "`cat $BUILDLOG`"; then rm $BUILDLOG; fi; fi
# -- Dump status file info
#echo -e "\n\nStatus stored in gstate/OSELAS-BuildAll-Status.txt"
rm -f build_all.lock
- make -f build_all.mk updatestatpage
+ make -f build_all.mk updatestatpage_forced
else
#Don't output things - causes mail flooding with cron