aboutsummaryrefslogtreecommitdiff
path: root/Makefile.alpha
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-10 20:24:52 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-10 20:24:52 +0000
commit76a4b30ba2db1e7e36cc250db357e208a7533109 (patch)
tree173d64ffc5508d211ee5335b0a7ae9fef11fb759 /Makefile.alpha
parent28a9b05b87386ff921518f5e759f616cb2a3e772 (diff)
downloadsrc-76a4b30ba2db1e7e36cc250db357e208a7533109.tar.gz
src-76a4b30ba2db1e7e36cc250db357e208a7533109.zip
Don't try to build shared libraries or libc_r yet.
Add a message about adding the man user that NetBSD doesn't have.
Notes
Notes: svn path=/head/; revision=35918
Diffstat (limited to 'Makefile.alpha')
-rw-r--r--Makefile.alpha6
1 files 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......"