Page MenuHomeFreeBSD

mk: Set the DIR tags based on the files one
ClosedPublic

Authored by manu on Dec 21 2020, 10:58 PM.
Tags
None
Referenced Files
F132282404: D27712.id81621.diff
Wed, Oct 15, 12:11 PM
Unknown Object (File)
Sun, Oct 12, 10:46 AM
Unknown Object (File)
Fri, Oct 10, 3:54 PM
Unknown Object (File)
Thu, Sep 18, 3:29 AM
Unknown Object (File)
Sep 13 2025, 11:33 AM
Unknown Object (File)
Aug 21 2025, 3:41 AM
Unknown Object (File)
Jul 24 2025, 2:18 AM
Unknown Object (File)
Jul 24 2025, 1:40 AM
Subscribers

Details

Summary

Otherwise we loose the info as we use bsd.dirs.mk for creating directories.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Dec 21 2020, 10:58 PM

Where does this get used?

In any makefile that uses some FILESGROUP (usr.sbin/kyua was my main test case).

Ah, thanks. It's still not immediately clear to me how the new variable gets used, e.g. when (based on the kyua example) DOCSDIRTAGS is now set

Ah, thanks. It's still not immediately clear to me how the new variable gets used, e.g. when (based on the kyua example) DOCSDIRTAGS is now set

Yeah, it wasn't exactly clear to me at first what was the problem :)

This revision is now accepted and ready to land.Jan 4 2021, 1:28 PM
This revision was automatically updated to reflect the committed changes.