VirtualBox

Changeset 68786 in vbox


Ignore:
Timestamp:
Sep 19, 2017 8:35:45 AM (7 years ago)
Author:
vboxsync
Message:

Makefile.kmk: When unpacking guest additions/docs/efi firmware from build server, throw away the file timestamps, because they're from build run which usually was significantly in the past, effectively causing the files to be unpacked every time for incremental builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r68676 r68786  
    285285                $$(buildserver-additions_0_OUTDIR)/VBoxGuestAdditions.zip
    286286        $(call MSG_L1,Unpacking additions archive)
    287         $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET)
     287        $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -DD -o $< -d $(PATH_TARGET)
    288288        $(APPEND) -t $@ "done"
    289289
     
    320320                $$(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip
    321321        $(call MSG_L1,Unpacking documentation)
    322         $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET)
     322        $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -DD -o $< -d $(PATH_TARGET)
    323323        $(APPEND) -t $@ "done"
    324324
     
    374374                $$(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip
    375375        $(call MSG_L1,Unpacking EFI firmware)
    376         $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(buildserver-efifw_0_OUTDIR)
     376        $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -DD -o $< -d $(buildserver-efifw_0_OUTDIR)
    377377        $(foreach arch, amd64 x86, \
    378378                $(NLTAB) $(QUIET)$(TEST) '!' -d $(dir $@)/$(arch) -- $(MKDIR_EXT) -- $(dir $@)/$(arch) \
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