Avoid unwanted output of <build>unzip with DEBUG=1.
This commit is contained in:
@@ -6,9 +6,13 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
|||||||
DEFINES += HAVE_TERMIOS_H=1 HAS_JUNK_EXTRA_FIELD_OPTION=1 ;
|
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 ;
|
USES_BE_API on <build>libunzip.a <build>unzip = true ;
|
||||||
|
|
||||||
BuildPlatformStaticLibrary <build>libunzip.a :
|
BuildPlatformStaticLibrary <build>libunzip.a :
|
||||||
crc32.c
|
crc32.c
|
||||||
ttyio.c
|
ttyio.c
|
||||||
crctab.c
|
crctab.c
|
||||||
|
|||||||
Reference in New Issue
Block a user