diff options
Diffstat (limited to 'etc/etc.pmax/Makefile.inc')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index e33ec3f6156..01fd33439ed 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,7 +1,7 @@ # # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.1 1997/01/19 22:29:15 graichen Exp $ +# $Id: Makefile.inc,v 1.2 1997/01/21 12:02:57 graichen Exp $ .ifdef DESTDIR @@ -9,7 +9,7 @@ snap_md: binutils bsd 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/pmax/conf && config GENERIC @@ -19,24 +19,3 @@ bsd: ${DESTDIR}/snapshot/bsd .endif # DESTDIR check -# -# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets -# -# $Id: Makefile.inc,v 1.1 1997/01/19 22:29:15 graichen Exp $ - -.ifdef DESTDIR -# XXX - bsd will come then we have a GENERIC kernel -snap_md: binutils - -binutils: - cd ${DESTDIR} && tar cf - usr/*openbsd* \ - | ${SNAP_GZIP_CMD} > snapshot/usr.binutils.tar${SNAP_GZIP_EXT} - -bsd: - cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \ - make clean && make depend && make - cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ - ${DESTDIR}/snapshot/bsd - -.endif # DESTDIR check |