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)
Mon, Sep 22, 8:24 PM
Unknown Object (File)
Sun, Sep 21, 4:22 PM
Unknown Object (File)
Thu, Sep 18, 6:57 PM
Unknown Object (File)
Wed, Sep 17, 12:12 PM
Unknown Object (File)
Wed, Sep 17, 7:40 AM
Unknown Object (File)
Tue, Sep 16, 11:51 AM
Unknown Object (File)
Thu, Sep 11, 3:16 PM
Unknown Object (File)
Fri, Sep 5, 11:03 AM

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