replace ${MACHINE} with mvme68k, so that these Makefiles can safely
be run when MACHINE != mvme68k.
This commit is contained in:
parent
49fd1860fe
commit
87dc093422
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
|
||||
# $NetBSD: Makefile,v 1.2 1996/10/18 06:06:47 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1998/06/12 23:11:45 cgd Exp $
|
||||
|
||||
RELOC=0x3F0000
|
||||
|
||||
@ -10,9 +10,9 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
|
||||
CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS}
|
||||
CLEANFILES+=bootsd
|
||||
|
||||
.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libsa/Makefile.inc"
|
||||
|
||||
SRCS= boot.c conf.c version.c
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
|
||||
# $NetBSD: Makefile,v 1.4 1996/10/18 06:07:11 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1998/06/12 23:11:45 cgd Exp $
|
||||
|
||||
RELOC=0x3F0000
|
||||
|
||||
@ -10,10 +10,10 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
|
||||
CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS}
|
||||
CLEANFILES+=stboot bootst bootst.bug
|
||||
|
||||
.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/wrtvid/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libsa/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/wrtvid/Makefile.inc"
|
||||
|
||||
SRCS= boot.c conf.c dev_tape.c rawfs.c version.c
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
|
||||
# $NetBSD: Makefile,v 1.2 1996/10/18 06:07:40 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
RELOC=0x3F0000
|
||||
|
||||
@ -10,9 +10,9 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
|
||||
CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS}
|
||||
CLEANFILES+=bootxx
|
||||
|
||||
.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libsa/Makefile.inc"
|
||||
|
||||
SRCS= bootxx.c conf.c version.c
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 1997/05/07 07:15:45 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
BUG_CRT_DIR=${S}/arch/${MACHINE}/stand/bugcrt
|
||||
BUG_CRT_DIR=${S}/arch/mvme68k/stand/bugcrt
|
||||
|
||||
BUGCRT_DIR!=cd ${BUG_CRT_DIR}; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 1997/05/07 07:15:46 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug
|
||||
LIB_BUG_DIR=${S}/arch/mvme68k/stand/libbug
|
||||
|
||||
LIBBUG_DIR!=cd ${LIB_BUG_DIR}; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 1997/05/07 07:15:47 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa
|
||||
LIB_SA_DIR=${S}/arch/mvme68k/stand/libsa
|
||||
|
||||
LIBSA_DIR!=cd ${LIB_SA_DIR}; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 1996/10/18 06:05:55 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
RELOC=0x3F0000
|
||||
|
||||
@ -9,9 +9,9 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
|
||||
CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS}
|
||||
CLEANFILES+=netboot netboot.bin
|
||||
|
||||
.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libbug/Makefile.inc"
|
||||
.include "${S}/arch/mvme68k/stand/libsa/Makefile.inc"
|
||||
|
||||
SRCS= boot.c conf.c version.c devopen.c dev_net.c
|
||||
SRCS+= if_ie.c if_le.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 1997/05/07 07:15:48 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1998/06/12 23:11:46 cgd Exp $
|
||||
|
||||
WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid
|
||||
WRTVID_BASE_DIR=${S}/arch/mvme68k/stand/wrtvid
|
||||
|
||||
WRTVID_DIR!=cd ${WRTVID_BASE_DIR}; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
|
Loading…
Reference in New Issue
Block a user