mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
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. Differential Revision: https://reviews.freebsd.org/D13622 |
||
|---|---|---|
| .. | ||
| arch.7 | ||
| ascii.7 | ||
| bsd.snmpmod.mk.7 | ||
| build.7 | ||
| c99.7 | ||
| clocks.7 | ||
| crypto.7 | ||
| development.7 | ||
| environ.7 | ||
| ffs.7 | ||
| firewall.7 | ||
| growfs.7 | ||
| hier.7 | ||
| hostname.7 | ||
| intro.7 | ||
| maclabel.7 | ||
| Makefile | ||
| Makefile.depend | ||
| operator.7 | ||
| ports.7 | ||
| release.7 | ||
| sdoc.7 | ||
| security.7 | ||
| sprog.7 | ||
| stdint.7 | ||
| sticky.7 | ||
| tests.7 | ||
| tuning.7 | ||