On Thu, Oct 21, 2010 at 12:20 PM, Jay K <[email protected]> wrote:
> ssh r...@localhost "cd `pwd` && make install"
>
>
>From man mk.conf:
SUDO Command run by make(1) when doing certain
operations requiring root privileges (e.g. the
"make install" portion of "make build"). If set
to /usr/bin/sudo, this allows one to run "make
build" as a user other than root (assuming sudo
is
set up for that user).

