svn commit: r345310 - head
Wolfram Schneider
wosch at FreeBSD.org
Tue Mar 19 19:58:41 UTC 2019
Author: wosch
Date: Tue Mar 19 19:58:40 2019
New Revision: 345310
URL: https://svnweb.freebsd.org/changeset/base/345310
Log:
Improve english grammar for kernel built time
PR: 224433
Approved by: jhb
Differential Revision: https://reviews.freebsd.org/D19636
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Tue Mar 19 19:57:37 2019 (r345309)
+++ head/Makefile.inc1 Tue Mar 19 19:58:40 2019 (r345310)
@@ -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 "--------------------------------------------------------------"
More information about the svn-src-all
mailing list