<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/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>2008-06-23T03:19:35Z</updated>
<entry>
<title>Create $(TOP)/$(LIB_DIR) for install, too</title>
<updated>2008-06-23T03:19:35Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-06-23T03:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7ec5e6a0320639920fcf325895acb57fb3dad5c7'/>
<id>urn:sha1:7ec5e6a0320639920fcf325895acb57fb3dad5c7</id>
<content type='text'>
If `make install' is run without running `make' first, the $(LIB_DIR)
will not be created. This also changes the mkdir a little bit so that it
isn't run if necessary and added `-p' so that it is immune to races.
</content>
</entry>
<entry>
<title>Never fail `make clean'</title>
<updated>2008-05-07T18:35:23Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-05-07T18:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a6464b3cb08b86d5fc537a4907849546a63ae4da'/>
<id>urn:sha1:a6464b3cb08b86d5fc537a4907849546a63ae4da</id>
<content type='text'>
Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
</content>
</entry>
<entry>
<title>Tweak the shell scripting for descending into and building subdirs.</title>
<updated>2007-05-09T22:23:11Z</updated>
<author>
<name>Brian</name>
<email>brian@yutani.localnet.net</email>
</author>
<published>2007-05-09T22:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=16c503f39a05726f3e994e42cb1c03e0a308b80d'/>
<id>urn:sha1:16c503f39a05726f3e994e42cb1c03e0a308b80d</id>
<content type='text'>
In general, use this:
	@for dir in $(SUBDIRS) ; do \
		if [ -d $$dir ] ; then \
			(cd $$dir &amp;&amp; $(MAKE)) || exit 1; \
		fi \
	done

Basically, silently skip missing subdirs but generate an error and stop if
there's a compilation or install problem.
This was done inconsistantly before.  In once case, a missing subdir was
causing us to go into an infinte loop!
</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>New 'install' targets in makefile.  See bug 2372.</title>
<updated>2006-06-22T22:50:48Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2006-06-22T22:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0e794a1bc6885cf569c3dc07b7fd56725aee2c2e'/>
<id>urn:sha1:0e794a1bc6885cf569c3dc07b7fd56725aee2c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print current config name before building src and progs</title>
<updated>2004-08-25T14:49:41Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2004-08-25T14:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0ad65543388f7c8048b2040450766bbc3a312a69'/>
<id>urn:sha1:0ad65543388f7c8048b2040450766bbc3a312a69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build fixing for FreeBSD.  GNU make is installed as gmake, so make a MAKE</title>
<updated>2004-06-01T00:06:14Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2004-06-01T00:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2fb5d15ce38d8d298c4fbf8c0bb336154a314b13'/>
<id>urn:sha1:2fb5d15ce38d8d298c4fbf8c0bb336154a314b13</id>
<content type='text'>
variable (defaults to "make") and use that.  Use the MKDEP and MKDEP_OPTIONS
more.  Our shell isn't bash, so change the instances of "&gt;&amp; /dev/null" to a more
compatible "&gt; /dev/null 2&gt;&amp;1".
</content>
</entry>
<entry>
<title>Fail if any subdir fails.</title>
<updated>2004-04-14T14:41:18Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keith@tungstengraphics.com</email>
</author>
<published>2004-04-14T14:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e3b0dde49c8f14d7e5de440e9e914612868078f5'/>
<id>urn:sha1:e3b0dde49c8f14d7e5de440e9e914612868078f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use pushd/popd.</title>
<updated>2004-03-26T21:38:45Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2004-03-26T21:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=df8bc572587f04b29055bb3a36f8c3b724c63b96'/>
<id>urn:sha1:df8bc572587f04b29055bb3a36f8c3b724c63b96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New Makefile system</title>
<updated>2004-03-26T15:19:11Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2004-03-26T15:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=de0ee3187c8fffb52327f9a5680a3eafea872276'/>
<id>urn:sha1:de0ee3187c8fffb52327f9a5680a3eafea872276</id>
<content type='text'>
</content>
</entry>
</feed>
