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, Nov 8, 12:05 PM
Unknown Object (File)
Fri, Nov 7, 1:25 PM
Unknown Object (File)
Wed, Oct 22, 4:50 PM
Unknown Object (File)
Wed, Oct 22, 9:39 AM
Unknown Object (File)
Wed, Oct 22, 9:39 AM
Unknown Object (File)
Wed, Oct 22, 9:39 AM
Unknown Object (File)
Tue, Oct 21, 9:09 PM
Unknown Object (File)
Wed, Oct 15, 12:11 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.