summaryrefslogtreecommitdiffstats
path: root/distrib/macppc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-05-03 20:03:57 +0000
committerderaadt <deraadt@openbsd.org>2019-05-03 20:03:57 +0000
commit0e6c59ceb58e026875afdf7d00349440bdaa4789 (patch)
tree575e8e3a7a839922ddf4fa83b29e8631e1dd572f /distrib/macppc
parentInsert after the right element on queue. (diff)
downloadwireguard-openbsd-0e6c59ceb58e026875afdf7d00349440bdaa4789.tar.xz
wireguard-openbsd-0e6c59ceb58e026875afdf7d00349440bdaa4789.zip
Further removal of differences (using install instead of cp, sorting
chunks in a specified order, using a few variables, performing bsd.rd to bsd.gz conversion as similar as possible)
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/ramdisk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile
index b0235c41593..ce7c03e6ded 100644
--- a/distrib/macppc/ramdisk/Makefile
+++ b/distrib/macppc/ramdisk/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.45 2019/05/02 02:59:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.46 2019/05/03 20:03:58 deraadt Exp $
CDROM= cd${OSrev}.iso
MTREE= ${UTILS}/mtree.conf
+RAMDISK= RAMDISK
LISTS= ${.CURDIR}/list
UTILS= ${.CURDIR}/../../miniroot
@@ -16,8 +17,7 @@ ${CDROM}: bsd.gz
# we skip doing so.
# ln ${.OBJDIR}/cd-dir/${OSREV}/macppc/bsd.rd ${.OBJDIR}/cd-dir/bsd.rd
# ln ${.OBJDIR}/cd-dir/bsd.rd ${.OBJDIR}/cd-dir/bsd
- cp ${DESTDIR}/usr/mdec/tbxidata/bsd.tbxi \
- ${.OBJDIR}/cd-dir/${OSREV}/macppc
+ cp ${DESTDIR}/usr/mdec/bsd.tbxi ${.OBJDIR}/cd-dir/${OSREV}/macppc
cp ${DESTDIR}/usr/mdec/ofwboot ${.OBJDIR}/cd-dir/
mkhybrid -r -part -hfs \
-hfs-bless ${.OBJDIR}/cd-dir/${OSREV}/macppc \
@@ -32,7 +32,7 @@ MRDISKTYPE= rdroot
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
bsd.gz: bsd.rd
- gzip -9nv < bsd.rd > bsd.gz
+ gzip -9cn bsd.rd > bsd.gz
bsd.rd: mr.fs bsd
cp bsd bsd.rd
@@ -40,9 +40,9 @@ bsd.rd: mr.fs bsd
strip -R .SUNW_ctf bsd.rd
bsd:
- cd ${.CURDIR}/../../../sys/arch/macppc/compile/RAMDISK && \
+ cd ${.CURDIR}/../../../sys/arch/${MACHINE}/compile/${RAMDISK} && \
su ${BUILDUSER} -c '${MAKE} config && ${MAKE} clean && exec ${MAKE}'
- cp -p ${.CURDIR}/../../../sys/arch/macppc/compile/RAMDISK/obj/bsd bsd
+ cp -p ${.CURDIR}/../../../sys/arch/${MACHINE}/compile/${RAMDISK}/obj/bsd bsd
mr.fs: instbin
rm -rf $@.d