Summary: | sys/conf: Unbreak kernel tags | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Craig Leres <leres> | ||||
Component: | conf | Assignee: | Yoshihiro Takahashi <nyan> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | bdrewery, emaste, nyan, toolchain | ||||
Priority: | --- | Keywords: | needs-qa | ||||
Version: | 11.3-RELEASE | Flags: | nyan:
mfc-stable12+
nyan: mfc-stable11+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I'll take it. A commit references this bug: Author: nyan Date: Thu Jan 23 13:56:13 UTC 2020 New revision: 357043 URL: https://svnweb.freebsd.org/changeset/base/357043 Log: Fix kernel-tags target. - A depend-file is broken up into .depend.*.o files. [1] - Fix an assembly file support. PR: 241746 Submitted by: leres [1] MFC after: 1 week Changes: head/sys/conf/kern.post.mk head/sys/conf/systags.sh Committed. Thanks. A commit references this bug: Author: bdrewery Date: Fri Jan 31 21:08:33 UTC 2020 New revision: 357353 URL: https://svnweb.freebsd.org/changeset/base/357353 Log: make all is needed to generate .depend.* PR: 241746 X-MFC-With: r357043 MFC after: 1 week Changes: head/sys/conf/kern.post.mk |
Created attachment 208901 [details] patch Creating a kernel tags file has been broken since the time when depend file were broken up into .depend.*.o files. Here's a patch vs. CURRENT to fix this. Obviously it would be nice to also fix this for the next releases of 11, 12, and 13.