<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/Makefile, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-04-28T17:33:44Z</updated>
<entry>
<title>Older versions of 'find' don't have the '-delete' option</title>
<updated>2009-04-28T17:33:44Z</updated>
<author>
<name>Wade Berrier</name>
<email>wberrier@gmail.com</email>
</author>
<published>2009-04-28T17:33:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=027aa1d2ec07402d9aa1df3825207f120acae497'/>
<id>urn:sha1:027aa1d2ec07402d9aa1df3825207f120acae497</id>
<content type='text'>
Use find's '-print0' and 'xargs -0' as an equivalent alternative.
</content>
</entry>
<entry>
<title>Makefile: distclean: remove correct dirs</title>
<updated>2009-04-17T13:53:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-17T13:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a767c8bdf7ccfa6a0f90e8d88321ef750a6ab387'/>
<id>urn:sha1:a767c8bdf7ccfa6a0f90e8d88321ef750a6ab387</id>
<content type='text'>
Remove toolchain build dir, and don't try to remove the non-existing include
dir. Also don't explicitly remove the kernel image located in binaries as
we're already removing that dir.
</content>
</entry>
<entry>
<title>Makefile: add target-finalize for common filesystem cleanup</title>
<updated>2009-04-07T21:04:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-07T21:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=32faf35112e5092a5657862a43aadf67d907dbd3'/>
<id>urn:sha1:32faf35112e5092a5657862a43aadf67d907dbd3</id>
<content type='text'>
And remove from each rootfs variant.
</content>
</entry>
<entry>
<title>Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales</title>
<updated>2009-04-06T09:21:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-06T09:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b87b4742e0b963e0c265cfd3eee02e79ff6041da'/>
<id>urn:sha1:b87b4742e0b963e0c265cfd3eee02e79ff6041da</id>
<content type='text'>
Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to
remove unwanted locales from the target rootfs. Handy for stuff like
the gtk stack, which comes with ~25 MB locales.

Works similar to localepurge in Debian, E.G. you provide a white list
of wanted locales, and everything else is removed.
</content>
</entry>
<entry>
<title>Makefile: target-devfiles: combine .a / .la find invocation</title>
<updated>2009-04-06T09:21:22Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-06T09:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4d298a2d3771c177da606e00b916f58be7c629a0'/>
<id>urn:sha1:4d298a2d3771c177da606e00b916f58be7c629a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package: add STAMP_DIR and use for host builds</title>
<updated>2009-03-19T11:06:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e7b38c71ce55720f7709f0049f5bfc71ca0615ec'/>
<id>urn:sha1:e7b38c71ce55720f7709f0049f5bfc71ca0615ec</id>
<content type='text'>
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use &lt;PACKAGE&gt;_VERSION variables.

This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence &lt;PACKAGE&gt;_VERSION variable is known, screwing up stuff.

The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/&lt;PACKAGE&gt;-* to force a rebuild.
</content>
</entry>
<entry>
<title>Makefile: introduce $(HOST_DIR) for host binaries</title>
<updated>2009-03-16T15:48:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T15:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bd07d92aaddd32f7648d7e1f59d34a41019d4744'/>
<id>urn:sha1:bd07d92aaddd32f7648d7e1f59d34a41019d4744</id>
<content type='text'>
Add HOST_DIR directory handling. HOST_DIR should be used just like
STAGING_DIR, but for host files instead of target ones.
</content>
</entry>
<entry>
<title>make update shoudl save to PROJECT_defconfig</title>
<updated>2009-01-31T20:38:55Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-31T20:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8a446caa89ef80f28b6e7ff16d79e6b542ef174a'/>
<id>urn:sha1:8a446caa89ef80f28b6e7ff16d79e6b542ef174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make flush, should always be visible</title>
<updated>2009-01-29T09:34:11Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-29T09:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=260d3b4ac26be0764d8451f1de2ef7cd4b4c03cd'/>
<id>urn:sha1:260d3b4ac26be0764d8451f1de2ef7cd4b4c03cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: fix typo introduced in r25601</title>
<updated>2009-01-26T19:42:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-26T19:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b30d673c06e0a2a76f872326e8e5886c417d5931'/>
<id>urn:sha1:b30d673c06e0a2a76f872326e8e5886c417d5931</id>
<content type='text'>
</content>
</entry>
</feed>
