VirtualBox

Ignore:
Timestamp:
Apr 26, 2007 7:12:03 PM (18 years ago)
Author:
vboxsync
Message:

use kBuild-provided msg macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile

    r2142 r2366  
    253253$(eval src := $(word 2,$(subst =, ,$(pair))))
    254254$(PATH_BIN)/src/$(dst): $(src)
    255         $$(call MSG_L1,Installing $$@)
     255        $$(call MSG_INST_TRG,VBOXDRV,$$<,$$@)
    256256        $$(QUIET)$$(MKDIR) -p $$(@D)
    257257        $$(QUIET)$$(CP) $$< $$@
    258258
    259259symlinked/$(dst):
    260         $$(call MSG_L1,Symlink $$@)
     260        $$(call MSG_INST_SYM,$$<,$$@)
    261261        $$(QUIET)$$(MKDIR) -p $$(@D)
    262262        $$(QUIET)ln -sfn $(abspath $(src)) $$@
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