summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2019-03-19 19:58:40 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2019-03-19 19:58:40 +0000
commit656898ab982693737001a42f627c15348e82017a (patch)
treea2ea2c55d358756b92b9dbcaf0b1d27f4fea6f8c /Makefile.inc1
parent5e2b3494c756387466b05493cd5b76f92b901050 (diff)
downloadsrc-test2-656898ab982693737001a42f627c15348e82017a.tar.gz
src-test2-656898ab982693737001a42f627c15348e82017a.zip
Improve english grammar for kernel built time
PR: 224433 Approved by: jhb Differential Revision: https://reviews.freebsd.org/D19636
Notes
Notes: svn path=/head/; revision=345310
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cf0607b96d07..cf166a813d21 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 "--------------------------------------------------------------"