diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 01:43:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 01:43:46 +0000 |
commit | 8ffb7c6194994041f5ad23724d382ea4ff3a21fb (patch) | |
tree | 1fd57a23ee14ffedad595fb1378c5cf696e4dd3d /distrib | |
parent | 333cf274878f8cb0a2567c1451899353f93b1d71 (diff) |
document why no extra /bsd or /bsd.rd on the iso, only 3.3/macppc/bsd.rd...
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/macppc/ramdisk/Makefile | 8 |
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>" \ |