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
F166406315: D52181.id161042.diff
Thu, Aug 13, 10:58 AM
Unknown Object (File)
Thu, Aug 13, 1:20 AM
Unknown Object (File)
Mon, Aug 10, 12:45 PM
Unknown Object (File)
Sat, Aug 8, 5:56 AM
Unknown Object (File)
Fri, Aug 7, 10:28 PM
Unknown Object (File)
Fri, Aug 7, 7:43 PM
Unknown Object (File)
Fri, Aug 7, 3:25 PM
Unknown Object (File)
Thu, Aug 6, 2:07 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66575
Build 63458: arc lint + arc unit

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