On Sat, Oct 29, 2016 at 08:39:47AM BST, Theo Buehler wrote: > On Fri, Oct 28, 2016 at 10:10:11PM -0700, patrick keshishian wrote: > > Instructions say: > > > > $ cd /sys > > $ rm -r arch/*/compile/[GR]* > > $ rm arch/*/compile/.cvsignore > > $ cvs up > > > > The new way of configuring, building and installing a kernel is: > > > > $ cd /sys/arch/$(machine)/compile/GENERIC.MP > > $ doas make obj > > $ make config > > $ make > > $ doas make install > > > > However, the GENERIC.MP directory was just removed (above) and cvs up > > didn't create it. > > > > Is the step to create the GENERIC.MP missing? > > I suppose everybody has 'update -Pd' in their ~/.cvsrc or automatically > knew to give the -d flag to create directories... 'cvs up' should > probably be expanded to the full 'cvs -q up -Pd' on that page. I'll fix > it later when I'm on a good machine if nobody beats me to it.
Hi Theo, Everybody would have had, had it been included in /etc/skel/.cvsrc :^) Worth adding? Cheers, Raf Index: etc/skel/dot.cvsrc =================================================================== RCS file: /cvs/src/etc/skel/dot.cvsrc,v retrieving revision 1.2 diff -u -p -r1.2 dot.cvsrc --- etc/skel/dot.cvsrc 31 Mar 2015 18:34:40 -0000 1.2 +++ etc/skel/dot.cvsrc 29 Oct 2016 17:44:30 -0000 @@ -1,6 +1,6 @@ # $OpenBSD: dot.cvsrc,v 1.2 2015/03/31 18:34:40 naddy Exp $ # diff -uNp -update -P +update -Pd checkout -P rdiff -u
