Browse Source

oops.. arc->wgrisc

OPENBSD_2_1
pefo 27 years ago
parent
commit
f6d23b8a62
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/etc/etc.wgrisc/Makefile.inc

+ 6
- 6
src/etc/etc.wgrisc/Makefile.inc View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.1 1997/04/09 09:04:46 pefo Exp $
# $OpenBSD: Makefile.inc,v 1.2 1997/04/09 09:10:06 pefo Exp $
#
# etc.arc/Makefile.inc -- arc-specific etc Makefile targets
# etc.wgrisc/Makefile.inc -- wgrisc-specific etc Makefile targets
.ifdef DESTDIR
@ -11,12 +11,12 @@ binutils:
| ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT}
bsd:
cd ${.CURDIR}/../sys/arch/arc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/arc/compile/GENERIC && \
cd ${.CURDIR}/../sys/arch/wgrisc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd \
cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd.ecoff \
cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd.ecoff \
${DESTDIR}/snapshot/bsd.ecoff
.endif

Loading…
Cancel
Save