Source-Changes-HG archive

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

[src/netbsd-6]: src/distrib/sparc/ramdisk Apply patch (requested by bad in ti...



details:   https://anonhg.NetBSD.org/src/rev/dbbb23cacccb
branches:  netbsd-6
changeset: 776534:dbbb23cacccb
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jan 06 18:55:51 2014 +0000

description:
Apply patch (requested by bad in ticket #975):

Avoid libhack/gethost.c in the ramdisk as nothing needs the functions.

diffstat:

 distrib/sparc/ramdisk/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 79dd9c255647 -r dbbb23cacccb distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Mon Dec 23 22:59:52 2013 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Mon Jan 06 18:55:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2009/06/09 11:06:09 he Exp $
+#      $NetBSD: Makefile,v 1.41.8.1 2014/01/06 18:55:51 bouyer Exp $
 #
 # ramdisk.fs is the microroot filesystem intended for use with
 # the INSTALL kernel. It provides just enough tools to extract the
@@ -24,7 +24,6 @@
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack
-HACKOBJS=      gethost.o
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 



Home | Main Index | Thread Index | Old Index