<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/glu/sgi/Makefile, branch r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2010-10-19T14:59:27Z</updated>
<entry>
<title>mesa: fix mesa version string construction</title>
<updated>2010-10-19T14:59:27Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-18T15:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=988b246c471c9c7ece1082682853e3744b702dd2'/>
<id>urn:sha1:988b246c471c9c7ece1082682853e3744b702dd2</id>
<content type='text'>
Now that MESA_MINOR=10, we no longer need the extra '0' in the
version string.
</content>
</entry>
<entry>
<title>Apple: Cleaned up some linking and dylib ids issues</title>
<updated>2008-08-11T16:17:06Z</updated>
<author>
<name>Jeremy Huddleston</name>
<email>jeremyhu@freedesktop.org</email>
</author>
<published>2008-08-11T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ac0d19601caf1f3f86cb30cbafb9c000479e2b37'/>
<id>urn:sha1:ac0d19601caf1f3f86cb30cbafb9c000479e2b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glu: only export public symbols</title>
<updated>2008-07-14T14:37:49Z</updated>
<author>
<name>Julien Cristau</name>
<email>jcristau@debian.org</email>
</author>
<published>2008-07-13T15:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0a7df3794c35ed53c0243ec2b5e954debedfdfe6'/>
<id>urn:sha1:0a7df3794c35ed53c0243ec2b5e954debedfdfe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call mklib with $(SHELL) so the user controls the interpreter</title>
<updated>2008-07-12T17:25:40Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-07-11T20:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=db072baaaf6adcd176ea7e4d67b77177de7eca31'/>
<id>urn:sha1:db072baaaf6adcd176ea7e4d67b77177de7eca31</id>
<content type='text'>
Respect the user's choice of shell when running mklib rather than always
using /bin/sh.
</content>
</entry>
<entry>
<title>Ensure recursive makes always propagate errors</title>
<updated>2008-05-07T14:11:49Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-05-07T14:11:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ec813878e4889be97535cf01bd2b49fd09467a47'/>
<id>urn:sha1:ec813878e4889be97535cf01bd2b49fd09467a47</id>
<content type='text'>
There were a couple spots left where a recursive make could fail in a
chain of commands without stopping.
</content>
</entry>
<entry>
<title>add support for LDFLAGS env var</title>
<updated>2007-09-29T00:42:21Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2007-09-29T00:42:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2a3e33865dd9a3d064a3c0af94ef11d4aa4a6ce4'/>
<id>urn:sha1:2a3e33865dd9a3d064a3c0af94ef11d4aa4a6ce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LIB_DIR is now just 'lib' or 'lib64'</title>
<updated>2006-07-13T02:50:27Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2006-07-13T02:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=883f9891cb203dd087843b830ab058d6c9e160dc'/>
<id>urn:sha1:883f9891cb203dd087843b830ab058d6c9e160dc</id>
<content type='text'>
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno BÃ¶ck.
</content>
</entry>
<entry>
<title>Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will</title>
<updated>2005-07-26T05:55:56Z</updated>
<author>
<name>Ian Romanick</name>
<email>idr@us.ibm.com</email>
</author>
<published>2005-07-26T05:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a08d8a095c117bd845418401dc754851e6187aa4'/>
<id>urn:sha1:a08d8a095c117bd845418401dc754851e6187aa4</id>
<content type='text'>
work again.
</content>
</entry>
<entry>
<title>Added -linker option to mklib, used to specify a particular program for</title>
<updated>2005-07-25T22:59:58Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2005-07-25T22:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8dcc6736aba672916bd4bc70a964c30bb11eeafa'/>
<id>urn:sha1:8dcc6736aba672916bd4bc70a964c30bb11eeafa</id>
<content type='text'>
linking, if relevant.
Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
</content>
</entry>
<entry>
<title>Put quotes around the CC and CXX variables passed to mklib.  This make</title>
<updated>2005-01-11T22:43:45Z</updated>
<author>
<name>Ian Romanick</name>
<email>idr@us.ibm.com</email>
</author>
<published>2005-01-11T22:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d24e49f301db9612349ed09594e476a8dbc896a5'/>
<id>urn:sha1:d24e49f301db9612349ed09594e476a8dbc896a5</id>
<content type='text'>
them work with multi-work compiler names (e.g., "ccache gcc").
</content>
</entry>
</feed>
