Don't try to build shared libraries or libc_r yet.
Add a message about adding the man user that NetBSD doesn't have.
This commit is contained in:
parent
28a9b05b87
commit
76a4b30ba2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35918
@ -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......"
|
||||
|
Loading…
Reference in New Issue
Block a user