spaces
This commit is contained in:
parent
29cff92547
commit
3fed2208d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51075
1 changed files with 11 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue