Summary: | `make buildkernel' should display the build time in seconds | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Wolfram Schneider <wosch> | ||||||||
Component: | kern | Assignee: | Wolfram Schneider <wosch> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | emaste | ||||||||
Priority: | --- | ||||||||||
Version: | CURRENT | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://reviews.freebsd.org/D13910 https://reviews.freebsd.org/D13911 | ||||||||||
Bug Depends on: | 225159 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Description
Wolfram Schneider
2017-12-18 19:02:11 UTC
Created attachment 188938 [details]
makefile patch
Comment on attachment 188938 [details]
makefile patch
Shouldn't buildworld get the same treatment?
Created attachment 188975 [details]
makefile patch
here is a better patch. It will display the correct value if you do not use make -j
Created attachment 188976 [details]
patch for buildworld
Note: the build time in seconds does not contain the time spend in `make clean' and `make obj'. There is a chicken-egg problem here, you need the obj tree first before you can write a temp file. The difference is usually small (<2 seconds), not a big issue. A commit references this bug: Author: wosch Date: Tue Mar 12 07:40:39 UTC 2019 New revision: 345054 URL: https://svnweb.freebsd.org/changeset/base/345054 Log: `make buildworld' should display the build time in seconds PR: 224433 Reviewed by: emaste, @bdrewery Approved by: cem Differential Revision: https://reviews.freebsd.org/D13911 Changes: head/Makefile.inc1 I was to fast, https://reviews.freebsd.org/D13910 is still open. A commit references this bug: Author: wosch Date: Sat Mar 16 20:02:58 UTC 2019 New revision: 345238 URL: https://svnweb.freebsd.org/changeset/base/345238 Log: `make buildkernel' should display the build time in seconds PR: 224433 Approved by: cem Differential Revision: https://reviews.freebsd.org/D13910 Changes: head/Makefile.inc1 A commit references this bug: Author: wosch Date: Tue Mar 19 19:58:40 UTC 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 Changes: head/Makefile.inc1 |