Module Name:    src
Committed By:   bouyer
Date:           Mon Jan  6 18:55:51 UTC 2014

Modified Files:
        src/distrib/sparc/ramdisk [netbsd-6]: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.8.1 src/distrib/sparc/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc/ramdisk/Makefile
diff -u src/distrib/sparc/ramdisk/Makefile:1.41 src/distrib/sparc/ramdisk/Makefile:1.41.8.1
--- src/distrib/sparc/ramdisk/Makefile:1.41	Tue Jun  9 11:06:09 2009
+++ src/distrib/sparc/ramdisk/Makefile	Mon Jan  6 18:55:51 2014
@@ -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 @@ IMAGEDEPENDS+=	${CRUNCHBIN} dot.profile
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack
-HACKOBJS=	gethost.o
 .include	"${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:	libhack.o
 

Reply via email to