-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
NINJA_SKIP will remove parity between SCons and Ninja build by causing Ninja to completely ignore a build node.
This can cause dependency issues if a given node built by Ninja is dependent on a NINJA_SKIP node, ninja would not know to rebuild if the NINJA_SKIP node changed.
NINJA_SKIP should at least put the node in the ninja TEMPLATES section with implicity dependencys so ninja can know when to reinvoke scons to build said node.
- related to
-
SERVER-82537 Complete TODO listed in SERVER-50587
- Needs Scheduling