Date: Thu, 4 Feb 2010 07:18:19 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203480 - head/bin/pax Message-ID: <201002040718.o147IJkt045420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Feb 4 07:18:19 2010 New Revision: 203480 URL: http://svn.freebsd.org/changeset/base/203480 Log: Arm doesn't seem to need such kit gloves. Bump the warnings to 3 here as well. Modified: head/bin/pax/Makefile Modified: head/bin/pax/Makefile ============================================================================== --- head/bin/pax/Makefile Thu Feb 4 07:08:06 2010 (r203479) +++ head/bin/pax/Makefile Thu Feb 4 07:18:19 2010 (r203480) @@ -33,8 +33,6 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache #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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002040718.o147IJkt045420>