Changeset 2485 in kBuild
- Timestamp:
- Jul 21, 2011 7:23:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r2483 r2485 698 698 699 699 # 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-possible702 else703 700 INSTALL_STAGING := $(INSTALL) 701 ifndef KBUILD_NO_HARD_LINKING 702 if1of ($(KMK_FEATURES), install-hard-linking) 703 INSTALL_STAGING := $(INSTALL) --hard-link-files-when-possible 704 endif 704 705 endif 705 706
Note:
See TracChangeset
for help on using the changeset viewer.