Commit 532848f
committed
Support conditional dependencies.
Extend the "depends on" syntax to support conditional dependencies
using "... if <B>". While functionally equivalent to "depends on
!B || A", "depends on A if B" is much more readable.
This change is implemented by converting the "if" syntax into the
"!B" syntax during "depends on" token processing.
Signed-off-by: Graham Roff <grahamr@qti.qualcomm.com>1 parent 228d0b9 commit 532848f
1 file changed
+31
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3117 | 3117 | | |
3118 | 3118 | | |
3119 | 3119 | | |
| 3120 | + | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
| 3125 | + | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
| 3134 | + | |
| 3135 | + | |
| 3136 | + | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
| 3141 | + | |
| 3142 | + | |
| 3143 | + | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
3120 | 3150 | | |
3121 | 3151 | | |
3122 | 3152 | | |
| |||
3152 | 3182 | | |
3153 | 3183 | | |
3154 | 3184 | | |
3155 | | - | |
| 3185 | + | |
3156 | 3186 | | |
3157 | 3187 | | |
3158 | 3188 | | |
| |||
0 commit comments