Re: [PATCH v2] build: add default configuration

2013-09-22 Thread David Aguilar
Felipe Contreras felipe.contre...@gmail.com wrote: David Aguilar wrote: Felipe Contreras felipe.contre...@gmail.com wrote: On Sat, Sep 21, 2013 at 1:58 PM, Johannes Sixt j...@kdbg.org wrote: Am 21.09.2013 13:47, schrieb Felipe Contreras: diff --git a/Makefile b/Makefile index

[PATCH v2] build: add default configuration

2013-09-21 Thread Felipe Contreras
For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Documentation/git-checkout.txt | 5 + Documentation/git-commit.txt | 5 + Documentation/git-rebase.txt | 5 +

Re: [PATCH v2] build: add default configuration

2013-09-21 Thread David Aguilar
Felipe Contreras felipe.contre...@gmail.com wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Documentation/git-checkout.txt | 5 + Documentation/git-commit.txt | 5 +

Re: [PATCH v2] build: add default configuration

2013-09-21 Thread Johannes Sixt
Am 21.09.2013 13:47, schrieb Felipe Contreras: diff --git a/Makefile b/Makefile index 3588ca1..18081bf 100644 --- a/Makefile +++ b/Makefile @@ -1010,7 +1010,7 @@ ifndef sysconfdir ifeq ($(prefix),/usr) sysconfdir = /etc else -sysconfdir = etc +sysconfdir = $(prefix)/etc Not good:

Re: [PATCH v2] build: add default configuration

2013-09-21 Thread Felipe Contreras
On Sat, Sep 21, 2013 at 1:58 PM, Johannes Sixt j...@kdbg.org wrote: Am 21.09.2013 13:47, schrieb Felipe Contreras: diff --git a/Makefile b/Makefile index 3588ca1..18081bf 100644 --- a/Makefile +++ b/Makefile @@ -1010,7 +1010,7 @@ ifndef sysconfdir ifeq ($(prefix),/usr) sysconfdir = /etc

Re: [PATCH v2] build: add default configuration

2013-09-21 Thread David Aguilar
Felipe Contreras felipe.contre...@gmail.com wrote: On Sat, Sep 21, 2013 at 1:58 PM, Johannes Sixt j...@kdbg.org wrote: Am 21.09.2013 13:47, schrieb Felipe Contreras: diff --git a/Makefile b/Makefile index 3588ca1..18081bf 100644 --- a/Makefile +++ b/Makefile @@ -1010,7 +1010,7 @@ ifndef

Re: [PATCH v2] build: add default configuration

2013-09-21 Thread Felipe Contreras
David Aguilar wrote: Felipe Contreras felipe.contre...@gmail.com wrote: On Sat, Sep 21, 2013 at 1:58 PM, Johannes Sixt j...@kdbg.org wrote: Am 21.09.2013 13:47, schrieb Felipe Contreras: diff --git a/Makefile b/Makefile index 3588ca1..18081bf 100644 --- a/Makefile +++ b/Makefile @@