NO_WARNS when building for host
This commit is contained in:
parent
f4796e6bf9
commit
f29bbde822
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user