On Tue, Nov 5, 2013 at 10:49 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Now we have one intermediate library (archive), which links against both > mesa classic and gallium. Whereas with your patch it builds it twice but > drops the linking part. Is the extra recursion + linking that much more > significant than rebuilding the exact same source(s) twice ?
It's not building it twice (just like it doesn't build other sources common to libmesa and libmesagallium twice). It builds the sources once and links them into libmesa and libmesagallium, instead of going through the intermediate step of linking them into libprogram. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev