diff options
author | 2003-05-13 18:46:50 +0000 | |
---|---|---|
committer | 2003-05-13 18:46:50 +0000 | |
commit | 2aa7f4163a7c3e4b321c9ef54c88fcace80b27db (patch) | |
tree | 85895ace2bcdbfc6d89539fadf689e1fb351a7e2 | |
parent | Fix the tree. Jason, you were such a rock star yesterday, but it obviously (diff) | |
download | wireguard-openbsd-2aa7f4163a7c3e4b321c9ef54c88fcace80b27db.tar.xz wireguard-openbsd-2aa7f4163a7c3e4b321c9ef54c88fcace80b27db.zip |
- 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@
-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}" |