[PATCH intel-gpu-tools v2 0/6] Convert debugger to Automake
Ben Widawsky
ben at bwidawsk.net
Mon Jan 9 21:26:14 PST 2012
On Fri, Jan 06, 2012 at 06:25:04PM -0500, Gaetan Nadon wrote:
> Version 2 improves commit messages and custom build commands
>
> Also fixed some nits in other makefiles.
>
> I checked that the binaries produced have the same size, but I'd like
> someone to run a sanity check on the module. I ran distcheck,
> out-of-source build and build from tarball.
> A Tested-by tag would be appreciated.
>
> I'll be away for the next few days. I'll collect review tags and I'll
> push the patches next week if all goes well.
>
> Gaetan Nadon (6):
> Debugger: convert existing makefiles to Automake.
> Benchmark: use correct src and build location
> lib: fix include directives, alphabetize sources
> scripts: use PYTHON primary directive for python scripts
> tools: use correct src and build location
> config: remove unused AC_DEFINE for CAIRO, LIBUDEV and GLIB
>
> Makefile.am | 8 ++--
> benchmarks/Makefile.am | 29 +++--------
> configure.ac | 60 +++++++++++++++--------
> debugger/Makefile.am | 27 +++++------
> debugger/system_routine/.gitignore | 12 ++++-
> debugger/system_routine/GNUmakefile.in | 3 -
> debugger/system_routine/Makefile | 84 --------------------------------
> debugger/system_routine/Makefile.am | 42 ++++++++++++++++
> lib/Makefile.am | 45 ++++++++---------
> scripts/Makefile.am | 7 +--
> tools/Makefile.am | 78 ++++++++++++++----------------
> 11 files changed, 174 insertions(+), 221 deletions(-)
> delete mode 100644 debugger/system_routine/GNUmakefile.in
> delete mode 100644 debugger/system_routine/Makefile
> create mode 100644 debugger/system_routine/Makefile.am
Acked-by: Ben Widawsky <ben at bwidawsk.net>
More information about the xorg-devel
mailing list