-.\" $OpenBSD: release.8,v 1.91 2017/12/23 16:20:21 sthen Exp $
+.\" $OpenBSD: release.8,v 1.92 2018/02/06 08:42:33 tb Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org>
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: December 23 2017 $
+.Dd $Mdocdate: February 6 2018 $
.Dt RELEASE 8
.Os
.Sh NAME
.Pa /usr/obj .
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 successful
.Nm
build, this is no longer needed.
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.157 2017/10/04 17:59:41 benno Exp $
+# $OpenBSD: newvers.sh,v 1.158 2018/02/06 08:42:33 tb Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
+umask 007
+
if [ ! -r version -o ! -s version ]
then
echo 0 > version