Changeset 2519 for trunk/kBuild
- Timestamp:
- Jul 26, 2011, 2:13:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2518 r2519 3361 3361 local inst := $(inst)/ 3362 3362 endif 3363 if eq ($(root $(stage)),)3364 $(error kBuild: Directory $(directory) in install target $(target) has a INST property with an absolu ate path: '$(inst)')3363 ifneq ($(root $(stage)),) 3364 $(error kBuild: Directory $(directory) in install target $(target) has a INST property with an absolute path: '$(inst)') 3365 3365 endif 3366 3366 local insdst := $(PATH_INS)/$(inst)$(directory)/
Note:
See TracChangeset
for help on using the changeset viewer.