]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
d/rules: drop debguging echo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 06:47:10 +0000 (08:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 06:47:10 +0000 (08:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index ece77be2c55878cff782d08657cc0fec8e0829f7..b364ed322b4817fef4924fd4c28419d101e1812f 100755 (executable)
@@ -60,7 +60,6 @@ build-ovmf: setup-build
                    -n $$(getconf _NPROCESSORS_ONLN)
 
 build-qemu-efi: setup-build
-       echo FOO "$${$(EDK2_TOOLCHAIN)_AARCH64_PREFIX}"
        mkdir -p ShellBinPkg/UefiShell/$(EDK2_ARCH_DIR) FatBinPkg/EnhancedFatDxe/$(EDK2_ARCH_DIR)
        set -e; . ./edksetup.sh; \
                build -a $(EDK2_HOST_ARCH) -p ShellPkg/ShellPkg.dsc \