[PATCH input-synaptics 4/7] Revert "build: collapse all Makefile.am files into a single non-recursive one."

Dan Nicholson dbn.lists at gmail.com
Fri Jul 1 05:56:04 PDT 2011


On Thu, Jun 30, 2011 at 10:01 AM, Gaetan Nadon <memsize at videotron.ca> wrote:
> This reverts commit 39afe69ad7d2258d4043044d1283bd6e311e48da.
>
> Acked-by: Daniel Stone <daniel at fooishbar.org>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

Since this is basically the whole reason for the series, it would be
good if the commit message was expanded a bit. FWIW, these are my
reasons:

1. For such a small module, the build time improvement is most likely
negligible. At least, I'd like to see some timings proving it's
worthiness before seeing the patch go back in.

2. This kind of change would need a thorough review. The need to
operate the build from a single toplevel Makefile is a significant
change. The two most noticeable issues for me are that collapsing all
the Makefiles could easily cause namespacing issues with the
variables, and operating on files outside the current directory can
introduce subtle bugs. I feel that the non-recursive style is
generally less robust than the standard recursive make scheme.

3. It's unlike all the other X.org modules. This isn't a showstopper
for me, but the recursive style is well understood here and you've
beaten all the modules into a consistent format that makes build bugs
unique to specific modules less likely.

Assuming you put your reasons into the commit message,

Acked-by: Dan Nicholson <dbn.lists at gmail.com>


More information about the xorg-devel mailing list