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)
Sat, Apr 4, 2:04 AM
Unknown Object (File)
Sat, Apr 4, 2:00 AM
Unknown Object (File)
Wed, Apr 1, 5:10 AM
Unknown Object (File)
Fri, Mar 27, 12:09 AM
Unknown Object (File)
Sun, Mar 22, 12:47 AM
Unknown Object (File)
Mon, Mar 16, 3:41 PM
Unknown Object (File)
Mon, Mar 16, 6:52 AM
Unknown Object (File)
Mon, Mar 16, 3:26 AM
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 Not Applicable
Unit
Tests Not Applicable