Page MenuHomeFreeBSD

Ensure that makewhatis is built during bootstrap-tools stage
ClosedPublic

Authored by arichardson on Aug 17 2018, 8:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 4:26 PM
Unknown Object (File)
Oct 20 2024, 2:29 AM
Unknown Object (File)
Oct 19 2024, 4:13 PM
Unknown Object (File)
Sep 18 2024, 9:47 AM
Unknown Object (File)
Sep 8 2024, 4:32 AM
Unknown Object (File)
Sep 8 2024, 2:34 AM
Unknown Object (File)
Sep 7 2024, 7:13 AM
Unknown Object (File)
Jul 26 2024, 9:44 AM
Subscribers

Details

Summary

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
and we always fall back to using makewhatis from $PATH.
I found this because I am currently trying to build without inheriting the
current users $PATH.

Test Plan

makewhatis now exists in $WORLDTMP and installcheck no longer complains if I build without inheriting $PATH

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable