Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/bind/lib Pull up revision 1.9 (via patch, requ...



details:   https://anonhg.NetBSD.org/src/rev/d076c652252d
branches:  netbsd-1-4
changeset: 470561:d076c652252d
user:      he <he%NetBSD.org@localhost>
date:      Sat May 06 16:20:02 2000 +0000

description:
Pull up revision 1.9 (via patch, requested by he):
  Use a static version of port_ipv6.h instead of generating it.
  The use of the probe script had at least two problems: it probed
  the host headers (could be fixed in another way), and it could
  be problematical in a cross-compile environment.

diffstat:

 usr.sbin/bind/lib/Makefile |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (24 lines):

diff -r 681542f94700 -r d076c652252d usr.sbin/bind/lib/Makefile
--- a/usr.sbin/bind/lib/Makefile        Sat May 06 16:15:00 2000 +0000
+++ b/usr.sbin/bind/lib/Makefile        Sat May 06 16:20:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2000/03/01 14:02:26 he Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2000/05/06 16:20:02 he Exp $
 
 LIB=bind
 
@@ -55,14 +55,4 @@
 # only needed during build
 libinstall::
 
-port_ipv6.h:
-       env CC="${CC}" /bin/sh ${BIND_DIST_DIR}/bin/probe_ipv6
-
-CLEANFILES+=port_ipv6.h
-
-# mention explicit dependency, so port_ipv6.h will appear timely
-res_debug.c: port_ipv6.h
-
 .include <bsd.lib.mk>
-
-${OBJS}: port_ipv6.h



Home | Main Index | Thread Index | Old Index