Source-Changes-HG archive

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

[src/trunk]: src/distrib fix problems building a distribution on i386



details:   https://anonhg.NetBSD.org/src/rev/20872f2287d6
branches:  trunk
changeset: 497069:20872f2287d6
user:      darrenr <darrenr%NetBSD.org@localhost>
date:      Mon Sep 18 11:56:09 2000 +0000

description:
fix problems building a distribution on i386
re. PR's 11023, 10991, 10978 (others ?)

diffstat:

 distrib/i386/floppies/ramdisk/ramdiskbin.conf |  4 ++--
 distrib/utils/x_dhclient/Src-omapip           |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r aa622b04c317 -r 20872f2287d6 distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Mon Sep 18 11:48:29 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Mon Sep 18 11:56:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.25 2000/06/18 23:57:32 cyber Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.26 2000/09/18 11:56:09 darrenr Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -28,7 +28,7 @@
 special ping srcdir distrib/utils/x_ping
 special ping6 srcdir distrib/utils/x_ping6
 special dhclient srcdir distrib/utils/x_dhclient
-special dhclient objs OMalloc.o clparse.o dns.o hash.o options.o socket.o OMdispatch.o conflex.o dst_api.o hmac_link.o packet.o support.o OMsupport.o connection.o errwarn.o inet.o parse.o tables.o 
alloc.o convert.o ethernet.o listener.o prandom.o tree.o base64.o dhclient.o execute.o memory.o print.o bpf.o discover.o generic.o message.o protocol.o buffer.o dispatch.o handle.o comapi.o result.o 
fddi.o
+special dhclient objs OMalloc.o clparse.o dns.o hash.o options.o socket.o OMdispatch.o conflex.o dst_api.o hmac_link.o packet.o support.o OMsupport.o connection.o errwarn.o inet.o parse.o tables.o 
alloc.o convert.o ethernet.o listener.o prandom.o tree.o base64.o dhclient.o execute.o memory.o print.o bpf.o discover.o generic.o message.o protocol.o buffer.o dispatch.o handle.o comapi.o result.o 
fddi.o auth.o
 
 # "special" gzip is actually larger assuming nothing else uses -lz..
 #special gzip srcdir distrib/utils/x_gzip
diff -r aa622b04c317 -r 20872f2287d6 distrib/utils/x_dhclient/Src-omapip
--- a/distrib/utils/x_dhclient/Src-omapip       Mon Sep 18 11:48:29 2000 +0000
+++ b/distrib/utils/x_dhclient/Src-omapip       Mon Sep 18 11:56:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Src-omapip,v 1.1 2000/05/12 20:53:22 thorpej Exp $
+#      $NetBSD: Src-omapip,v 1.2 2000/09/18 11:56:10 darrenr Exp $
 
-OMSRCS=        protocol.c buffer.c OMalloc.c result.c connection.c errwarn.c \
+OMSRCS=        auth.c protocol.c buffer.c OMalloc.c result.c connection.c errwarn.c \
        listener.c OMdispatch.c generic.c OMsupport.c handle.c message.c



Home | Main Index | Thread Index | Old Index