git: Remove WARNS?=6 from two Makefiles where it is not needed.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 7 00:05:17 PST 2010
commit 2be5978f2d01fb4dac63f1dba36177e016e784ef
Author: Sascha Wildner <saw at online.de>
Date: Sun Mar 7 09:04:09 2010 +0100
Remove WARNS?=6 from two Makefiles where it is not needed.
WARNS is 6 by default in bin/, games/, sbin/, usr.bin/ and usr.sbin/
(per Makefile.inc) and only needs to be specified explicitly there
for utilities which need WARNS < 6.
Summary of changes:
bin/cpdup/Makefile | 2 --
usr.sbin/mptable/Makefile | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2be5978f2d01fb4dac63f1dba36177e016e784ef
--
DragonFly BSD source repository
More information about the Commits
mailing list