Date: Mon, 6 Jun 2011 20:24:17 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222772 - in head: lib/libiconv sbin/geom/class/sched usr.bin/grep usr.bin/iconv usr.bin/rctl usr.sbin/bluetooth/ath3kfw usr.sbin/bsnmpd/modules/snmp_wlan usr.sbin/rtsold Message-ID: <201106062024.p56KOHeK046627@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Mon Jun 6 20:24:17 2011 New Revision: 222772 URL: http://svn.freebsd.org/changeset/base/222772 Log: Remove redundant assignments to WARNS. For these directories, WARNS is already implied to be 6. Modified: head/lib/libiconv/Makefile head/sbin/geom/class/sched/Makefile head/usr.bin/grep/Makefile head/usr.bin/iconv/Makefile head/usr.bin/rctl/Makefile head/usr.sbin/bluetooth/ath3kfw/Makefile head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile head/usr.sbin/rtsold/Makefile Modified: head/lib/libiconv/Makefile ============================================================================== --- head/lib/libiconv/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/lib/libiconv/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -19,7 +19,6 @@ SRCS= citrus_bcs.c citrus_bcs_strtol.c c citrus_module.c citrus_none.c citrus_pivot_factory.c \ citrus_prop.c citrus_stdenc.c iconv.c -WARNS?= 6 CFLAGS+= --param max-inline-insns-single=128 -I ${.CURDIR}/../../include -I${.CURDIR}/../libc/include .include <bsd.lib.mk> Modified: head/sbin/geom/class/sched/Makefile ============================================================================== --- head/sbin/geom/class/sched/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/sbin/geom/class/sched/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -5,6 +5,4 @@ GEOM_CLASS= sched -WARNS?= 6 - .include <bsd.lib.mk> Modified: head/usr.bin/grep/Makefile ============================================================================== --- head/usr.bin/grep/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.bin/grep/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -28,8 +28,6 @@ MLINKS= grep.1 egrep.1 \ bsdgrep.1: grep.1 cp ${.ALLSRC} ${.TARGET} -WARNS?= 6 - LDADD= -lz -lbz2 DPADD= ${LIBZ} ${LIBBZ2} Modified: head/usr.bin/iconv/Makefile ============================================================================== --- head/usr.bin/iconv/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.bin/iconv/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -7,8 +7,6 @@ PROG= iconv #SRCS= iconv.c MAN= iconv.1 -WARNS?= 6 - LDADD+= -lcrypt DPADD+= ${LIBCRYPT} Modified: head/usr.bin/rctl/Makefile ============================================================================== --- head/usr.bin/rctl/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.bin/rctl/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -6,6 +6,4 @@ MAN= rctl.8 DPADD= ${LIBUTIL} LDADD= -lutil -WARNS?= 6 - .include <bsd.prog.mk> Modified: head/usr.sbin/bluetooth/ath3kfw/Makefile ============================================================================== --- head/usr.sbin/bluetooth/ath3kfw/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.sbin/bluetooth/ath3kfw/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -2,7 +2,6 @@ PROG= ath3kfw MAN= ath3kfw.8 -WARNS?= 6 DPADD+= ${LIBUSB} LDADD+= -lusb Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile ============================================================================== --- head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -6,8 +6,6 @@ MOD= wlan SRCS= wlan_snmp.c wlan_sys.c CFLAGS+= -DSNMPTREE_TYPES -WARNS= 6 - XSYM= begemotWlan BMIBS= BEGEMOT-WIRELESS-MIB.txt Modified: head/usr.sbin/rtsold/Makefile ============================================================================== --- head/usr.sbin/rtsold/Makefile Mon Jun 6 20:14:50 2011 (r222771) +++ head/usr.sbin/rtsold/Makefile Mon Jun 6 20:24:17 2011 (r222772) @@ -19,7 +19,6 @@ MAN= rtsold.8 MLINKS= rtsold.8 rtsol.8 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c -WARNS?= 6 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H DPADD= ${LIBKVM} LDADD= -lkvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106062024.p56KOHeK046627>