<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>172caf19 - kbuild: remove redundant target cleaning on failure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#172caf19</link>
        <description>kbuild: remove redundant target cleaning on failureSince commit 9c2af1c7377a (&quot;kbuild: add .DELETE_ON_ERROR specialtarget&quot;), the target file is automatically deleted on failure.The boilerplate code  ... || { rm -f $@; false; }is unneeded.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Mon, 31 Dec 2018 08:24:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>07105202 - Makefile: do not override LC_CTYPE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#07105202</link>
        <description>Makefile: do not override LC_CTYPESetting LC_CTYPE=C breaks localized messages in some setups. With onlyLC_COLLATE=C and LC_NUMERIC=C, we get almost all we need, except for notso defined character classes and tolower()/toupper(). The former is nota big issue, because we can assume that e.g. [:alpha:] will alwaysinclude a-zA-Z and we only ever process ASCII input. The latter seemsonly affect arch/sh/tools/gen-mach-types, which we can handle separately.So after this patch the meaning of ranges like [a-z], the behavior ofsort and join, etc. should be the same everywhere and at the same timegcc should be able to print localized waring and error messages.LC_NUMERIC=C might not be necessary, but setting it doesn&apos;t hurt.Reported-by: Simon Horman &lt;horms@verge.net.au&gt;Reported-by: Sergei Trofimovich &lt;slyfox@inbox.ru&gt;Acked-by: H. Peter Anvin &lt;hpa@zytor.com&gt;Tested-by: Simon Horman &lt;horms@verge.net.au&gt;Tested-by: Masami Hiramatsu &lt;mhiramat@redhat.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Fri, 08 Jan 2010 11:25:37 +0000</pubDate>
        <dc:creator>Michal Marek &lt;mmarek@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>3252b11f - sh: move machtypes.h to include/generated</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#3252b11f</link>
        <description>sh: move machtypes.h to include/generatedSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Paul Mundt &lt;lethal@linux-sh.org&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Sat, 17 Oct 2009 20:20:22 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>4385e12b - sh: Revert the location change of auto-generated asm/machtypes.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#4385e12b</link>
        <description>sh: Revert the location change of auto-generated asm/machtypes.hThis ended up causing build breakage on O= builds, as reported by Adrian:&lt;--  snip  --&gt;...  CC      init/main.oIn file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/irq.h:4,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/irq.h:23,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/hardirq.h:5,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/hardirq.h:7,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/asm-generic/local.h:5,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/local.h:4,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/module.h:19,                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/init/main.c:13:/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/machvec.h:15:27:error: asm/machtypes.h: No such file or directorymake[2]: *** [init/main.o] Error 1&lt;--  snip  --&gt;So we simply move machtypes.h back to its original place. asm-offsets.h isstill generated there regardless, until such a time that we find a better placeto stash auto-generated files.Reported-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Fri, 01 Aug 2008 22:14:09 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>f15cbe6f - sh: migrate to arch/sh/include/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#f15cbe6f</link>
        <description>sh: migrate to arch/sh/include/This follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac.Most of the moving about was done with Sam&apos;s directions at:http://marc.info/?l=linux-sh&amp;m=121724823706062&amp;w=2with subsequent hacking and fixups entirely my fault.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Mon, 28 Jul 2008 23:09:44 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>8cb661d6 - sh: fix race in parallel out-of-tree build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#8cb661d6</link>
        <description>sh: fix race in parallel out-of-tree buildDepending on which of the three dependencies for archprepare (inarch/sh/Makefile) get built first, the directory include/asm-sh may ormay not exist when the maketools target is built. If the directory doesnot exist, awk will fail to generate machtypes.h. This patch fixes thisby creating the directory before awk is executed.Signed-off-by: Erik Johansson &lt;erik.johansson@motorola.com&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Thu, 12 Jul 2007 07:37:00 +0000</pubDate>
        <dc:creator>Erik Johansson &lt;erik.johansson@motorola.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/tools/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/sh/tools/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
