svn commit: r203480 - head/bin/pax

Warner Losh imp at FreeBSD.org
Thu Feb 4 07:18:19 UTC 2010


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>


More information about the svn-src-all mailing list