Changeset 2530 in kBuild
- Timestamp:
- Aug 2, 2011 10:57:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-installs.kmk
r2529 r2530 273 273 # Calc stage destination and generate the rule (requires double evaluation). 274 274 local stage := $(strip $(firstdefined $(symlnk)_STAGE $(symlnk)_INST $(target)_1_STAGE,value)) 275 $(info stage:=$(stage))276 275 if "$(substr $(stage),-1)" != "/" && "$(stage)" != "" 277 276 $(warning kBuild: Symlink $(symlnk) in install target $(target) has a STAGE/INST property without a trailing slash: '$(stage)') … … 310 309 endif 311 310 312 $(warning symlnk=$(symlnk) symdst=$(symdst) instdst=$(instdst) stagedst=$(stagedst) instfun=$(instfun) inst=$(inst) stage='$(stage)')311 #$(warning symlnk=$(symlnk) symdst=$(symdst) instdst=$(instdst) stagedst=$(stagedst) instfun=$(instfun) inst=$(inst) stage='$(stage)') 313 312 endef # def_install_symlink 314 313 $(optmize def_install_symlink)
Note:
See TracChangeset
for help on using the changeset viewer.