Browse Source

copy /boot into the snapshot area too

OPENBSD_2_1
graichen 27 years ago
parent
commit
20afeb2620
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/etc/etc.alpha/Makefile.inc

+ 5
- 2
src/etc/etc.alpha/Makefile.inc View File

@ -1,11 +1,11 @@
#
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.4 1997/05/10 03:44:13 millert Exp $
# $Id: Makefile.inc,v 1.5 1997/05/14 09:55:32 graichen Exp $
.ifdef DESTDIR
snap_md: binutils bsd floppy
snap_md: binutils bsd boot floppy
binutils:
cd ${DESTDIR} && tar cf - usr/*openbsd* \
@ -18,6 +18,9 @@ bsd:
cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
boot:
cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot/boot
floppy:
cd ${.CURDIR}/../distrib/alpha/ramdisk && \
make cleandir && make && make install


Loading…
Cancel
Save