Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ipf Set -Wno-error on a per-source basis instead of...
details: https://anonhg.NetBSD.org/src/rev/1a9b3bf1ec52
branches: trunk
changeset: 572384:1a9b3bf1ec52
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jan 01 13:56:21 2005 +0000
description:
Set -Wno-error on a per-source basis instead of the NOGCCERROR sledgehammer.
diffstat:
usr.sbin/ipf/ipfstat/Makefile | 4 +---
usr.sbin/ipf/ipftest/Makefile | 6 +++---
usr.sbin/ipf/ipsend/Makefile | 4 +---
usr.sbin/ipf/libipf/Makefile | 5 +----
4 files changed, 6 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r cf11bd268b4b -r 1a9b3bf1ec52 usr.sbin/ipf/ipfstat/Makefile
--- a/usr.sbin/ipf/ipfstat/Makefile Sat Jan 01 10:39:30 2005 +0000
+++ b/usr.sbin/ipf/ipfstat/Makefile Sat Jan 01 13:56:21 2005 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/03 22:16:27 he Exp $
-
-NOGCCERROR= # defined
+# $NetBSD: Makefile,v 1.19 2005/01/01 13:56:21 lukem Exp $
PROG= ipfstat
SRCS= ipfstat.c
diff -r cf11bd268b4b -r 1a9b3bf1ec52 usr.sbin/ipf/ipftest/Makefile
--- a/usr.sbin/ipf/ipftest/Makefile Sat Jan 01 10:39:30 2005 +0000
+++ b/usr.sbin/ipf/ipftest/Makefile Sat Jan 01 13:56:21 2005 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/10/01 15:26:35 christos Exp $
-
-NOGCCERROR= # defined
+# $NetBSD: Makefile,v 1.30 2005/01/01 13:56:21 lukem Exp $
.include <bsd.own.mk>
@@ -16,6 +14,8 @@
-DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM -D_RADIX_H_ \
-I.
+CPPFLAGS.radix.c= -Wno-error
+
.PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
DPSRCS+= ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
diff -r cf11bd268b4b -r 1a9b3bf1ec52 usr.sbin/ipf/ipsend/Makefile
--- a/usr.sbin/ipf/ipsend/Makefile Sat Jan 01 10:39:30 2005 +0000
+++ b/usr.sbin/ipf/ipsend/Makefile Sat Jan 01 13:56:21 2005 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/03/31 00:34:32 lukem Exp $
-
-NOGCCERROR= # defined
+# $NetBSD: Makefile,v 1.24 2005/01/01 13:56:21 lukem Exp $
.include <bsd.own.mk>
diff -r cf11bd268b4b -r 1a9b3bf1ec52 usr.sbin/ipf/libipf/Makefile
--- a/usr.sbin/ipf/libipf/Makefile Sat Jan 01 10:39:30 2005 +0000
+++ b/usr.sbin/ipf/libipf/Makefile Sat Jan 01 13:56:21 2005 +0000
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/01 13:56:21 lukem Exp $
MKPRIVATELIB= yes
-USE_SHLIBDIR= yes
-
-NOGCCERROR= # defined
LIB= ipf
Home |
Main Index |
Thread Index |
Old Index