Changeset 2366 in vbox for trunk/src/VBox/HostDrivers/Support/Makefile
- Timestamp:
- Apr 26, 2007 7:12:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile
r2142 r2366 253 253 $(eval src := $(word 2,$(subst =, ,$(pair)))) 254 254 $(PATH_BIN)/src/$(dst): $(src) 255 $$(call MSG_ L1,Installing$$@)255 $$(call MSG_INST_TRG,VBOXDRV,$$<,$$@) 256 256 $$(QUIET)$$(MKDIR) -p $$(@D) 257 257 $$(QUIET)$$(CP) $$< $$@ 258 258 259 259 symlinked/$(dst): 260 $$(call MSG_ L1,Symlink$$@)260 $$(call MSG_INST_SYM,$$<,$$@) 261 261 $$(QUIET)$$(MKDIR) -p $$(@D) 262 262 $$(QUIET)ln -sfn $(abspath $(src)) $$@
Note:
See TracChangeset
for help on using the changeset viewer.