diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-13 18:46:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-13 18:46:51 +0000 |
commit | e716f1937eefd9b8b828878432c8e7d4dc2e0057 (patch) | |
tree | f8166b6d5ae41c4af00c43046b870ea3ece2fb66 /share/man | |
parent | 89e5287dc514551776eff7b81e819fff7f5b5355 (diff) |
- it's no longer necessary for sparc64 users to build/install mksuncd as a
separate step, since it's built with crunch (from Pedro Bastos)
- whitespace at EOL
ok deraadt@ marc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/release.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 323108e922a..8c1febde30c 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.30 2003/04/17 18:36:49 millert Exp $ +.\" $OpenBSD: release.8,v 1.31 2003/05/13 18:46:50 jmc Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -218,7 +218,7 @@ The following process will create the directory if necessary. .It " " .Sy Warning : .Va DESTDIR -and +and .Va RELEASEDIR must not refer to any directory with .Pa /mnt @@ -238,8 +238,6 @@ The release process is: You must be root to create a release. .It Li "# cd /usr/src/distrib/crunch && make obj depend all install" Create the special tools needed to build the release. -.It Li "# cd /usr/src/distrib/sparc64/mksuncd && make obj depend all install" -On the sparc64 platform only, this tool is needed to create the bootable ISO. .It Li "# setenv DESTDIR your-destdir; setenv RELEASEDIR your-releasedir" .It Li "# test -d ${DESTDIR} && mv ${DESTDIR} ${DESTDIR}- && rm -rf ${DESTDIR}- &" .It Li "# mkdir -p ${DESTDIR} ${RELEASEDIR}" |