VirtualBox

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


Ignore:
Timestamp:
Jul 12, 2007 8:44:58 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22856
Message:

Fixed a parallel build issue with BCC and fixed an incorrect dependency.

File:
1 edited

Legend:

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

    r2981 r3598  
    7070        $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -I$(PATH_TARGET) -I$(VBOX_PATH_DEVICES_SRC)/PC -I$(PATH_ROOT)/include -I$(PATH_OUT) -DBX_SMP_PROCESSORS=1 -DVBOX $(addprefix -D,$(DEFS) $(DEFS.$(BUILD_TYPE))) -P $< > $@
    7171
    72 # 2. compile to intermediate asm file.
     72# 2. compile to intermediate asm file - tempfile clashes, make sure it's built alone.
     73.NOTPARALLEL: $(PATH_TARGET)/rombios0.s
    7374$(PATH_TARGET)/rombios0.s: $(PATH_TARGET)/_rombios_.c
    7475        $(call MSG_COMPILE,PcBiosBin,$<,$@,C)
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