<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/Makefile, branch 2012.02_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-02-12T22:22:29Z</updated>
<entry>
<title>Update for 2012.02-rc1</title>
<updated>2012-02-12T22:22:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-12T22:22:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=14c2442858aac16aa0529099c5de9e3d2a76d4d0'/>
<id>urn:sha1:14c2442858aac16aa0529099c5de9e3d2a76d4d0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: fix old make check thinko</title>
<updated>2012-02-09T21:59:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-09T21:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8139e21c978d2c82f559849343ebcec3dd886607'/>
<id>urn:sha1:8139e21c978d2c82f559849343ebcec3dd886607</id>
<content type='text'>
So it doesn't fail with 3.81.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: change order of dirs and dependencies</title>
<updated>2012-02-09T21:10:43Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2012-02-08T16:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ee7f92e19f3568a740ee7874112cbd1217ffab05'/>
<id>urn:sha1:ee7f92e19f3568a740ee7874112cbd1217ffab05</id>
<content type='text'>
If during the dependencies step, a package needs to be downloaded, the
download directory already has to be present. If not, the file will be
downloaded under the name 'dl' instead of in the directory 'dl'.

This patch changes the order of dirs and dependencies in the world target to
fix this.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dependencies: check minimal make version early on</title>
<updated>2012-02-09T21:06:05Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2012-02-08T16:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0edfb24c3840dd8df7cd69b8bdc3d4244334d2a1'/>
<id>urn:sha1:0edfb24c3840dd8df7cd69b8bdc3d4244334d2a1</id>
<content type='text'>
Although support/dependencies/dependencies.sh checks for the version of make,
this script doesn't get a chance to run if make encounters a syntax error as a
result of being too old.

For example, the following syntax is only supported from make 3.81 onwards:

ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
include toolchain/toolchain-buildroot.mk
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
include toolchain/toolchain-external.mk
else ifeq ($(BR2_TOOLCHAIN_CTNG),y)
include toolchain/toolchain-crosstool-ng.mk
endif

This patch adds a check for the version of make very early in the Makefile, so
that old make versions are handled gracefully.

[Peter: simplify check]
Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dependencies: move from toolchain/ to support/</title>
<updated>2012-02-09T20:45:59Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2012-02-08T16:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a792668b58fd5f551f30d40c2352f16011f1f92f'/>
<id>urn:sha1:a792668b58fd5f551f30d40c2352f16011f1f92f</id>
<content type='text'>
As suggested by Arnout Vandecappelle, move toolchain/dependencies to
support/dependencies, as it really is not toolchain-specific anymore.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>make release: add html/text/pdf manual and create .tar.bz2 format as well</title>
<updated>2012-02-07T10:39:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-03T21:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=134ab1ce4f34837587d68e7b4f9fabd5cfc4a537'/>
<id>urn:sha1:134ab1ce4f34837587d68e7b4f9fabd5cfc4a537</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: GENDOC_INNER: don't create subdirs for generated manuals</title>
<updated>2012-02-07T09:52:35Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-07T09:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3ec57751fa54a1c8ad7d974a7e5a036af68d935c'/>
<id>urn:sha1:3ec57751fa54a1c8ad7d974a7e5a036af68d935c</id>
<content type='text'>
The output files are generated directly in $(O)/docs/manual.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>gcc-uclibc-4.x.mk: get rid of BR2_DEPENDS_DIR</title>
<updated>2012-01-15T19:59:37Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-01-15T19:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d0880f70fa9c0cfa398dbb06011b4d3eb48bd263'/>
<id>urn:sha1:d0880f70fa9c0cfa398dbb06011b4d3eb48bd263</id>
<content type='text'>
Now that we have dropped the make-write-deps patch.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: ensure CONFIG_SITE isn't set</title>
<updated>2011-12-12T09:25:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-12-12T09:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4'/>
<id>urn:sha1:12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4</id>
<content type='text'>
Fixes lib/lib64 issue when building on OpenSUSE.

Reported-by: Guillaume Gardet &lt;guillaume.gardet@free.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kickoff 2012.02 development cycle</title>
<updated>2011-11-11T21:45:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-11T21:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f7c26a26780d6160dca1473c120507058dc2550f'/>
<id>urn:sha1:f7c26a26780d6160dca1473c120507058dc2550f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
