VirtualBox

Changeset 1347 in kBuild


Ignore:
Timestamp:
Dec 3, 2007 12:53:22 AM (17 years ago)
Author:
bird
Message:

else if...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1311 r1347  
    22472247ifdef $(srcsrc)_INSTFUN
    22482248 instfun := $(srcsrc)_INSTFUN
     2249else ifdef $(target)_INSTFUN
     2250 instfun := $(target)_INSTFUN
    22492251else
    2250  ifdef $(target)_INSTFUN
    2251   instfun := $(target)_INSTFUN
    2252  else
    2253   instfun := _INSTALL_FILE
    2254  endif
     2252 instfun := _INSTALL_FILE
    22552253endif
    22562254
     
    22582256ifdef $(srcsrc)_INST
    22592257 inst := $(patsubst %/,%,$($(srcsrc)_INST))/$(dir $(srcdstdir))
     2258else ifdef $(target)_INST
     2259 inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(srcdstdir))
    22602260else
    2261  ifdef $(target)_INST
    2262   inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(srcdstdir))
    2263  else
    2264   inst := $(dir $(srcdstdir))
    2265  endif
     2261 inst := $(dir $(srcdstdir))
    22662262endif
    22672263
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