summaryrefslogtreecommitdiffstats
path: root/build_all.mk
diff options
context:
space:
mode:
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 \