This patch simplifies driver/xf86-video-ati/src/Makefile.am somewhat. If you think this is desirable to have, I can probably produce similar changes for the rest of the tree. Note that this change causes a considerable reduction in Makefile.in size and complexity. Please note that var = var += foo var += bar is equivalent to var = foo bar and as such just a matter of taste, which one should be used, except that, when combined with Automake conditionals, order may not be stable in the output; this is fixed in Automake 1.9.6. This fact has no bearing to this patch, but may have impact to further similar changes if desirable. Cheers, Ralf
Created attachment 4795 [details] [review] patch to simplify driver Makefile.am
Added patch keyword
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Closing as INVALID due to patch no longer applying. For the record, this might have been a bit useful way back when, but the splitting-out of mach64 and r128 makes it a bit useless. If you want to refactor and resubmit this patch, feel free to do so, but I'd recommend using the mailing list for something this trivial. ~ C.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.