On 1/8/06, Jamie Gavahan <[EMAIL PROTECTED]> wrote: > On 1/8/06, Jason Crawford <[EMAIL PROTECTED]> wrote: > > On 1/8/06, Andris Delfino <[EMAIL PROTECTED]> wrote: > > > Hi, because of the recent release of patches for 3.8, I'm moving to > > > -stable. I could build and boot the new kernel following the > > > instructions at http://www.openbsd.org/stable.html, but I have a > > > problem with the second step to build de binaries, which is: > > > > > > rm -r /usr/obj/* > > > > > > The error I get is: > > > > > > rm: /usr/obj/*: No such file or directory > > > > > > I don't know what should I do now, procede with the next step (make > > > obj && make build) or do something first. > > > > Looks like /usr/obj/ is empty, so yes you can proceed with the regular > > build by doing: > > make obj && make build > > The /usr/obj directory may not exist. Do a mkdir -p /usr/obj before doing > make obj && make build. >
Well by default /usr/obj does exist, and Andris didn't state that he changed any of the default stuff, so I'm just going to assume it's the same. No point in jumping through hoops for someone who doesn't give all pertinent information. Jason

