summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-03-05 01:43:45 +0000
committerderaadt <deraadt@openbsd.org>2003-03-05 01:43:45 +0000
commitd0ee16610aa7d7034a00bf18688e879b5dcbc938 (patch)
treea5ce6125361eefa02bcd165943c66bb8eb8420a7
parentDocument cd33.iso (diff)
downloadwireguard-openbsd-d0ee16610aa7d7034a00bf18688e879b5dcbc938.tar.xz
wireguard-openbsd-d0ee16610aa7d7034a00bf18688e879b5dcbc938.zip
document why no extra /bsd or /bsd.rd on the iso, only 3.3/macppc/bsd.rd...
-rw-r--r--distrib/macppc/ramdisk/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile
index f9f4ccdaab3..7d5532eed2d 100644
--- a/distrib/macppc/ramdisk/Makefile
+++ b/distrib/macppc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2003/03/04 20:24:49 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2003/03/05 01:43:45 deraadt Exp $
REV= ${OSrev}
@@ -47,8 +47,12 @@ cd: ${BSD_RD}
strip ${.OBJDIR}/cd-dir/${OSREV}/macppc/bsd.rd
gzip -9 ${.OBJDIR}/cd-dir/${OSREV}/macppc/bsd.rd
mv ${.OBJDIR}/cd-dir/${OSREV}/macppc/bsd.rd.gz ${.OBJDIR}/cd-dir/${OSREV}/macppc/bsd.rd
+ # On HFS, doing the following means COPIES of the files.. therefore
+ # 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/ofwboot ${.OBJDIR}/cd-dir/
- mkhybrid -r -part -hfs \
+ mkhybrid -v -v -r -part -hfs \
-A "OpenBSD ${OSREV} macppc bootonly CD" \
-P "Copyright (c) 2003 Theo de Raadt, The OpenBSD project" \
-p "Theo de Raadt <deraadt@openbsd.org>" \