Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/usr.sbin/ipf/iptest Pull up revision 1.16 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/0b17c9aee85d
branches:  netbsd-2-0
changeset: 560131:0b17c9aee85d
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Mar 29 10:44:57 2004 +0000

description:
Pull up revision 1.16 (requested by martti in ticket #7):
de-lint makefiles:
* fix -j N parallel build issues
* support MAKEVERBOSE
* move NOxxx= to before <bsd.own.mk>
* remove unnecessary -ll (except for ipsend)
* remove unnecessary CPPFLAGS
* only build libipf.a (we don't need libipf_p.a or libipf_pic.a)
* fix dependencies upon libipf.a
(more could be done, but that requires fixing dist/ipf/*)

diffstat:

 usr.sbin/ipf/iptest/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 70d8ffa54f7b -r 0b17c9aee85d usr.sbin/ipf/iptest/Makefile
--- a/usr.sbin/ipf/iptest/Makefile      Mon Mar 29 10:37:23 2004 +0000
+++ b/usr.sbin/ipf/iptest/Makefile      Mon Mar 29 10:44:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2004/03/28 09:01:28 martti Exp $
+#      $NetBSD: Makefile,v 1.15.2.1 2004/03/29 10:44:57 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -6,8 +6,6 @@
 SRCS=          iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
 MAN=           iptest.1
 
-CPPFLAGS+=     -I${NETBSDSRCDIR}/dist/ipf
-
 .PATH:         ${NETBSDSRCDIR}/dist/ipf/ipsend
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index