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
F106794944: D43540.diff
Sun, Jan 5, 12:37 PM
Unknown Object (File)
Sat, Jan 4, 2:09 AM
Unknown Object (File)
Oct 18 2024, 2:33 PM
Unknown Object (File)
Sep 24 2024, 5:25 PM
Unknown Object (File)
Sep 24 2024, 2:15 AM
Unknown Object (File)
Sep 23 2024, 6:26 AM
Unknown Object (File)
Sep 22 2024, 8:09 PM
Unknown Object (File)
Sep 22 2024, 7:36 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