Page MenuHomeFreeBSD

ncurses: serialize the tinfo build a little bit
ClosedPublic

Authored by kevans on Jan 22 2024, 3:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 4:38 AM
Unknown Object (File)
Sun, Oct 5, 2:40 AM
Unknown Object (File)
Mon, Sep 29, 2:33 PM
Unknown Object (File)
Sun, Sep 28, 11:54 PM
Unknown Object (File)
Sun, Sep 28, 4:32 PM
Unknown Object (File)
Sun, Sep 28, 3:45 PM
Unknown Object (File)
Sep 5 2025, 8:32 AM
Unknown Object (File)
Sep 4 2025, 12:46 PM
Subscribers

Details

Summary

Move ncurses_dll.h to GENHDRS to start with; it's been generated from
ncurses_dll.h.in for years, so it's not actually in a different category
than all of the other GENHDRS. Slap an .ORDER on it to ensure that we
build ncurses_dll.h and curses.h before any *.c gets compiled.

This should sufficiently address a build race seen downstream where
ncurses_dll.h is present but not yet populated.

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55535
Build 52424: arc lint + arc unit