Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157404257
D51129.id157836.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
540 B
Referenced Files
None
Subscribers
None
D51129.id157836.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -390,7 +390,7 @@
${TGTS}: .PHONY .MAKE
${_+_}@cd ${.CURDIR}; _time_tmp=$$(${mktemp_cmd}); \
${time_cmd} -o $${_time_tmp} -p env ${_MAKE} ${.TARGET}; \
- echo ">>> Time spent on target ${.TARGET}: $$(tr '\n' ' ' < $${_time_tmp})"; \
+ echo ">>> Time spent on target ${.TARGET}: $$(tr '\n' ' ' < $${_time_tmp})" >&2; \
rm -f $${_time_tmp}
# The historic default "all" target creates files which may cause stale
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 1:04 AM (2 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33344770
Default Alt Text
D51129.id157836.diff (540 B)
Attached To
Mode
D51129: src/Makefile: write time logging to stderr instead of stdout
Attached
Detach File
Event Timeline
Log In to Comment