VirtualBox

Changeset 69094 in vbox for trunk


Ignore:
Timestamp:
Oct 14, 2017 3:20:21 AM (7 years ago)
Author:
vboxsync
Message:

/Makefile.kmk: TOUCH fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r69072 r69094  
    286286        $(call MSG_L1,Unpacking additions archive)
    287287        $(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
    290289        $(APPEND) -t $@ "done"
    291290
     
    323322        $(call MSG_L1,Unpacking documentation)
    324323        $(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 \
    328326                $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),$(PATH_TARGET)/VirtualBox_$(f).chm $(PATH_TARGET)/UserManual_$(f).pdf)
    329327        $(APPEND) -t $@ "done"
     
    385383                $(foreach mod,$(VBOX_EFI_MODULES_FLAT) \
    386384                ,$(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 \
    389386                $(buildserver-efifw_0_OUTDIR)/VBoxEFI64.fd
    390387        $(APPEND) -t $@ "done"
     
    430427        $(RM) -f -- "$@.tmp" "$@"
    431428        $(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 timestamp
    433         $(MV) "$@.tmp" "$@.tmp2"
    434         $(CP) "$@.tmp2" "$@.tmp"
    435         $(RM) -f "$@.tmp2"
    436429        $(MV) -f -- "$@.tmp" "$@"
    437430
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette