diff options
author | cognet <cognet@FreeBSD.org> | 2004-05-14 13:31:21 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2004-05-14 13:31:21 +0000 |
commit | 797424d85b3c4b00f9953ddaad93922cf5e3c2da (patch) | |
tree | a5cedc86448a823feb4223aee5a6146a4b6efbdb /bin/pax | |
parent | ef42bcff58e52be2a608f2888f47e4bc9130155f (diff) | |
download | FreeBSD-src-797424d85b3c4b00f9953ddaad93922cf5e3c2da.zip FreeBSD-src-797424d85b3c4b00f9953ddaad93922cf5e3c2da.tar.gz |
Use WARNS?=3 for these in the arm case for now, due to toolchain issues.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index f142bfc..de76e6c 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -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> |