VirtualBox

Changeset 2786 in vbox


Ignore:
Timestamp:
May 23, 2007 1:14:28 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21394
Message:

Added a DIRDEP to the MAKEDEPS.

File:
1 edited

Legend:

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

    r2785 r2786  
    137137IDENT=          '$(@F) $(VERSION) (GPL) etherboot.org'
    138138
    139 # Rebuild everything whenever the Makefile etc. is changed.
    140 MAKEDEPS=       Makefile.kmk Config arch/$(ARCH)/Config
     139# Rebuild everything whenever the Makefile etc. is changed. Must be LAST in the dependency list!
     140MAKEDEPS=       Makefile.kmk Config arch/$(ARCH)/Config | $(call DIRDEP,$(PATH_TARGET))
    141141
    142142# The core (card-independent part) of Etherboot.
     
    298298        $(CP) -f $< $@
    299299else
    300 $(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS) | $(call DIRDEP,$(PATH_TARGET))
     300$(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS)
    301301        $(call MSG_TOOL,makerom,NetBiosBin,$<,$@)
    302302        $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected]
     
    313313endif
    314314
    315 $(PATH_TARGET)/pcnet32.rom: $(PATH_TARGET)/pcnet32.rom.prf $(MAKEDEPS) $$(TARGET_makerom)
     315$(PATH_TARGET)/pcnet32.rom: $(PATH_TARGET)/pcnet32.rom.prf $$(TARGET_makerom) $(MAKEDEPS)
    316316        $(call MSG_TOOL,makerom,NetBiosBin,$<,$@)
    317317        $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected]
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