Changeset 6663
- Timestamp:
- 01/31/08 16:33:36 (8 months ago)
- Files:
-
- trunk/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 #

