summaryrefslogtreecommitdiffstats
path: root/build_all.mk
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-09-01 07:38:01 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-09-01 07:38:01 +0000
commit106a39aa133a2d17e289f40feaa791ad0fe4fbd0 (patch)
treeb750d95f6f0f6d12ce515676f7010a005a03b888 /build_all.mk
parent2f47c70ec90d4cd5885f31aa96a8f75f5c454ce5 (diff)
downloadOSELAS.Toolchain-106a39aa133a2d17e289f40feaa791ad0fe4fbd0.tar.gz
OSELAS.Toolchain-106a39aa133a2d17e289f40feaa791ad0fe4fbd0.tar.xz
* Small fix for date output in script, when started the very first time.
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3760 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'build_all.mk')
-rw-r--r--build_all.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_all.mk b/build_all.mk
index a7aa3a7..09afaea 100644
--- a/build_all.mk
+++ b/build_all.mk
@@ -38,7 +38,7 @@ endef
define UpdateStatusPage
@echo -e "# OSELAS Toolchain Build All Status " > $(statuspagefile).tmp
- @echo -e "# Script started $(cat $(gstatedir)/lastbuilddate) on SVN $(subversionrev)" >> $(statuspagefile).tmp
+ @echo -e "# Script started $(if $(cat $(gstatedir)/lastbuilddate),$(cat $(gstatedir)/lastbuilddate),$(builddate)) on SVN $(subversionrev)" >> $(statuspagefile).tmp
@echo -e "# Status page updated : `date`" >> $(statuspagefile).tmp
@echo -e "# Build date\tSVNRev\tStatus\tToolchain" >> $(statuspagefile).tmp
@for i in $(configs); do \