Improve english grammar for kernel built time
PR: 224433 Approved by: jhb Differential Revision: https://reviews.freebsd.org/D19636
This commit is contained in:
parent
5e2b3494c7
commit
656898ab98
@ -1162,7 +1162,7 @@ buildworld_epilogue: .PHONY
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> World build completed on `LC_ALL=C date`"
|
||||
@seconds=$$(($$(date '+%s') - ${_BUILDWORLD_START})); \
|
||||
echo -n ">>> World build in $$seconds seconds, "; \
|
||||
echo -n ">>> World built in $$seconds seconds, "; \
|
||||
echo "ncpu: $$(sysctl -n hw.ncpu)${.MAKE.JOBS:S/^/, make -j/}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
||||
@ -1648,7 +1648,7 @@ buildkernel: .MAKE .PHONY
|
||||
|
||||
.endfor
|
||||
@seconds=$$(($$(date '+%s') - ${_BUILDKERNEL_START})); \
|
||||
echo -n ">>> Kernel(s) build for${BUILDKERNELS} in $$seconds seconds, "; \
|
||||
echo -n ">>> Kernel(s) ${BUILDKERNELS} built in $$seconds seconds, "; \
|
||||
echo "ncpu: $$(sysctl -n hw.ncpu)${.MAKE.JOBS:S/^/, make -j/}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user