Page MenuHomeFreeBSD

Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.
ClosedPublic

Authored by ian on Dec 25 2017, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 2:51 AM
Unknown Object (File)
Dec 20 2023, 4:06 AM
Unknown Object (File)
Nov 26 2023, 11:38 AM
Unknown Object (File)
Sep 26 2023, 7:53 AM
Unknown Object (File)
Sep 16 2023, 10:02 PM
Unknown Object (File)
Sep 16 2023, 10:00 PM
Unknown Object (File)
Sep 16 2023, 9:56 PM
Unknown Object (File)
Sep 2 2023, 2:13 AM
Subscribers

Details

Summary

A comment in Makefile.inc1 has long stated that LOCAL_DIRS are built last, after the base system. Incremental improvements in parallel building over the years have led to LOCAL_DIRS being built in parallel with base system directories. This change allows the .WAIT directive to appear in LOCAL_DIRS and LOCAL_LIB_DIRS lists to give the user some control over parallel building of local additions.

Test Plan

Passed make universe.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 13802

Event Timeline

looks totally fine. The ifs were there to keep bad dirs from getting into the SUBDIR list. Since SUBDIR supports .WAIT, this should be no worse than before. And nobody is going to call a subdir .WAIT because of other issues with that. Looks good to me.

This revision is now accepted and ready to land.Dec 31 2017, 6:00 PM
This revision was automatically updated to reflect the committed changes.