I think it might be better to create missing directories (especially
/usr/obj) before creating the symlinks. This is one less opportunity for
someone to mess up if /usr/obj is missing for some reason...
Index: release.8
===================================================================
RCS file: /usr/cvs/src/share/man/man8/release.8,v
retrieving revision 1.61
diff -u -r1.61 release.8
@@ -188,13 +188,13 @@
sudo rm -rf .old &
.Ed
.Pp
-Re-build your obj directories:
-.Pp
-.Dl $ cd /usr/src && nice make obj
-.Pp
Create directories that might be missing:
.Pp
.Dl $ cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs
+.Pp
+Re-build your obj directories:
+.Pp
+.Dl $ cd /usr/src && nice make obj
.Pp
Begin the build:
.Pp