summaryrefslogtreecommitdiffstats
path: root/build_all.sh
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 13:47:20 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-08-30 13:47:20 +0000
commit2a297b659dbf342f88b3d0884567bcaa1ebedf04 (patch)
treeba52ec1c7cecd436634681cc5a3e6fdcfbf59804 /build_all.sh
parentc2707de67fcf1ba4502e3d5c2abc63d9332d7ad4 (diff)
downloadOSELAS.Toolchain-2a297b659dbf342f88b3d0884567bcaa1ebedf04.tar.gz
OSELAS.Toolchain-2a297b659dbf342f88b3d0884567bcaa1ebedf04.tar.xz
* Added example crontab line
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3728 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_all.sh b/build_all.sh
index 70b6d47..01130a0 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -2,6 +2,10 @@
# This is some wrapper to call the makefile fragment, which builds all toolchains
# - might be a good place for common preparations and final postprocessing
+# Add some similiar line to your crontab (e.g. crontab -e)
+# 0,5,10,15,20,25,30,35,40,45,50,55 * * * * [ -f /home/csc/src/OSELAS.Toolchain-trunk/build_all.sh ] && \
+# ( cd /home/csc/src/OSELAS.Toolchain-trunk/ && ISCRON=yes bash build_all.sh )
+
BUILDLOG=build_all_logs/build_all.log-`date +%y%m%d-%H%M`
#set -x
if test -z ${ISCRON}; then set -x;