- Timestamp:
- Oct 6, 2009, 5:45:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/exclusive_builds.prf
r201 r208 20 20 } else:isEqual(appendFirstBuild, true):!contains($$list($$first($$fix)), .*$${firstBuild}.*) { 21 21 contains($$list($${first($$fix)}), .*/$):eval($$fix = $${first($$fix)}$${firstBuild}) 22 } else { 23 eval($$fix = $${first($$fix)}-$${firstBuild}) 22 else:eval($$fix = $${first($$fix)}-$${firstBuild}) 24 23 } 25 24 export($$fix)
Note:
See TracChangeset
for help on using the changeset viewer.