Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2025 23:12:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 289683] OS installation with legacy files: results of 'man -k' are incomplete
Message-ID:  <bug-289683-227-kh91yBbcIh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-289683-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-289683-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D289683

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch releng/15.0 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D299dfb3cec6b3953c7a4697efd57659a4=
ae4e3e0

commit 299dfb3cec6b3953c7a4697efd57659a4ae4e3e0
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-11-02 04:22:26 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-06 23:11:15 +0000

    Makefile.incl1: .WAIT before distribute in etc

    In order to make sure that man pages are all installed before we run
    makewhatis to generate mandoc.db files, we have long placed etc at the
    end of the list of subdirectories being recursed into by the build.
    In order to support installworld -jN, a .WAIT was more recently added
    here.

    With the recent adoption by the release engineering team of parallel
    *release* builds (aka 'make release -jN') it is now also necessary to
    add the same .WAIT before recursing for the 'distribute' target, as we
    otherwise end up with distribution sets containing incomplete mandoc.db
    files.

    Approved by:    re (cperciva)
    Reviewed by:    bdrewery
    PR:             289683
    MFC after:      3 days
    Sponsored by:   https://www.patreon.com/cperciva
    Differential Revision:  https://reviews.freebsd.org/D53533

    (cherry picked from commit dcb6706ba494f34e2a2ce97e5c5f2867b9e1f5ef)
    (cherry picked from commit 48dbf763337aea30e29971e751d3aa1044a555ef)

 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289683-227-kh91yBbcIh>