History log of /netbsd/tests/lib/libarchive/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# ff6601a6 03-Jun-2023 lukem <lukem@NetBSD.org>

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPL

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

show more ...


# f58ddb8f 07-Jun-2020 fox <fox@NetBSD.org>

tests/lib/libarchive: Suppress -Werror=stringop-truncation error

This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures
NUL-termination on the next line as ot

tests/lib/libarchive: Suppress -Werror=stringop-truncation error

This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures
NUL-termination on the next line as other users of the field expect.

Add -Werror=stringop-truncation to prevent build failure, when run with MKSANITIZER=yes.

Error was reported when build.sh was run with MKSANITIZER=yes flag.

Reviewed by: kamil@

show more ...


# 053f3d12 19-Jan-2020 christos <christos@NetBSD.org>

Fix static linking (sun2)


# 1287c5c1 18-Jan-2020 christos <christos@NetBSD.org>

not require .d files for the build.


# 080f103b 18-Jan-2020 ryoon <ryoon@NetBSD.org>

Fix build. Three list.h files are required to generate .d files


# 9df174a3 17-Jan-2020 christos <christos@NetBSD.org>

new tests