On Tue, Sep 25, 2012 at 08:35:31AM -0600, Brian Paul wrote: > On Mon, Sep 24, 2012 at 3:52 PM, Matt Turner <matts...@gmail.com> wrote: > > This series of 105 patches finishes the automake conversion. > > > > I don't think the series needs to be reviewed patch by patch, since > > large chunks are making nearly identical changes to different > > directories. Plus, incorrect changes in the build system should be > > detectable with testing. As such, I won't send the patches to the > > list. > > > > The first patches are some clean ups that may be applicable to 9.0 > > depending on when it's actually going to be released. The middle of > > the series is mostly mindless conversion. And the last of the series > > is removing gobs and gobs of crap like makedepend, MESA_PIC_FLAGS, > > VAAPI, and dead makefiles. > > > > I've paid special attention to linking Gallium targets with gcc vs > > g++. Some drivers (like Nouveau) use C++ in the driver so always need > > to be linked with g++. Others (like r300) always require LLVM and need > > to be linked with g++. Others still, like softpipe, should be linked > > with g++ conditional on LLVM usage. I've tried to handle this, so > > testing with and without LLVM is important. > > > > Please help me find problems now before it goes into master. Here's a > > branch. It's easy to test. If you don't test and I commit this in a > > week and break your stuff, I'm sorry, but you didn't test. > > > > http://cgit.freedesktop.org/~mattst88/mesa/log/?h=automake-gallium > > Dumb question, but how do I clone this repo? > > I've tried "git clone <the URL above>" but got: > > Cloning into ?h=automake-gallium... > fatal: > http://cgit.freedesktop.org/~mattst88/mesa/log/?h=automake-gallium/info/refs > not found: did you run git update-server-info on the server? > > Then I tried "git clone http://cgit.freedesktop.org/~mattst88/mesa/ > Cloning into mesa... > error: inflate: data stream error (incorrect header check) > error: inflate: data stream error (incorrect header check) > error: inflate: data stream error (incorrect header check) > error: inflate: data stream error (incorrect header check) > error: inflate: data stream error (incorrect header check) > error: File 7bb8b305290f538ff0f27bc6b8856b09db5f6dab > (http://cgit.freedesktop.org/git/mesa/mesa.git/objects/20/4ab9fb24a099a1c784fa87ae8027800c2600c5) > corrupt > error: File 7bb8b305290f538ff0f27bc6b8856b09db5f6dab > (http://cgit.freedesktop.org/git/mesa/mesa.git/objects/7b/b8b305290f538ff0f27bc6b8856b09db5f6dab) > corrupt > error: File 11cdf24d15763131a7ab4b366cad78116884d045 > (http://cgit.freedesktop.org/git/mesa/mesa.git/objects/11/cdf24d15763131a7ab4b366cad78116884d045) > corrupt > error: Unable to find 11cdf24d15763131a7ab4b366cad78116884d045 under > http://cgit.freedesktop.org/~mattst88/mesa > Cannot obtain needed object 11cdf24d15763131a7ab4b366cad78116884d045 > while processing commit 96d110955d7341a40d5c9b7749430c377e962190. > error: Fetch failed.
$ git remote add mattst88 git://people.freedesktop.org/~mattst88/mesa $ git fetch mattst88 $ git checkout mattst88/automake-gallium Marcin _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev