VirtualBox

Changeset 58505 in vbox for trunk


Ignore:
Timestamp:
Oct 29, 2015 11:06:03 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware/Makefile.kmk: Ignore EFI_QUIET when deciding how verbose things should be. Make the 'unimportant crap' / 'console pollution' (r96831) controlled by --silent be subject to the KBUILD_VERBOSE level, since it's related stuff and potentially useful to someone battling build issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/Makefile.kmk

    r58503 r58505  
    242242        -E 'ARCH$(VBOX_EFI_REDIRECT_E_EQUAL)' \
    243243        -E 'IPF_PETOOLS_PREFIX=__no_ipf__' \
    244         -E $(if-expr "$(EFI_QUIET)" != "" || "$(KBUILD_VERBOSE)" != "",'EFI_QUIET=','EFI_QUIET=@') \
     244        -E $(if-expr "$(KBUILD_VERBOSE)" != "",'EFI_QUIET=','EFI_QUIET=@') \
    245245        -C '$(VBOX_PATH_EFI_FIRMWARE)' \
    246246        -- $(VBOX_BLD_PYTHON) "$(VBOX_PATH_EFI_FIRMWARE)/BaseTools/Source/Python/build/build.py" \
     
    254254        -D "VBOX_RESET_VECTOR_AMD64=$(VBoxEfiResetVector-amd64_1_TARGET)" \
    255255        $(if $(VBOX_OSE),-D "VBOX_OSE=1") \
    256         --silent \
    257         $(if $(KBUILD_VERBOSE),,--quiet) \
     256        $(if-expr "$(KBUILD_VERBOSE)" != "",$(if-expr "$(KBUILD_VERBOSE)" >= 3,-v,),--silent --quiet) \
    258257        --no-cache \
    259258        --buildtarget $(VBOX_EFI_BUILD_TARGET) \
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