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
Unknown Object (File)
Mon, Apr 27, 6:59 PM
Unknown Object (File)
Fri, Apr 24, 8:42 PM
Unknown Object (File)
Thu, Apr 23, 11:34 PM
Unknown Object (File)
Wed, Apr 22, 2:46 AM
Unknown Object (File)
Tue, Apr 21, 5:10 PM
Unknown Object (File)
Sun, Apr 5, 11:23 AM
Unknown Object (File)
Mar 28 2026, 4:28 PM
Unknown Object (File)
Mar 25 2026, 5:53 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.