VirtualBox

Changeset 2456 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
May 3, 2007 12:57:07 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20868
Message:

Some build message adjustments. (depends on new kBuild)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/Makefile

    r2366 r2456  
    5858#
    5959$(PATH_TARGET)/PcBiosBin.c: $(PATH_TARGET)/bios.bin $(VBOX_BIN2C)
    60         $(call MSG_L1,bin2c $< => $@)
     60        $(call MSG_TOOL,bin2c,PcBiosBin,$<,$@)
    6161        $(QUIET)$(VBOX_BIN2C) -min 64 -max 256 -mask 0xffff -ascii -export PcBiosBinary $< $@
    6262
     
    6565#
    6666$(PATH_TARGET)/PcDefBiosLogo.c: innotek_logo.bmp $(VBOX_BIN2C)
    67         $(call MSG_L1,bin2c $< => $@)
     67        $(call MSG_TOOL,bin2c,PcBiosBin,$<,$@)
    6868        $(QUIET)$(VBOX_BIN2C) -max 64 PcDefBiosLogo $< $@
    6969
     
    7474# 1. precompile rombios.c
    7575$(PATH_TARGET)/_rombios_.c: rombios.c logo.c apmbios.S | $(call DIRDEP,$(TARGET_PATH))
    76         $(call MSG_L1,Precompiling $<,=> $@)
     76        $(call MSG_TOOL,cpp,PcBiosBin,$<,$@)
    7777        $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -I$(PATH_TARGET) -I$(PATH_CURRENT)/.. -I$(PATH_ROOT)/include -I$(PATH_OUT) -DBX_SMP_PROCESSORS=1 -DVBOX $(addprefix -D,$(DEFS) $(DEFS.$(BUILD_TYPE))) -P $< > $@
    7878
     
    8484# 3. post process intermediate asm file.
    8585$(PATH_TARGET)/rombios1.s: $(PATH_TARGET)/rombios0.s
    86         $(call MSG_L1,Adjusting BCC Assembly $<,=> $@)
     86        $(call MSG_TOOL,Adjusting BCC Assembly,PcBiosBin,$<,$@)
    8787        $(QUIET)$(SED) -e 's/^\.text//' -e 's/^\.data//' $^ > $@
    8888
     
    9494# 5. calculate checksums for the final BIOS image.
    9595$(PATH_TARGET)/bios.bin: $(PATH_TARGET)/bios.tmp $(TARGET_biossums)
    96         $(call MSG_L1,biossums $@)
     96        $(call MSG_TOOL,biossums,PcBiosBin,$<,$@)
    9797        $(QUIET)$(CP) -f $(PATH_TARGET)/bios.tmp $(PATH_TARGET)/bios.bin
    9898        $(QUIET)$(TARGET_biossums) $(PATH_TARGET)/bios.bin
     
    100100# 6. create the symbol table.
    101101$(PATH_TARGET)/bios-syms.h: $(PATH_TARGET)/bios.lst Makefile
    102         $(call MSG_L1,symtable $<,=> $@)
     102        $(call MSG_TOOL,symtable,PcBiosBin,$<,$@)
    103103        $(QUIET)$(SED) \
    104104                -e  '/^[0-9][0-9][0-9][0-9][0-9]                       000[0-9A-F]*            [[:space:]]*[a-zA-Z0-9_]*:/!d' \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette