VirtualBox

Changeset 11238 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Aug 8, 2008 10:13:57 AM (16 years ago)
Author:
vboxsync
Message:

Installer/linux/Makefile.kmk: Don't be too quiet about the zipping, but zip it tightly. Use $(RM) not rm. Use $(REDIRECT) to avoid the shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r11203 r11238  
    261261                $(VBOX_VERSION_STAMP)      \
    262262                $(PATH_TARGET)/VirtualBox-$(VBOX_VERSION_STRING)
    263         $(call MSG_L1,Making separate SDK delivery $@)
    264         $(QUIET)cd $(PATH_TARGET)/archive && \
    265           zip -r $@ sdk >/dev/null
    266         $(QUIET)rm -rf  $(PATH_TARGET)/archive/sdk
     263        $(call MSG_L1,Making separate SDK delivery $@)
     264        $(QUIET)$(REDIRECT) -C $(PATH_TARGET)/archive -- zip -r9 $@ sdk
     265        $(QUIET)$(RM) -Rf -- $(PATH_TARGET)/archive/sdk
    267266
    268267$(PATH_TARGET)/VirtualBox-$(VBOX_VERSION_STRING): $(PATH_TARGET)/archive
    269268        $(call MSG_INST_SYM,$<,$@)
    270269        $(QUIET)$(MKDIR) -p $(@D)
    271         $(QUIET)rm -rf $@
     270        $(QUIET)$(RM) -Rf -- $@
    272271        $(QUIET)$(LN_SYMLINK) $< $@
    273272
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