Bug 241746

Summary: sys/conf: Unbreak kernel tags
Product: Base System Reporter: Craig Leres <leres>
Component: confAssignee: Yoshihiro Takahashi <nyan>
Status: Closed FIXED    
Severity: Affects Some People CC: bdrewery, emaste, nyan, toolchain
Priority: --- Keywords: needs-qa
Version: 11.3-RELEASEFlags: nyan: mfc-stable12+
nyan: mfc-stable11+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Craig Leres freebsd_committer freebsd_triage 2019-11-06 02:30:31 UTC
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.
Comment 1 Yoshihiro Takahashi freebsd_committer freebsd_triage 2020-01-20 13:16:28 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-23 13:56:28 UTC
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
Comment 3 Yoshihiro Takahashi freebsd_committer freebsd_triage 2020-01-31 12:44:41 UTC
Committed. Thanks.
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-01-31 21:09:05 UTC
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