summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-21 23:18:07 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-21 23:18:07 +0000
commit962ad9c8af8f1bd22805c5a97712ef566b92f12a (patch)
treeb02a3d767cd78f6887090d5c72ea5398e0e3dab4
parenta335f218438db4a1e584fc5fa49c2379d384097d (diff)
Build bsd and binutils for powerpc ala alpha and pmax.
-rw-r--r--etc/etc.powerpc/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/etc.powerpc/Makefile.inc b/etc/etc.powerpc/Makefile.inc
new file mode 100644
index 00000000000..5a2dd957beb
--- /dev/null
+++ b/etc/etc.powerpc/Makefile.inc
@@ -0,0 +1,20 @@
+#
+# etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets
+#
+# $Id: Makefile.inc,v 1.1 1997/01/21 23:18:06 rahnds Exp $
+
+.ifdef DESTDIR
+snap_md: binutils
+
+binutils:
+ cd ${DESTDIR} && tar cf - usr/*openbsd* \
+ | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT}
+
+bsd:
+ cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERIC
+ cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC && \
+ make clean && make depend && make
+ cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC/bsd \
+ ${DESTDIR}/snapshot/bsd
+
+.endif # DESTDIR check