From 44f83f3e77b70fbce9f014e39cf5c97bae700213 Mon Sep 17 00:00:00 2001 From: gene Date: Mon, 6 Oct 1997 20:10:53 +0000 Subject: Build generic and genericsbc kernels into snapshot and distribute them tar'ed and gzip'ed rather then as unmodified images. --- etc/etc.mac68k/Makefile.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc index 367b4091eda..44badf5eee9 100644 --- a/etc/etc.mac68k/Makefile.inc +++ b/etc/etc.mac68k/Makefile.inc @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/09/21 11:50:28 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/10/06 20:10:52 gene Exp $ # etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd-generic bsd-genericsbc - cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ - ${DESTDIR}/snapshot/bsd-generic - cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC/bsd \ - ${DESTDIR}/snapshot/bsd-genericsbc + tar cf - ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ + | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-generic.tar${GZIPEXT} + tar cf - ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC/bsd \ + | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-genericsbc.tar${GZIPEXT} bsd-generic: cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ -- cgit v1.2.3