You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(make): fix parallel build ordering with wrapper deps;
After switching to goal-specific wrappers, the old subdir deps no longer
applied. Express the ordering between wrapper targets and ensure the
core builds before modules:
- all-nsd: | all-nsthread (core chain)
- $(SUBDIRS_MODS:%=all-%): | all-nsd (modules after core)
- all-nsdbtest: | all-nsdb (specific extra)
Also make install depend on all so installation only runs after a
successful build.
0 commit comments