[libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Matthias Bolte
Also prepend $(AM_V_GEN). --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 481caba..eef0669 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,7 +90,7 @@ EXTRA_DIST += $(srcdir)/util/virkeymaps.h

Re: [libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Eric Blake
On 07/22/2011 07:56 AM, Matthias Bolte wrote: Also prepend $(AM_V_GEN). --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 481caba..eef0669 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,7 +90,7 @@

Re: [libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Daniel Veillard
On Fri, Jul 22, 2011 at 08:06:00AM -0600, Eric Blake wrote: On 07/22/2011 07:56 AM, Matthias Bolte wrote: Also prepend $(AM_V_GEN). --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 481caba..eef0669

Re: [libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Matthias Bolte
2011/7/22 Eric Blake ebl...@redhat.com: On 07/22/2011 07:56 AM, Matthias Bolte wrote: Also prepend $(AM_V_GEN). ---  src/Makefile.am |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 481caba..eef0669 100644 ---

Re: [libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Matthias Bolte
2011/7/22 Daniel Veillard veill...@redhat.com: On Fri, Jul 22, 2011 at 08:06:00AM -0600, Eric Blake wrote: On 07/22/2011 07:56 AM, Matthias Bolte wrote: Also prepend $(AM_V_GEN). ---  src/Makefile.am |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [libvirt] [PATCH] build: Use $(PYTHON) instead of python for the keycode map generator

2011-07-22 Thread Eric Blake
On 07/22/2011 08:17 AM, Daniel Veillard wrote: chmod +x src/util/virkeycode-mapgen.py to match our style of .py files being executable (even if we run them via $(PYTHON)). just wondering loud, if you change a file attribute like this will git automatically detect it and all to commit the