From 76a4b30ba2db1e7e36cc250db357e208a7533109 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sun, 10 May 1998 20:24:52 +0000 Subject: [PATCH] Don't try to build shared libraries or libc_r yet. Add a message about adding the man user that NetBSD doesn't have. --- Makefile.alpha | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.alpha b/Makefile.alpha index fce2651f8e8d..128884e3c0ba 100644 --- a/Makefile.alpha +++ b/Makefile.alpha @@ -1,4 +1,4 @@ -# $Id: Makefile.alpha,v 1.10 1998/05/05 08:40:38 jb Exp $ +# $Id: Makefile.alpha,v 1.11 1998/05/09 21:28:01 jb Exp $ # # NOTE: # @@ -46,7 +46,7 @@ CLEANDIR= cleandir # While building tools for bootstrapping, we dont need to waste time on # profiled libraries or man pages. This speeds things up somewhat. # -MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE +MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE -DNOPIC -DNOLIBC_R .if defined(MAKEOBJDIRPREFIX) WORLDTMP= ${MAKEOBJDIRPREFIX}${.CURDIR}/tmp @@ -103,6 +103,8 @@ buildworld: @echo " system to include any missing groups in FreeBSD's" @echo " src/etc/group." @echo + @echo " You will need to manually add the man user." + @echo @echo " ABORT NOW IF UNSURE!" @sleep 10 @echo " OK, here we go......"