From d527dbc8f6469f534abdeca2bf9441998cce22f8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 2 Jun 2014 01:59:16 +0200 Subject: [PATCH] Avoid unwanted output of unzip with DEBUG=1. --- src/tools/unzip/Jamfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tools/unzip/Jamfile b/src/tools/unzip/Jamfile index 6ca3b0a422..49630bdb2a 100644 --- a/src/tools/unzip/Jamfile +++ b/src/tools/unzip/Jamfile @@ -6,9 +6,13 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) { DEFINES += HAVE_TERMIOS_H=1 HAS_JUNK_EXTRA_FIELD_OPTION=1 ; } +# avoid building host unzip with DEBUG, as that would pollute the build +# with lots of unwanted output when unzip gets invoked. +DEBUG = 0 ; + USES_BE_API on libunzip.a unzip = true ; -BuildPlatformStaticLibrary libunzip.a : +BuildPlatformStaticLibrary libunzip.a : crc32.c ttyio.c crctab.c