Avoid unwanted output of <build>unzip with DEBUG=1.

This commit is contained in:
Oliver Tappe 2014-06-02 01:59:16 +02:00
parent 911821275a
commit d527dbc8f6

View File

@ -6,6 +6,10 @@ 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 <build>libunzip.a <build>unzip = true ;
BuildPlatformStaticLibrary <build>libunzip.a :