summaryrefslogtreecommitdiffstats
path: root/Makefile.alpha
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-10 20:24:52 +0000
committerjb <jb@FreeBSD.org>1998-05-10 20:24:52 +0000
commit4a8adfc112a1d18d2e88525c70a64fbbdb5d30db (patch)
treed2ede93db078dcdf3be1d7a32f1cbb7a4739594c /Makefile.alpha
parent0a7127e1cb6b6529c6403e04d4fcba1b120bc450 (diff)
downloadFreeBSD-src-4a8adfc112a1d18d2e88525c70a64fbbdb5d30db.zip
FreeBSD-src-4a8adfc112a1d18d2e88525c70a64fbbdb5d30db.tar.gz
Don't try to build shared libraries or libc_r yet.
Add a message about adding the man user that NetBSD doesn't have.
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 fce2651..128884e 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......"
OpenPOWER on IntegriCloud