<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Addisu&#039;s Log Book &#187; make</title>
	<atom:link href="http://addisu.taddese.com/blog/tag/make/feed/" rel="self" type="application/rss+xml" />
	<link>http://addisu.taddese.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 04 Jul 2010 19:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Speeding up make to go Parallel</title>
		<link>http://addisu.taddese.com/blog/speeding-up-make-to-go-parellel/</link>
		<comments>http://addisu.taddese.com/blog/speeding-up-make-to-go-parellel/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:42:54 +0000</pubDate>
		<dc:creator>azeey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[parallel]]></category>

		<guid isPermaLink="false">http://addisu.taddese.com/blog/?p=4</guid>
		<description><![CDATA[There is a cool write up on how you can speed you build process by using multiple processes (parellel processing). The command is pretty simple. Once you have configured your source, you just run: 1make -j n where n is the number of jobs. If you leave n empty, it will use infinite number of [...]]]></description>
		<wfw:commentRss>http://addisu.taddese.com/blog/speeding-up-make-to-go-parellel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
