[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Successful make build of -current?



That looks about right :)

Gr,
Xander

---------------------------------------------------------
xander@soldaat.com  xander@12Secure.net  www.12Secure.net
          -- Who told you I was paranoid?!? --
# find / -name your\ base -exec chown us:us -R {} \;
---------------------------------------------------------  

> -----Original Message-----
> From: owner-misc@openbsd.org [mailto:owner-misc@openbsd.org] 
> On Behalf Of Jeff Ross
> Sent: Tuesday, March 26, 2002 00:01
> To: misc@openbsd.org
> Subject: Successful make build of -current?
> 
> 
> It looks as though I have finally succeeded in doing the make 
> build step
> of bringing everything up to -current.
> 
> Before the party gets too out of hand, though, would someone 
> please verify
> that the last step in a successful make build is
> 
> cd /usr/src/share/man && exec make makedb
> /usr/libexec/makewhatis /usr/share/man
> 
> This is where the system seemed to stop, although pressing 
> the <ENTER> key
> brought me an immediate prompt.  I am using a simple shell 
> wrapper script
> to gather stdout/stderror into a file, so it is possible that 
> this script
> didn't exit properly.
> 
> Thanks!
> 
> Jeff