Changeset 2786 in vbox
- Timestamp:
- May 23, 2007 1:14:28 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
r2785 r2786 137 137 IDENT= '$(@F) $(VERSION) (GPL) etherboot.org' 138 138 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! 140 MAKEDEPS= Makefile.kmk Config arch/$(ARCH)/Config | $(call DIRDEP,$(PATH_TARGET)) 141 141 142 142 # The core (card-independent part) of Etherboot. … … 298 298 $(CP) -f $< $@ 299 299 else 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) 301 301 $(call MSG_TOOL,makerom,NetBiosBin,$<,$@) 302 302 $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected] … … 313 313 endif 314 314 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) 316 316 $(call MSG_TOOL,makerom,NetBiosBin,$<,$@) 317 317 $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected]
Note:
See TracChangeset
for help on using the changeset viewer.