This commit is contained in:
Wolfram Schneider 2017-10-07 09:07:53 +00:00
parent 29cff92547
commit 3fed2208d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51075

View file

@ -112,7 +112,8 @@ build_htdocs_web ()
cd en_US.ISO8859-1/htdocs
echo -n "build htdocs web (1min) $(pwd)/$logfile "
WEB_ONLY=YES time make $make_opt >> $logfile 2>&1; log $logfile
echo -n "build htdocs web/ports (1min)"
buildstart
echo -n "build htdocs web/ports (1min) $(pwd)/$logfile "
WEB_ONLY=YES time make -C./ports $make_opt >> $logfile 2>&1; log $logfile
)
}
@ -268,7 +269,7 @@ fi
# full run time
buildstart=$buildstart_script
log
echo "total run time: $(log)"
exit 0