VirtualBox

Changeset 2509 in kBuild


Ignore:
Timestamp:
Jul 24, 2011 6:52:29 PM (14 years ago)
Author:
bird
Message:

footer.kmk: Bugfix in installs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2488 r2509  
    32073207endif
    32083208
    3209 local stage    := $(firstword $($(symlnk)_STAGE) $(symlnk)_INST) $($(target)_1_STAGE))
     3209local stage    := $(firstword $($(symlnk)_STAGE) $($(symlnk)_INST) $($(target)_1_STAGE))
    32103210ifneq ($(substr $(stage),-1),/)
    3211  $(warning kBuild: Symlink $(symlnk) in install target $(target) has a STAGE property without a trailing slash.)
     3211 $(warning kBuild: Symlink $(symlnk) in install target $(target) has a STAGE property without a trailing slash: '$(stage)')
    32123212 local stage   := $(stage)/
    32133213endif
     
    32173217local inst     := $(firstword $($(symlnk)_INST) $($(target)_1_INST))
    32183218ifneq ($(substr $(inst),-1),/)
    3219  $(warning kBuild: Symlnk $(symlnk) in install target $(target) has a INST property without a trailing slash.)
     3219 $(warning kBuild: Symlnk $(symlnk) in install target $(target) has a INST property without a trailing slash: '$(inst)')
    32203220 local inst    := $(inst)/
    32213221endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette