NO_WARNS when building for host

This commit is contained in:
sjg 2015-06-14 03:34:09 +00:00
parent f4796e6bf9
commit f29bbde822
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
citrus_lookup_factory.c citrus_pivot_factory.c
MAN=
NO_SHARED= yes
.if ${MACHINE} == "host"
NO_WARNS= yes
.endif
build-tools: mkcsmapper_static

View File

@ -7,6 +7,9 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
citrus_lookup_factory.c
MAN=
NO_SHARED= yes
.if ${MACHINE} == "host"
NO_WARNS= yes
.endif
build-tools: mkesdb_static