Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136860918
D42869.id130910.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42869.id130910.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1231,8 +1231,8 @@
@echo "--------------------------------------------------------------"
@echo ">>> World build completed on `LC_ALL=C date`"
@seconds=$$(($$(date '+%s') - ${_BUILDWORLD_START})); \
- echo -n ">>> World built in $$seconds seconds, "; \
- echo "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
+ echo ">>> World built in $$seconds seconds," \
+ "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
@echo "--------------------------------------------------------------"
#
@@ -1808,8 +1808,8 @@
.endfor
@seconds=$$(($$(date '+%s') - ${_BUILDKERNEL_START})); \
- echo -n ">>> Kernel(s) ${BUILDKERNELS} built in $$seconds seconds, "; \
- echo "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
+ echo ">>> Kernel(s) ${BUILDKERNELS} built in $$seconds seconds," \
+ "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
@echo "--------------------------------------------------------------"
.if !make(packages) && !make(update-packages)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 4:47 AM (7 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25750848
Default Alt Text
D42869.id130910.diff (1 KB)
Attached To
Mode
D42869: build: use bare (and portable) echo instead of echo -n
Attached
Detach File
Event Timeline
Log In to Comment