Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-22 Thread Peter Hutterer
On Thu, Apr 22, 2010 at 01:32:24PM -0400, Gaetan Nadon wrote: On Wed, 2010-04-21 at 06:20 -0700, Dan Nicholson wrote: On Tue, Apr 20, 2010 at 11:06 PM, Peter Hutterer peter.hutte...@who-t.net wrote: would also be good checking through Matthias' script from radeonhd for any obvious

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-21 Thread Peter Hutterer
On Mon, Apr 19, 2010 at 10:01:06PM -0400, Gaetan Nadon wrote: On Tue, 2010-04-20 at 10:54 +1000, Peter Hutterer wrote: On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19, 2010 at 14:52:55 -0400, Gaetan Nadon wrote: Generates the git module version

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-21 Thread Dan Nicholson
On Tue, Apr 20, 2010 at 11:10 AM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2010-04-19 at 21:34 -0700, Dan Nicholson wrote: On Mon, Apr 19, 2010 at 5:54 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19,

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-21 Thread Gaetan Nadon
On Wed, 2010-04-21 at 16:06 +1000, Peter Hutterer wrote: On Mon, Apr 19, 2010 at 10:01:06PM -0400, Gaetan Nadon wrote: On Tue, 2010-04-20 at 10:54 +1000, Peter Hutterer wrote: On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19, 2010 at 14:52:55 -0400,

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-21 Thread Gaetan Nadon
On Wed, 2010-04-21 at 06:03 -0700, Dan Nicholson wrote: On Tue, Apr 20, 2010 at 11:10 AM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2010-04-19 at 21:34 -0700, Dan Nicholson wrote: On Mon, Apr 19, 2010 at 5:54 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Apr 19,

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-21 Thread Gaetan Nadon
On Wed, 2010-04-21 at 16:01 -0400, Gaetan Nadon wrote: On Wed, 2010-04-21 at 06:03 -0700, Dan Nicholson wrote: On Tue, Apr 20, 2010 at 11:10 AM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2010-04-19 at 21:34 -0700, Dan Nicholson wrote: On Mon, Apr 19, 2010 at 5:54 PM, Peter

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-20 Thread Gaetan Nadon
On Mon, 2010-04-19 at 21:34 -0700, Dan Nicholson wrote: On Mon, Apr 19, 2010 at 5:54 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19, 2010 at 14:52:55 -0400, Gaetan Nadon wrote: Generates the git module

[PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Gaetan Nadon
Generates the git module version according to the git describe HEAD If the git module has pending changes, it appends -dirty to the version tag Signed-off-by: Gaetan Nadon mems...@videotron.ca --- xorg-macros.m4.in | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-)

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Dan Nicholson
On Mon, Apr 19, 2010 at 11:52 AM, Gaetan Nadon mems...@videotron.ca wrote: Generates the git module version according to the git describe HEAD If the git module has pending changes, it appends -dirty to the version tag Signed-off-by: Gaetan Nadon mems...@videotron.ca ---  xorg-macros.m4.in |

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Julien Cristau
On Mon, Apr 19, 2010 at 14:52:55 -0400, Gaetan Nadon wrote: Generates the git module version according to the git describe HEAD If the git module has pending changes, it appends -dirty to the version tag Signed-off-by: Gaetan Nadon mems...@videotron.ca --- xorg-macros.m4.in | 18

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Peter Hutterer
On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19, 2010 at 14:52:55 -0400, Gaetan Nadon wrote: Generates the git module version according to the git describe HEAD If the git module has pending changes, it appends -dirty to the version tag Signed-off-by:

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Gaetan Nadon
On Mon, 2010-04-19 at 12:14 -0700, Dan Nicholson wrote: On Mon, Apr 19, 2010 at 11:52 AM, Gaetan Nadon mems...@videotron.ca wrote: Generates the git module version according to the git describe HEAD If the git module has pending changes, it appends -dirty to the version tag

Re: [PATCH util-macros] XORG_GIT_MODULE_VERSION: writes module version in xorg-git-version.h

2010-04-19 Thread Gaetan Nadon
On Tue, 2010-04-20 at 10:54 +1000, Peter Hutterer wrote: On Mon, Apr 19, 2010 at 11:00:08PM +0200, Julien Cristau wrote: On Mon, Apr 19, 2010 at 14:52:55 -0400, Gaetan Nadon wrote: Generates the git module version according to the git describe HEAD If the git module has pending