Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sun3/miniroot Use the non-WIDE_CHAR version of libcu...
details: https://anonhg.NetBSD.org/src/rev/a83ecb6e6f7e
branches: trunk
changeset: 462217:a83ecb6e6f7e
user: martin <martin%NetBSD.org@localhost>
date: Sun Jul 28 10:29:49 2019 +0000
description:
Use the non-WIDE_CHAR version of libcurses from libhack, and also build
the included nvi w/o wide character support.
diffstat:
distrib/sun3/miniroot/Makefile | 5 ++++-
distrib/sun3/miniroot/list | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (42 lines):
diff -r c69b297f555c -r a83ecb6e6f7e distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile Sun Jul 28 10:28:49 2019 +0000
+++ b/distrib/sun3/miniroot/Makefile Sun Jul 28 10:29:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/01/24 18:04:05 christos Exp $
+# $NetBSD: Makefile,v 1.47 2019/07/28 10:29:49 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -14,6 +14,7 @@
WARNS= 1
DBG= -Os
+USE_WIDECHAR= no
CRUNCHBIN= instbin
CRUNCHGEN_FLAGS= -d "${DBG}"
@@ -46,6 +47,8 @@
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
+HACK_CURSES=yes
+.MAKEFLAGS+= USE_WIDECHAR=no
.include "${HACKSRC}/Makefile.inc"
${CRUNCHBIN}: libhack.o
diff -r c69b297f555c -r a83ecb6e6f7e distrib/sun3/miniroot/list
--- a/distrib/sun3/miniroot/list Sun Jul 28 10:28:49 2019 +0000
+++ b/distrib/sun3/miniroot/list Sun Jul 28 10:29:49 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: list,v 1.29 2013/11/30 08:27:18 nakayama Exp $
+# $NetBSD: list,v 1.30 2019/07/28 10:29:49 martin Exp $
#
COPY ${KERNEL3} netbsd.sun3
@@ -150,4 +150,4 @@
ARGVLN sh -sh
LIBS libhack.o
-LIBS -lrmt -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lkvm -lz -lprop
+LIBS -lrmt -ledit -lutil -lterminfo -lcrypt -ll -lm -lkvm -lz -lprop
Home |
Main Index |
Thread Index |
Old Index