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)
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
Unknown Object (File)
Sep 20 2024, 8:47 PM
Unknown Object (File)
Sep 18 2024, 9:37 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