Changeset 2551 for trunk/kBuild/footer-pass1.kmk
- Timestamp:
- Nov 9, 2011, 2:28:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass1.kmk
r2523 r2551 181 181 182 182 if1of ($(debug_insttype), stage both) 183 ifn1of ($(insttype), stage both)184 $(error kBuild: DEBUG_INSTTYPE=$(debug_insttype) and INSTTYPE=$(insttype) for target '$(target)' are not compatible)185 endif186 183 local debug_stage := $(firstdefined \ 187 184 $(target)_DEBUG_STAGE.$(bld_trg).$(bld_trg_arch).$(bld_type) \ … … 214 211 215 212 if1of ($(debug_insttype), both) 216 ifn1of ($(insttype), both)217 $(error kBuild: DEBUG_INSTTYPE=$(debug_insttype) and INSTTYPE=$(insttype) for target '$(target)' are not compatible)218 endif219 213 local debug_inst := $(firstdefined \ 220 214 $(target)_DEBUG_INST.$(bld_trg).$(bld_trg_arch).$(bld_type) \
Note:
See TracChangeset
for help on using the changeset viewer.