Module Name: src Committed By: martin Date: Sun Jul 28 10:29:49 UTC 2019
Modified Files: src/distrib/sun3/miniroot: Makefile list Log Message: Use the non-WIDE_CHAR version of libcurses from libhack, and also build the included nvi w/o wide character support. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/distrib/sun3/miniroot/Makefile cvs rdiff -u -r1.29 -r1.30 src/distrib/sun3/miniroot/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sun3/miniroot/Makefile diff -u src/distrib/sun3/miniroot/Makefile:1.46 src/distrib/sun3/miniroot/Makefile:1.47 --- src/distrib/sun3/miniroot/Makefile:1.46 Tue Jan 24 18:04:05 2017 +++ src/distrib/sun3/miniroot/Makefile Sun Jul 28 10:29:49 2019 @@ -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 @@ KERNEL3X= ${KERNOBJDIR}/INSTALL3X/netbsd WARNS= 1 DBG= -Os +USE_WIDECHAR= no CRUNCHBIN= instbin CRUNCHGEN_FLAGS= -d "${DBG}" @@ -46,6 +47,8 @@ IMAGE_RELEASEDIR= installation/miniroot # 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 Index: src/distrib/sun3/miniroot/list diff -u src/distrib/sun3/miniroot/list:1.29 src/distrib/sun3/miniroot/list:1.30 --- src/distrib/sun3/miniroot/list:1.29 Sat Nov 30 08:27:18 2013 +++ src/distrib/sun3/miniroot/list Sun Jul 28 10:29:49 2019 @@ -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 @@ SPECIAL edlabel srcdir distrib/utils/ed 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