From: tb Date: Tue, 18 Apr 2017 13:21:36 +0000 (+0000) Subject: Cleaning out /usr/obj is necessary the first time due to permission issues. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=32a30f3f69cd3b27d0bf28ad3520d7117cbe602e;p=openbsd Cleaning out /usr/obj is necessary the first time due to permission issues. Make this more clearly visible and also state explicitly that this is no longer necessary after completing a full release build. ok deraadt --- diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 990512897e7..a0e64a0c576 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.86 2017/01/24 14:08:53 tb Exp $ +.\" $OpenBSD: release.8,v 1.87 2017/04/18 13:21:36 tb Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: January 24 2017 $ +.Dd $Mdocdate: April 18 2017 $ .Dt RELEASE 8 .Os .Sh NAME @@ -128,7 +128,16 @@ Reboot. .Ss 3. Build a new base system The build process will place the object files in a tree under .Pa /usr/obj . -This directory should be empty and owned by build:wobj with mode 770. +This directory must be owned by build:wobj with mode 770. +.Pp +The first time, the +.Pa /usr/obj +directory +.Em must be +cleaned out completely before proceeding to avoid permission issues. +After a succesful +.Nm +build, this is no longer needed. .Pp Create the tree of obj directories and begin the build: .Bd -literal -offset indent