From 1f5484a6b27ebc27e64ea08c3c66380d29f49148 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Tue, 21 Jan 1997 12:02:58 +0000 Subject: changing SNAP_GZIP_CMD to GZIP + GZIPEXT etc. --- etc/etc.alpha/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/etc.alpha/Makefile.inc') diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index 0de93a422db..a7cc5404550 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,7 +1,7 @@ # # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.1 1997/01/19 22:29:23 graichen Exp $ +# $Id: Makefile.inc,v 1.2 1997/01/21 12:02:52 graichen Exp $ .ifdef DESTDIR # XXX - bsd will come then we have a GENERIC kernel @@ -9,7 +9,7 @@ snap_md: binutils binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ - | ${SNAP_GZIP_CMD} > snapshot/usr.binutils.tar${SNAP_GZIP_EXT} + | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT} bsd: cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC -- cgit v1.2.3