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)
Sat, Dec 21, 1:20 AM
Unknown Object (File)
Thu, Dec 12, 11:36 PM
Unknown Object (File)
Tue, Dec 10, 7:56 PM
Unknown Object (File)
Nov 17 2024, 2:45 AM
Unknown Object (File)
Nov 11 2024, 9:32 PM
Unknown Object (File)
Oct 27 2024, 2:58 AM
Unknown Object (File)
Oct 25 2024, 11:56 PM
Unknown Object (File)
Oct 25 2024, 2:24 PM
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.