Browse Source

No need to build bsd separately, it will be built by the miniroot

build process unconditionally anyhow.
OPENBSD_2_1
niklas 28 years ago
parent
commit
aac0b968ca
1 changed files with 7 additions and 10 deletions
  1. +7
    -10
      src/etc/etc.amiga/Makefile.inc

+ 7
- 10
src/etc/etc.amiga/Makefile.inc View File

@ -1,23 +1,20 @@
# #
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets # etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
# #
# $OpenBSD: Makefile.inc,v 1.8 1997/05/18 15:28:13 niklas Exp $ # $OpenBSD: Makefile.inc,v 1.9 1997/05/19 21:01:52 niklas Exp $
# $NetBSD: Makefile.inc,v 1.7 1995/11/28 05:40:21 jtc Exp $ # $NetBSD: Makefile.inc,v 1.7 1995/11/28 05:40:21 jtc Exp $
.ifdef DESTDIR .ifdef DESTDIR
snap_md: bsd-install miniroot-install ramdisk-install snap_md: miniroot ramdisk
bsd-install: miniroot:
cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC # The GENERIC kernel is built as a side-effect of the miniroot
cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \ cp ${.CURDIR}/../sys/arch/amiga/compile/GENREIC/bsd \
${MAKE} clean && ${MAKE} depend && ${MAKE} && \ ${DESTDIR}/snapshot/bsd
cp bsd ${DESTDIR}/snapshot/bsd
miniroot-install:
cd ${.CURDIR}/../distrib/miniroot && \ cd ${.CURDIR}/../distrib/miniroot && \
${MAKE} cleandir && ${MAKE} && ${MAKE} install ${MAKE} cleandir && ${MAKE} && ${MAKE} install
ramdisk-install: ramdisk:
cd ${.CURDIR}/../distrib/ramdisk && \ cd ${.CURDIR}/../distrib/ramdisk && \
${MAKE} cleandir && ${MAKE} && ${MAKE} install ${MAKE} cleandir && ${MAKE} && ${MAKE} install


|||||||
|||||||
xxxxxxxxxx
 
000:0
x
 
000:0
Loading…
Cancel
Save