VirtualBox

Changeset 1288 in kBuild


Ignore:
Timestamp:
Nov 30, 2007 3:58:03 AM (17 years ago)
Author:
bird
Message:

KMK_NEW_CP

Location:
trunk/kBuild/tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC70.kmk

    r1129 r1288  
    308308                $(subst /,\\,$(libs))
    309309ifeq ($(filter %.exp .def,$(othersrc)),)
     310ifdef KMK_NEW_CP
     311        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
     312else
    310313        $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi
    311314        $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi
     315endif
    312316endif
    313317$(eval _DIRS += $(PATH_LIB))
  • trunk/kBuild/tools/VCC80.kmk

    r1129 r1288  
    304304        fi
    305305ifeq ($(filter %.exp .def,$(othersrc)),)
     306ifdef KMK_NEW_CP
     307        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
     308else
    306309        $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi
    307310        $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi
     311endif
    308312endif
    309313$(eval _DIRS += $(PATH_LIB))
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r1129 r1288  
    281281        fi
    282282ifeq ($(filter %.exp .def,$(othersrc)),)
     283ifdef KMK_NEW_CP
     284        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
     285else
    283286        $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi
    284287        $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi
     288endif
    285289endif
    286290$(eval _DIRS += $(PATH_LIB))
  • trunk/kBuild/tools/VCC80X86.kmk

    r1129 r1288  
    283283        fi
    284284ifeq ($(filter %.exp .def,$(othersrc)),)
     285ifdef KMK_NEW_CP
     286        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
     287else
    285288        $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi
    286289        $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi
     290endif
    287291endif
    288292$(eval _DIRS += $(PATH_LIB))
Note: See TracChangeset for help on using the changeset viewer.

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