Re: Problems building userland

2015-10-25 Thread Patrick
Josh Grosse jggimi.homeip.net> writes: > > On Sat, Sep 19, 2015 at 10:35:07AM -0500, Amit Kulkarni wrote: > > Hello, > > > > How are you guys able to build userland? I double-checked that the > > > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/p

Re: Problems building userland

2015-09-19 Thread Nigel
On 09/19/15 16:35, Amit Kulkarni wrote: > Hello, > > How are you guys able to build userland? I double-checked that the > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain > > is still referring to ${SUDO} > > here is the result. > > # mak

Re: Problems building userland

2015-09-19 Thread Amit Kulkarni
On Sat, Sep 19, 2015 at 11:01 AM, Philip Guenther wrote: > On Sat, Sep 19, 2015 at 8:35 AM, Amit Kulkarni wrote: > > How are you guys able to build userland? I double-checked that the > > > > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain > >

Re: Problems building userland

2015-09-19 Thread Philip Guenther
On Sat, Sep 19, 2015 at 8:35 AM, Amit Kulkarni wrote: > How are you guys able to build userland? I double-checked that the > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain > > is still referring to ${SUDO} > > here is the result. > > # make

Re: Problems building userland

2015-09-19 Thread Amit Kulkarni
On Sat, Sep 19, 2015 at 10:39 AM, Josh Grosse wrote: > On Sat, Sep 19, 2015 at 10:35:07AM -0500, Amit Kulkarni wrote: > > Hello, > > > > How are you guys able to build userland? I double-checked that the > > > > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-

Re: Problems building userland

2015-09-19 Thread Josh Grosse
On Sat, Sep 19, 2015 at 10:35:07AM -0500, Amit Kulkarni wrote: > Hello, > > How are you guys able to build userland? I double-checked that the > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain > > is still referring to ${SUDO} > > here is the

Problems building userland

2015-09-19 Thread Amit Kulkarni
Hello, How are you guys able to build userland? I double-checked that the http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain is still referring to ${SUDO} here is the result. # make build cd /usr/src/share/mk && exec /usr/bin/sudo -E make ins