Use WARNS?=3 for these in the arm case for now, due to toolchain issues.

This commit is contained in:
Olivier Houchard 2004-05-14 13:31:21 +00:00
parent cdf6449a93
commit c1b2de5af0
8 changed files with 36 additions and 0 deletions

View File

@ -33,4 +33,8 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
#MAN= pax.1 tar.1 cpio.1
#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.endif
.include <bsd.prog.mk>

View File

@ -3,7 +3,11 @@
LIB= archive
SHLIB_MAJOR= 1
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
# I'm not yet ready for a shared version of this library, as
# there are a couple of API changes still in the works.

View File

@ -3,7 +3,11 @@
LIB= archive
SHLIB_MAJOR= 1
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
# I'm not yet ready for a shared version of this library, as
# there are a couple of API changes still in the works.

View File

@ -30,6 +30,11 @@ INCS= libatm.h
LDADD= -lmd
DPADD= ${LIBMD}
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
.include <bsd.lib.mk>

View File

@ -28,7 +28,12 @@ SRCS= atm.c atm_fore200.c atm_inet.c atm_print.c \
atm_set.c atm_show.c atm_subr.c
MAN= atm.8
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
CFLAGS+= -I${.CURDIR}/../../../sys
DPADD= ${LIBATM}

View File

@ -8,7 +8,12 @@
PROG= atmconfig
SRCS= main.c diag.c natm.c
MAN= atmconfig.8
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 9
.endif
FILES= atmconfig.help
FILESDIR= /usr/share/doc/atm

View File

@ -26,7 +26,12 @@
PROG= ilmid
MAN= ilmid.8
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
CFLAGS+= -I${.CURDIR}/../../../sys
DPADD= ${LIBATM}

View File

@ -7,7 +7,11 @@ SRCS+= modeedit.c
.else
CFLAGS+= -DMINIMALISTIC
.endif
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
DPADD= ${LIBCAM} ${LIBSBUF}
LDADD= -lcam -lsbuf
MAN= camcontrol.8