Differences From Artifact [e745c7478e]:
- File runconfig.scm — part of check-in [7060a6d776] at 2023-03-27 18:15:58 on branch v1.80 — Lots of proper use of debugprint and mtargs plus some small cleanup. (user: mrwellan, size: 6219) [annotate] [blame] [check-ins using] [more...]
To Artifact [94a5dd2abf]:
- File runconfig.scm — part of check-in [8ff5e2e3a3] at 2024-02-02 20:19:03 on branch v1.80-revolution-remodularization — wip (user: matt, size: 6220) [annotate] [blame] [check-ins using]
︙ | |||
163 164 165 166 167 168 169 | 163 164 165 166 167 168 169 170 | + | ;; first break all parts into individual target patterns (if (string-index hed " ") ;; this is a multi-target target (let ((newres (append (string-split hed " ") res))) (runconfig:expand-target newres)) (if (string-index hed ",") ;; this is a multi-target where one or more parts are comma separated |# |