From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 68ADC82133 for ; Mon, 12 Dec 2016 10:27:46 -0800 (PST) Received: by mail-wm0-x22d.google.com with SMTP id f82so81949884wmf.1 for ; Mon, 12 Dec 2016 10:27:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to; bh=w2hBPvjIraf2UJpzTvWCe6/GlZTguYH4HqSoWdCNZkY=; b=ROqcobWFwAwoH91lloSMIdG2/JHxER8kkg6tLA8VKaw3W7DYzY8rmjeGDanwZTP8+p fg/oAjTgtl1SKVnW/XOiqRmfGsySAvmw5J+tTDYiJLx3gRgWmvxB8Grx4CXpjNou8YbY upC+fbuhfux/9Fk5U14JK6Ns5g/Bir1R90hEU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=w2hBPvjIraf2UJpzTvWCe6/GlZTguYH4HqSoWdCNZkY=; b=UHpgscqWRE/+LSbtvKrcgwD0DVEUL45jv4j/VX1MVCJbAOOs2b8HZWpcIqqQaftDLD 9JAskswbv9zOKZHlYnOJVIyO43+7ydNJeBQv0Ki9zgBZtfDbefgiroE7841Tvk0ixIC6 KOJEdKQfujVV3aJprsNCquEhdRdOT4/Sm4vF1uHz0pRddkAiRC8gDD2Vj3w3jBeNXvKw fpAEkZs5UDEDkZXxxGvVbb9Vz5IYh2mXBF/D3OSMkioMJs3RnNQqBjx9ZZ3Vv0NGLjXv f68p42KiKwliggh7dXL6MllxhypwrhoRV7hX2smaeEQSK3Kw8G+Nq+sTsHjb5nW1Kgua cf4w== X-Gm-Message-State: AKaTC03mxt63ry4FkKSuTGJegQmy/Uf9NBKfzvj8E+wipvlm5G/F4Z1Bx5HGA8eTyDZyxGPgWyU0NOwkpSLsRjkU X-Received: by 10.46.0.137 with SMTP id e9mr37805851lji.11.1481567263990; Mon, 12 Dec 2016 10:27:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.139.135 with HTTP; Mon, 12 Dec 2016 10:27:43 -0800 (PST) From: Ryan Harkin Date: Mon, 12 Dec 2016 18:27:43 +0000 Message-ID: To: edk2-devel-01 Subject: How to silence a build? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 18:27:46 -0000 Content-Type: text/plain; charset=UTF-8 Hello all, Perhaps someone here can save me trying to decrypt the EDK2 build system. When I build EDK2, I get lots of output like this single line generated for compiling a single source file: "/linaro/extra-data/ci/workspace-lsk/tools/gcc/gcc-linaro-5.3.1-2016.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc" -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/ArmPlatformPkg/ArmVExpressPkg/Include -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UiAppStrings -g -Os -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char -ffunction-sections -fdata-sections -fno-builtin -Wno-address -fno-asynchronous-unwind-tables -save-temps -O0 -mcmodel=small -c -o /linaro/extra-data/ci/workspace-lsk/uefi/edk2/Build/ArmVExpress-FVP-AArch64/DEBUG_GCC5/AARCH64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./String.obj -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdeModulePkg/Application/UiApp -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/Build/ArmVExpress-FVP-AArch64/DEBUG_GCC5/AARCH64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdePkg -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdePkg/Include -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdePkg/Include/AArch64 -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdeModulePkg -I/linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdeModulePkg/Include /linaro/extra-data/ci/workspace-lsk/uefi/edk2/MdeModulePkg/Application/UiApp/String.c When I build the linux kernel, I see output like this: CC kernel/nsproxy.o OBJCOPY arch/arm64/kernel/efi-entry.stub.o Is there an option to make EDK2 do something like this? Or can someone point me where I might look so I can think about implementing it? I've had a look around and wasn't able to work out what was generating the output. I guess that means my chances of changing the behaviour are slim too... Thanks, Ryan.