Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/macppc/floppies/ramdisk Apply patch (requested ...



details:   https://anonhg.NetBSD.org/src/rev/72e24f17bf02
branches:  netbsd-1-4
changeset: 470397:72e24f17bf02
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:39:09 2000 +0000

description:
Apply patch (requested by he and tsubai):
  Add NOLIBHACKOPENDIR=1 so that libhack's opendir() does not get
  built (causes linker conflict).

diffstat:

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

diffs (17 lines):

diff -r 73d6a57f1ecd -r 72e24f17bf02 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Tue Feb 22 22:34:38 2000 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Tue Feb 22 22:39:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 2000/02/22 22:39:09 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -50,6 +50,7 @@
 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c libhack.o
        make -f ${CBIN}.mk all
 
+NOLIBHACKOPENDIR=1
 HACKSRC=${TOP}/../../utils/libhack
 .include "${HACKSRC}/Makefile.inc"
 



Home | Main Index | Thread Index | Old Index