diff --git a/build/status.html.sh b/build/status.html.sh
index 4b6e21f3b7..54e727accd 100755
--- a/build/status.html.sh
+++ b/build/status.html.sh
@@ -41,8 +41,6 @@ t_svnupdate=$(stat -c %Y "SVNlatest" ||echo 0)
t_gitupdate=$(stat -c %Y "GITlatest" ||echo 0)
t_premake=$(stat -c %Y "premake" ||echo 0)
t_makefile=$(stat -c %Y "Makefile" ||echo 0)
-t_makexslt=$(stat -c %Y "Make_xslt" ||echo 0)
-t_makexhtml=$(stat -c %Y "Make_xhtml" ||echo 0)
t_manifest=$(stat -c %Y "manifest" ||echo 0)
t_makerun=$(stat -c %Y "buildlog" ||echo 0)
t_stagesync=$(stat -c %Y "stagesync" ||echo 0)
@@ -203,7 +201,7 @@ label {
web_tab VCS_tab "Unconditional build, changes ignored" ""
fi)
-
Premake
$(
+ Phase 1
$(
if [ $start_time -lt $t_premake -a $start_time -lt $t_gitupdate ]; then
web_tab Premaketab "Premake run time $(duration $(($t_premake - $t_gitupdate)))" "$(tail premake |htmlcat)
full log"
elif [ $start_time -lt $t_premake -a $start_time -lt $t_svnupdate ]; then
@@ -214,18 +212,15 @@ label {
web_tab Premaketab "waiting..." ""
fi)
- Makefile
$(
+ Phase 2 Makefile
$(
if [ $start_time -lt $t_makefile ]; then
web_tab Makefiletab "Generation time: $(duration $(($t_makefile - $t_premake)) )" "
- Header
$(web_tab Makeheadertab "" "$(head Makefile |htmlcat)
")
- XSLT rules
$(web_tab Makexslttab "Generation time: $(duration $(($t_makexslt - $t_premake)))" "$(tail Make_xslt |htmlcat)
")
- XHTML rules
$(web_tab Makexhtmltab "Generation time: $(duration $(($t_makexhtml - $t_premake)))" "$(tail Make_xhtml |htmlcat)
")
- Full Makefile
$(web_tab Makefilefull "view" "")"
+ "view"
else
web_tab Makefiletab "waiting..." ""
fi)
- Makerun
$(
+ Phase 2
$(
if [ $start_time -lt $t_makerun ]; then
web_tab Makeruntab "Build time: $(duration $(($t_makerun - $t_makefile)) )" "$(tail buildlog |htmlcat)
view full"
else
@@ -239,7 +234,13 @@ label {
web_tab Errortab "none" ""
fi)
- File Manifest
$(web_tab Manifesttab "Number of files: $(wc -l manifest |cut -d\ -f1)" "$(tail manifest |htmlcat)
view full")
+ File Manifest
$(
+ if [ $start_time -lt $t_manifest ]; then
+ web_tab Manifesttab "Number of files: $(wc -l manifest | cut -d\ -f1)" "
+ view"
+ else
+ web_tab Makeruntab "waiting..." ""
+ fi)
Files updated
$(
if [ ${start_time} -lt ${t_stagesync} -a -s stagesync ]; then