VirtualBox

Ignore:
Timestamp:
Sep 9, 2008 12:57:42 PM (16 years ago)
Author:
vboxsync
Message:

VirtualBox3/Makefile: make the tar command line quiet, but the tar command verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r12264 r12291  
    104104$(PATH_BIN)/vboxkeyboard3.tar.gz: $(abspathex $(VBoxKeyboard3_TARSOURCES),$(PATH_SUB_CURRENT)) $(PATH_TARGET)/$(SOURCE_DIRECTORY)
    105105        $(call MSG_TOOL,tar/gzip,,$@)
    106         cd $(PATH_TARGET) && tar -chf - $(addprefix $(SOURCE_DIRECTORY)/,$(subst $(DIRECTORY_PREFIX),,$(VBoxKeyboard3_TARSOURCES))) | gzip - > $@
     106        $(QUIET)cd $(PATH_TARGET) \
     107                && tar -cvhf - $(addprefix $(SOURCE_DIRECTORY)/,$(subst $(DIRECTORY_PREFIX),,$(VBoxKeyboard3_TARSOURCES))) \
     108                   | gzip - > $@
    107109
    108110OTHER_CLEAN += \
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