Changeset 1370 in kBuild
- Timestamp:
- Dec 9, 2007 9:03:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1347 r1370 267 267 endif 268 268 endef # def_templates_include 269 $(foreach template, $(_TEMPLATES), $(eval $(def_templates )))269 $(foreach template, $(_TEMPLATES), $(eval $(def_templates_include))) 270 270 271 271 #$ (warning dbg _TEMPLATES := $(_TEMPLATES)) … … 394 394 # 395 395 # This is much the same as with target inheritance, except we cannot 396 # restrict the properties involved since we've got a clue which target 397 # types are using them. But, we can drop the instance expansion we're 398 # doing for targets since there won't be any more changes to either the 399 # source nor the target templates beyond this exercise. 396 # restrict the properties involved since we haven't got a clue which 397 # target platforms/archs are using them. But, we can drop the instance 398 # expansion we're doing for targets since there won't be any more 399 # changes to either the source nor the target templates beyond this 400 # exercise. 400 401 # 401 402
Note:
See TracChangeset
for help on using the changeset viewer.