<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/scripts/Makefile.headersinst, branch v2.6.18</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/scripts/Makefile.headersinst?h=v2.6.18</id>
<link rel='self' href='https://git.amat.us/linux/atom/scripts/Makefile.headersinst?h=v2.6.18'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-09-16T19:54:31Z</updated>
<entry>
<title>[PATCH] Fix 'make headers_check' on biarch architectures</title>
<updated>2006-09-16T19:54:31Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-09-16T19:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b512217736049cef3e681bbd3ff6696c1cca567d'/>
<id>urn:sha1:b512217736049cef3e681bbd3ff6696c1cca567d</id>
<content type='text'>
We generate an &lt;asm/foo.h&gt; which includes either &lt;asm-$ARCH/foo.h&gt; or
&lt;asm-$ALTARCH/foo.h&gt; as appropriate.  But we were doing this dependent on
whether the file in question existed in the _unexported_ tree, not the
exported tree.  So if a file was exported to userspace in one asm- directory
but not the other, the generated file in asm/ was incorrect.

This only changed the failure mode if it _was_ included from a nice #error to
a less explicable #include failure -- but it also gave false errors in 'make
headers_check' output.  Fix it by looking in the right place instead.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Basic implementation of 'make headers_check'</title>
<updated>2006-06-18T11:02:10Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-06-18T11:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=684753599afc76aa8f66c731bafb7204b39265b8'/>
<id>urn:sha1:684753599afc76aa8f66c731bafb7204b39265b8</id>
<content type='text'>
Based on the 'headers_install' target, this performs a basic sanity check
on the exported headers -- so far only checking that they do not include
any other headers which aren't selected for import, but easily extendable.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>Basic implementation of 'make headers_install'</title>
<updated>2006-06-18T10:58:39Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-06-18T10:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8d730cfb50cc77da6d00f941daef440918a1922f'/>
<id>urn:sha1:8d730cfb50cc77da6d00f941daef440918a1922f</id>
<content type='text'>
This adds a make target which exports a subset of headers which contain
definitions which are useful for system libraries and tools. It uses the
BSD 'unifdef' tool to remove instances of #ifdef __KERNEL__, and uses
sed to remove markers like __user.

Based on an original implementation by Arnd Bergmann &lt;arnd@arndb.de&gt;
Hacked about by David Woodhouse &lt;dwmw2@infradead.org&gt;
Reviewed and cleaned up by Sam Ravnborg &lt;sam@ravnborg.org&gt;

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
</feed>
