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/Devices/Graphics/BIOS/Makefile

    r1397 r2366  
    7171# 2. compile
    7272$(PATH_TARGET)/vgabios0.s: $(PATH_TARGET)/_vgabios_.c
    73         $(call MSG_L1,Compiling $<,=> $@)
     73        $(call MSG_COMPILE,VgaBiosBin,$<,$@,C)
    7474        $(QUIET)$(VBOX_BCC) -o $@ -C-c -D__i86__ -0 -S $^
    7575
     
    8181# 4. assemble
    8282$(PATH_TARGET)/vgabios.tmp $(PATH_TARGET)/vgabios.lst: $(PATH_TARGET)/vgabios1.s
    83         $(call MSG_L1,Compiling $<,=> $@)
     83        $(call MSG_COMPILE,VgaBiosBin,$<,$@,AS)
    8484        $(QUIET)$(VBOX_AS86) -b $(PATH_TARGET)/vgabios.tmp -u- -w- -g -0 -j -O -l $(PATH_TARGET)/vgabios.lst < $^
    8585
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