Page MenuHomeFreeBSD

bsd.man.mk: Handle MANSRC.{TARGET} for MK_MANCOMPRESS=no and empty MANBUILDCAT
ClosedPublic

Authored by jhb on Aug 27 2025, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 12:37 AM
Unknown Object (File)
Thu, Oct 9, 8:27 PM
Unknown Object (File)
Thu, Oct 9, 5:36 PM
Unknown Object (File)
Thu, Oct 9, 5:36 PM
Unknown Object (File)
Thu, Oct 9, 5:36 PM
Unknown Object (File)
Thu, Oct 9, 3:32 PM
Unknown Object (File)
Mon, Sep 22, 8:24 PM
Unknown Object (File)
Sun, Sep 21, 4:22 PM

Details

Summary

Fixes: 65f60d715fd9 ("bsd.man.mk: Add a MANSRC.{TARGET} variable")
Sponsored by: Chelsio Communications

Diff Detail

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

Event Timeline

jhb requested review of this revision.Aug 27 2025, 3:48 PM
kevans added inline comments.
share/mk/bsd.man.mk
174

I'd be tempted to simplify (and the dependency below could drop the :U if so), but I do not insist. I can't think of a scenario where we'd set MANSRC for a page with a 1:1 match.

This revision is now accepted and ready to land.Aug 27 2025, 4:00 PM
share/mk/bsd.man.mk
174

Oh, that's fair.

Simplify and add CLEANFILES

This revision now requires review to proceed.Aug 27 2025, 5:59 PM
jhb marked an inline comment as done.Aug 27 2025, 5:59 PM
This revision is now accepted and ready to land.Aug 27 2025, 6:41 PM