VirtualBox

Changeset 2485 in kBuild


Ignore:
Timestamp:
Jul 21, 2011 7:23:09 PM (13 years ago)
Author:
bird
Message:

header.kmk: Added KBUILD_NO_HARD_LINKING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r2483 r2485  
    698698
    699699# When copying to the staging area, use hard links to save time and space.
    700 if1of ($(KMK_FEATURES), install-hard-linking)
    701 INSTALL_STAGING := $(INSTALL) --hard-link-files-when-possible
    702 else
    703700INSTALL_STAGING := $(INSTALL)
     701ifndef KBUILD_NO_HARD_LINKING
     702 if1of ($(KMK_FEATURES), install-hard-linking)
     703  INSTALL_STAGING := $(INSTALL) --hard-link-files-when-possible
     704 endif
    704705endif
    705706
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