<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v2.6.13</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.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-28T23:41:01Z</updated>
<entry>
<title>Linux v2.6.13</title>
<updated>2005-08-28T23:41:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-28T23:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=02b3e4e2d71b6058ec11cc01c72ac651eb3ded2b'/>
<id>urn:sha1:02b3e4e2d71b6058ec11cc01c72ac651eb3ded2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux v2.6.13-rc7</title>
<updated>2005-08-24T03:39:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-24T03:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf'/>
<id>urn:sha1:0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf</id>
<content type='text'>
Too many changes to release a final 2.6.13.
</content>
</entry>
<entry>
<title>Linux 2.6.13-rc6</title>
<updated>2005-08-07T18:18:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-07T18:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6fc32179de9e14c542e0b1760e412bc670611c53'/>
<id>urn:sha1:6fc32179de9e14c542e0b1760e412bc670611c53</id>
<content type='text'>
Last (?) -rc, partly brought on by the aic7xxx performance fixes (ie get
them tested in an -rc release before the real 2.6.13).
</content>
</entry>
<entry>
<title>Linux v2.6.13-rc5</title>
<updated>2005-08-02T04:45:48Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-02T04:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9a351e30d72d409ec62c83f380e330e0baa584b4'/>
<id>urn:sha1:9a351e30d72d409ec62c83f380e330e0baa584b4</id>
<content type='text'>
Ok, let's get it right this time
</content>
</entry>
<entry>
<title>Linux 2.6.13-rc4</title>
<updated>2005-07-28T22:44:44Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-28T22:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=63953523341bcafe5928bf6e99bffd7db94b471e'/>
<id>urn:sha1:63953523341bcafe5928bf6e99bffd7db94b471e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.13-rc3</title>
<updated>2005-07-13T04:46:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-13T04:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c32511e2718618f0b53479eb36e07439aa363a74'/>
<id>urn:sha1:c32511e2718618f0b53479eb36e07439aa363a74</id>
<content type='text'>
Yeah, this time hopefully I'm not confusing the version
numbers. The last release was -rc2, _this_ is -rc3.
</content>
</entry>
<entry>
<title>[PATCH] kbuild: build a single module using 'make dir/module.ko'</title>
<updated>2005-07-08T01:23:36Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2005-07-08T00:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=155ad605b3c9c5874ff068f23c6ea8537190e0a8'/>
<id>urn:sha1:155ad605b3c9c5874ff068f23c6ea8537190e0a8</id>
<content type='text'>
Using the syntax:
make dir/module.ko

kbuild now allows one to build a module including the final link stage.
This is usefull when one only wants to compile a single module and thus do
not have to wait until a full kernel has finished compiling.  Tested by:
randy_dunlap &lt;rdunlap@xenotime.net&gt;

Signed-off-by: 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: build TAGS problem with O=</title>
<updated>2005-07-08T01:23:36Z</updated>
<author>
<name>George Anzinger</name>
<email>george@mvista.com</email>
</author>
<published>2005-07-08T00:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f182ae626189d8a346aae142e7b8b182663dac44'/>
<id>urn:sha1:f182ae626189d8a346aae142e7b8b182663dac44</id>
<content type='text'>
  make O=/dir TAGS

  fails with:

    MAKE   TAGS
  find: security/selinux/include: No such file or directory
  find: include: No such file or directory
  find: include/asm-i386: No such file or directory
  find: include/asm-generic: No such file or directory

  The problem is in this line:
  ifeq ($(KBUILD_OUTPUT),)

KBUILD_OUTPUT is not defined (ever) after make reruns itself.  This line is
used in the TAGS, tags, and cscope makes.

Signed-off-by: George Anzinger &lt;george@mvista.com&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>Linux v2.6.13-rc3</title>
<updated>2005-07-06T03:46:33Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-06T03:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a18bcb7450840f07a772a45229de4811d930f461'/>
<id>urn:sha1:a18bcb7450840f07a772a45229de4811d930f461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux v2.6.13-rc1</title>
<updated>2005-06-29T05:57:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-29T05:57:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4c91aedb75d1b87deccf16d58f67fb46402d7d44'/>
<id>urn:sha1:4c91aedb75d1b87deccf16d58f67fb46402d7d44</id>
<content type='text'>
Ok, a lot of things were pending after the 2.6.12 release, let's try to
start calming things down again.
</content>
</entry>
</feed>
