Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand Move BINDIR, BINMODE to Makefile.inc.



details:   https://anonhg.NetBSD.org/src/rev/9a4063f255df
branches:  trunk
changeset: 471779:9a4063f255df
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Apr 11 04:24:41 1999 +0000

description:
Move BINDIR, BINMODE to Makefile.inc.
Remove -DSMALL.
Define an empty LIBZ if building first stage bootblocks since LIBZ
   defaults to /usr/lib/libz.a.

diffstat:

 sys/arch/pmax/stand/Makefile.booters |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 45a81e9b2fb3 -r 9a4063f255df sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Sun Apr 11 04:19:56 1999 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters      Sun Apr 11 04:24:41 1999 +0000
@@ -1,10 +1,7 @@
-#      $NetBSD: Makefile.booters,v 1.21 1999/04/01 06:05:04 simonb Exp $
+#      $NetBSD: Makefile.booters,v 1.22 1999/04/11 04:24:41 simonb Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
 
-BINDIR?=/usr/mdec
-BINMODE?=444
-
 .BEGIN: ${.OBJDIR}/machine ${.OBJDIR}/mips
 ${PROG} depend all: ${.OBJDIR}/machine ${.OBJDIR}/mips
 CLEANFILES+= machine mips
@@ -22,7 +19,7 @@
 
 C_MACHDEP=-mmemcpy -mno-abicalls -G 128        # even smaller code
 
-DEFS?= -DSMALL -D_STANDALONE -D_NO_PROM_DEFINES -DNO_ABICALLS \
+DEFS?= -D_STANDALONE -D_NO_PROM_DEFINES -DNO_ABICALLS \
        ${BOOTDEFADD}
 INCL?= -nostdinc -I${.OBJDIR} -I$S -I${PMAX_STAND_DIR}/lib -I$S/lib/libsa
 
@@ -53,7 +50,9 @@
 .include "${S}/lib/libkern/Makefile.inc"
 LIBKERN=       ${KERNLIB}
 
-.endif # ${PROG} != "bootxx"
+.else  # ${PROG} == "bootxx"
+LIBZ=
+.endif
 
 PMAX_STAND_DIR?= $S/arch/pmax/stand
 ### find out what to use for libpmax



Home | Main Index | Thread Index | Old Index