- Timestamp:
- Oct 14, 2017 3:20:21 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/Makefile.kmk (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r69072 r69094 286 286 $(call MSG_L1,Unpacking additions archive) 287 287 $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET) 288 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild t 289 $(TOUCH_EXT) -c $(PATH_TARGET)/VBoxGuestAdditions.iso 288 $(TOUCH) -c -- $(PATH_TARGET)/VBoxGuestAdditions.iso 290 289 $(APPEND) -t $@ "done" 291 290 … … 323 322 $(call MSG_L1,Unpacking documentation) 324 323 $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET) 325 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild is fixed 326 $(TOUCH_EXT) -c $(PATH_TARGET)/VirtualBox.chm \ 327 $(PATH_TARGET)/UserManual.pdf\ 324 $(TOUCH) -c -- $(PATH_TARGET)/VirtualBox.chm \ 325 $(PATH_TARGET)/UserManual.pdf \ 328 326 $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),$(PATH_TARGET)/VirtualBox_$(f).chm $(PATH_TARGET)/UserManual_$(f).pdf) 329 327 $(APPEND) -t $@ "done" … … 385 383 $(foreach mod,$(VBOX_EFI_MODULES_FLAT) \ 386 384 ,$(NLTAB) $(QUIET)$(TEST) '!' -f $(dir $@)/$(arch)/$(mod).pdb -- $(APPEND_EXT) $(dir $@)/$(arch)/$(mod).pdb )) 387 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild is fixed 388 $(TOUCH_EXT) -c $(buildserver-efifw_0_OUTDIR)/VBoxEFI32.fd \ 385 $(TOUCH) -c -- $(buildserver-efifw_0_OUTDIR)/VBoxEFI32.fd \ 389 386 $(buildserver-efifw_0_OUTDIR)/VBoxEFI64.fd 390 387 $(APPEND) -t $@ "done" … … 430 427 $(RM) -f -- "$@.tmp" "$@" 431 428 $(SHELL) $(PATH_DEVTOOLS)/bin/extpacks.sh --cmd fetch --filename "$@.tmp" --vbox-version "$(VBOX_VERSION_STRING)" 432 ## @todo r=klaus replace mv/cp/rm sequence by touch or some equivalent to lose the timestamp433 $(MV) "$@.tmp" "$@.tmp2"434 $(CP) "$@.tmp2" "$@.tmp"435 $(RM) -f "$@.tmp2"436 429 $(MV) -f -- "$@.tmp" "$@" 437 430
Note:
See TracChangeset
for help on using the changeset viewer.

