[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] local.mk and up2 (Was: [OT] Configuring bbdb 3)
From: |
Nick Dokos |
Subject: |
Re: [O] local.mk and up2 (Was: [OT] Configuring bbdb 3) |
Date: |
Fri, 27 Jul 2012 12:14:54 -0400 |
Alan Schmitt <address@hidden> wrote:
> François Allisson <address@hidden> 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
- [O] [OT] Configuring bbdb 3, Alan Schmitt, 2012/07/25
- Re: [O] [OT] Configuring bbdb 3, Myles English, 2012/07/25
- Re: [O] [OT] Configuring bbdb 3, Eric Abrahamsen, 2012/07/25
- Re: [O] [OT] Configuring bbdb 3, Achim Gratz, 2012/07/26
- Re: [O] [OT] Configuring bbdb 3, Eric Abrahamsen, 2012/07/26
- Re: [O] [OT] Configuring bbdb 3, Nick Dokos, 2012/07/26
- Re: [O] [OT] Configuring bbdb 3, Achim Gratz, 2012/07/26
- Re: [O] [OT] Configuring bbdb 3, François Allisson, 2012/07/26
- Re: [O] [OT] Configuring bbdb 3, Eric Abrahamsen, 2012/07/26
- [O] local.mk and up2 (Was: [OT] Configuring bbdb 3), Alan Schmitt, 2012/07/27
- Re: [O] local.mk and up2 (Was: [OT] Configuring bbdb 3),
Nick Dokos <=
- Re: [O] local.mk and up2 (Was: [OT] Configuring bbdb 3), Nick Dokos, 2012/07/27
- Re: [O] local.mk and up2, Alan Schmitt, 2012/07/28
- Re: [O] local.mk and up2, Achim Gratz, 2012/07/27
Re: [O] [OT] Configuring bbdb 3, Alan Schmitt, 2012/07/26