diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-21 12:02:58 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-21 12:02:58 +0000 |
commit | 1f5484a6b27ebc27e64ea08c3c66380d29f49148 (patch) | |
tree | 9467a23e664f1cb16e34b9a11203dd297bc7d529 /etc/etc.alpha/Makefile.inc | |
parent | 53772e3b0a26852021de73cb25260ac04ebaf89e (diff) |
changing SNAP_GZIP_CMD to GZIP + GZIPEXT etc.
Diffstat (limited to 'etc/etc.alpha/Makefile.inc')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |