Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162672223
D14057.id44712.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
D14057.id44712.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1145,7 +1145,13 @@
#
installcheck: _installcheck_world _installcheck_kernel .PHONY
_installcheck_world: .PHONY
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Install check world"
+ @echo "--------------------------------------------------------------"
_installcheck_kernel: .PHONY
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Install check kernel"
+ @echo "--------------------------------------------------------------"
#
# Require DESTDIR to be set if installing for a different architecture or
@@ -1412,12 +1418,15 @@
.endif
@echo
@echo "--------------------------------------------------------------"
- @echo ">>> Installing everything"
+ @echo ">>> Installing everything started on `LC_ALL=C date`"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
.if defined(LIBCOMPAT)
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
.endif
+ @echo "--------------------------------------------------------------"
+ @echo ">>> Installing everything completed on `LC_ALL=C date`"
+ @echo "--------------------------------------------------------------"
redistribute: .MAKE .PHONY
@echo "--------------------------------------------------------------"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 2:19 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35142666
Default Alt Text
D14057.id44712.diff (1 KB)
Attached To
Mode
D14057: `make installworld’ should display a “completed” message if done
Attached
Detach File
Event Timeline
Log In to Comment