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.
