DragonFly submit List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
more WARN6 goodness
Easy patch--these utilities are already happy with WARNS6
turned on. Only the Makefiles must be changed.
--
Larry Lansing
Index: dumpfs/Makefile
===================================================================
RCS file: /home/dcvs/src/sbin/dumpfs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- dumpfs/Makefile 17 Jun 2003 04:27:32 -0000 1.2
+++ dumpfs/Makefile 15 Jan 2005 09:14:10 -0000
@@ -3,6 +3,7 @@
# $DragonFly: src/sbin/dumpfs/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
PROG= dumpfs
+WARNS?= 6
MAN= dumpfs.8
.include <bsd.prog.mk>
Index: dumpon/Makefile
===================================================================
RCS file: /home/dcvs/src/sbin/dumpon/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- dumpon/Makefile 17 Jun 2003 04:27:32 -0000 1.2
+++ dumpon/Makefile 15 Jan 2005 09:16:50 -0000
@@ -2,6 +2,7 @@
# $DragonFly: src/sbin/dumpon/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
PROG= dumpon
+WARNS?= 6
MAN= dumpon.8
.include <bsd.prog.mk>
Index: ffsinfo/Makefile
===================================================================
RCS file: /home/dcvs/src/sbin/ffsinfo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ffsinfo/Makefile 31 Jan 2004 06:56:40 -0000 1.3
+++ ffsinfo/Makefile 16 Jan 2005 02:38:26 -0000
@@ -8,6 +8,7 @@
#CFLAGS+=${BDECFLAGS}
PROG= ffsinfo
+WARNS?= 6
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]