Changeset 6663 in vbox
- Timestamp:
- Jan 31, 2008 3:33:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r6466 r6663 501 501 502 502 503 ## add tools fetching to the 'up' / 'update' target. 504 up update:: 505 # this doesn't work of course if kmk is updated: svn$(HOSTSUFF_EXE) up $(PATH_KBUILD) 503 # 504 # Add fetching of the tools to the 'up[date][2]' targets. 505 # 506 up update up2 update2:: 506 507 ifndef VBOX_OSE 507 508 $(MAKE) -C tools fetch … … 510 511 endif 511 512 512 up2 update2::513 $(SVN) up src/lib/kStuff514 if1of ($(BUILD_PLATFORM),win os2)515 $(ECHO) This may fail if kmk.exe is updated.516 endif517 $(SVN) up kBuild518 513 519 514 #
Note:
See TracChangeset
for help on using the changeset viewer.