<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v2.6.12</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.12</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.12'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-06-17T19:48:29Z</updated>
<entry>
<title>Linux 2.6.12</title>
<updated>2005-06-17T19:48:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-17T19:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9ee1c939d1cb936b1f98e8d81aeffab57bae46ab'/>
<id>urn:sha1:9ee1c939d1cb936b1f98e8d81aeffab57bae46ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.12-rc6</title>
<updated>2005-06-06T15:22:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-06T15:22:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7cef5677ef3a8084f2588ce0a129dc95d65161f6'/>
<id>urn:sha1:7cef5677ef3a8084f2588ce0a129dc95d65161f6</id>
<content type='text'>
Getting ready for the real release..
</content>
</entry>
<entry>
<title>Linux 2.6.12-rc5</title>
<updated>2005-05-25T03:31:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-25T03:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2a24ab628aa7b190be32f63dfb6d96f3fb61580a'/>
<id>urn:sha1:2a24ab628aa7b190be32f63dfb6d96f3fb61580a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Makefile include path ordering</title>
<updated>2005-05-17T14:59:19Z</updated>
<author>
<name>Rik van Riel</name>
<email>riel@redhat.com</email>
</author>
<published>2005-05-17T04:53:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e8f5bdb02ce06925e7fc5916125bdebc533d4299'/>
<id>urn:sha1:e8f5bdb02ce06925e7fc5916125bdebc533d4299</id>
<content type='text'>
The arch Makefile may override the include path order, which is used by Xen
(and UML?) to make sure include/asm-xen is searched before
include/asm-i386.

The Makefile change to 2.6.12-rc4 made the top Makefile always override the
value specified by the arch Makefile.  This trivial patch makes the Xen
kernel compile again.

Signed-off-by: Rik van Riel &lt;riel@redhat.com&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>Linux v2.6.12-rc4</title>
<updated>2005-05-07T05:20:31Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-07T05:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=88d7bd8cb9eb8d64bf7997600b0d64f7834047c5'/>
<id>urn:sha1:88d7bd8cb9eb8d64bf7997600b0d64f7834047c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Makefile: fix for compatibility with *emacs ctags</title>
<updated>2005-05-01T15:59:15Z</updated>
<author>
<name>Emanuele Giaquinta</name>
<email>emanuele.giaquinta@gmail.com</email>
</author>
<published>2005-05-01T15:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=efcd5e3ab089496865571d22443dd3f514dae60c'/>
<id>urn:sha1:efcd5e3ab089496865571d22443dd3f514dae60c</id>
<content type='text'>
I've noticed that, starting from linux-2.6.12-rc1, in the top Makefile the
"cmd_tags" variable has been changed in a way incompatible with *emacs
ctags.  Since the "--extra" option exists only in "exuberant ctags", it
should be included in the CTAGSF shell variable.

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>[PATCH] kbuild: Set NOSTDINC_FLAGS late to speed up compile (a little)</title>
<updated>2005-04-30T23:51:42Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2005-04-30T23:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e8e6993178344eb348f60f05b16d9dc30db3b9cf'/>
<id>urn:sha1:e8e6993178344eb348f60f05b16d9dc30db3b9cf</id>
<content type='text'>
Move definition of NOSTDINC_FLAGS below inclusion of arch Makefile, so
any arch specific settings to $(CC) takes effect before looking up the
compiler include directory.

The previous solution that replaced ':=' with '=' caused gcc to be
invoked one additional time for each directory visited.

This decreases kernel compile time with 0.1 second (3.6 -&gt; 3.5 seconds) when
running make on a fully built kernel

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Linux v2.6.12-rc3</title>
<updated>2005-04-20T23:24:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-20T23:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a2755a80f40e5794ddc20e00f781af9d6320fafb'/>
<id>urn:sha1:a2755a80f40e5794ddc20e00f781af9d6320fafb</id>
<content type='text'>
Releasing this will also make "git" the official source control
thing. Here's to hoping for the best.
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>urn:sha1:1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
</entry>
</feed>
