Alan Schmitt <alan.schm...@polytechnique.org> wrote:

> François Allisson <franc...@allisson.co> writes:
> 
> > One should add "up2::" in local.mk (with a double-colon). I've just
> > done it, because I really like "make up2", and it's easier than ever:
> > "make" and that's it. Great !
> 
> It works great with one caveat: it's calling "sudo" to do the "make
> install". As I install locally, I don't want to use sudo. Is it possible
> to configure something in local.mk to do this?
> 

You can always redefine makefile variables on the command line:

  make SUDO= up2

will redefine SUDO to nothing for this run.

Nick


Reply via email to