<?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>mcBachmann.de TechBlog &#187; typo</title>
	<atom:link href="http://blog.mcbachmann.de/tag/typo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:11:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>make: just a remark for filter-out</title>
		<link>http://blog.mcbachmann.de/linux/programming/make-just-a-remark-for-filter-out</link>
		<comments>http://blog.mcbachmann.de/linux/programming/make-just-a-remark-for-filter-out#comments</comments>
		<pubDate>Fri, 26 Feb 2010 07:20:04 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=497</guid>
		<description><![CDATA[In Makefiles there is a nice command, called filter-out. This command takes 2 Arguments: first, the needle you want to filter out, second the haystack where it is in.
This was exactly what I needed. But everytime I tried it, it returned an empty string. The solution was too easy&#8230; make doesn&#8217;t complain if you write [...]]]></description>
			<content:encoded><![CDATA[<p>In Makefiles there is a nice command, called <strong>filter-out</strong>. This command takes 2 Arguments: first, the needle you want to filter out, second the haystack where it is in.<br />
This was exactly what I needed. But everytime I tried it, it returned an empty string. The solution was too easy&#8230; make doesn&#8217;t complain if you write it with an underscore instead of a hyphen &#8211; and in <em>makepp</em> its written with a dash, so you will also get good looking Google results <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks to <a href="http://osdir.com/ml/gnu.make.bugs/2006-10/msg00022.html">Philip on gnu.make.bugs</a> for pointing this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/programming/make-just-a-remark-for-filter-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
