=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/README,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- xenocara/README 2017/08/19 09:12:13 1.40 +++ xenocara/README 2018/05/20 17:25:01 1.41 @@ -62,7 +62,7 @@ cd /usr/xenocara doas make bootstrap - make obj + doas make obj doas make build If you want to use another obj directory see below. @@ -102,11 +102,10 @@ Objdirs -Xenocara supports objdirs (and it's even the recommended way to build -things). Just run 'make obj' at any level before 'make build' to make -sure that the object directories are created. -XOBJDIR defines the obj directory that is used (defaults to /usr/xobj). -It should be created before running 'make obj'. +Xenocara requires objdirs. Just run 'make obj' as root at any level +before 'make build' to make sure that the object directories are +created. XOBJDIR defines the obj directory that is used (defaults to +/usr/xobj). It should be created before running 'make obj'. o Regenerating configure scripts ------------------------------ @@ -193,4 +192,4 @@ See also -- -$OpenBSD: README,v 1.40 2017/08/19 09:12:13 matthieu Exp $ +$OpenBSD: README,v 1.41 2018/05/20 17:25:01 matthieu Exp $