<?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>5f2fb52f - kbuild: rename hostprogs-y/always to hostprogs/always-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/boot/Makefile#5f2fb52f</link>
        <description>kbuild: rename hostprogs-y/always to hostprogs/always-yIn old days, the &quot;host-progs&quot; syntax was used for specifying hostprograms. It was renamed to the current &quot;hostprogs-y&quot; in 2004.It is typically useful in scripts/Makefile because it allows Kbuild toselectively compile host programs based on the kernel configuration.This commit renames like follows:  always       -&gt;  always-y  hostprogs-y  -&gt;  hostprogsSo, scripts/Makefile will look like this:  always-$(CONFIG_BUILD_BIN2C) += ...  always-$(CONFIG_KALLSYMS)    += ...      ...  hostprogs := $(always-y) $(always-m)I think this makes more sense because a host program is always a hostprogram, irrespective of the kernel configuration. We want to specifywhich ones to compile by CONFIG options, so always-y will be handier.The &quot;always&quot;, &quot;hostprogs-y&quot;, &quot;hostprogs-m&quot; will be kept for backwardcompatibility for a while.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/arch/alpha/boot/Makefile</description>
        <pubDate>Sat, 01 Feb 2020 16:49:24 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>96f14fe7 - kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/boot/Makefile#96f14fe7</link>
        <description>kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSIn preparation for enabling command line CFLAGS, re-name HOSTCFLAGS toKBUILD_HOSTCFLAGS as the internal use only flags. This should not haveany visible effects.Signed-off-by: Laura Abbott &lt;labbott@redhat.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/alpha/boot/Makefile</description>
        <pubDate>Tue, 10 Jul 2018 00:45:58 +0000</pubDate>
        <dc:creator>Laura Abbott &lt;labbott@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>58ab5e0c - Kbuild: arch: look for generated headers in obtree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/boot/Makefile#58ab5e0c</link>
        <description>Kbuild: arch: look for generated headers in obtreeThere are very few files that need add an -I$(obj) gcc for the preprocessoror the assembler. For C files, we add always these for both the objtree andsrctree, but for the other ones we require the Makefile to add them, andKbuild then adds it for both trees.As a preparation for changing the meaning of the -I$(obj) directive toonly refer to the srctree, this changes the two instances in arch/x86 to usean explictit $(objtree) prefix where needed, otherwise we won&apos;t find theheaders any more, as reported by the kbuild 0day builder.arch/x86/realmode/rm/realmode.lds.S:75:20: fatal error: pasyms.h: No such file or directorySigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.com&gt;

            List of files:
            /linux-6.15/arch/alpha/boot/Makefile</description>
        <pubDate>Wed, 15 Jun 2016 15:45:46 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>23430603 - alpha: Fix bootpfile and bootpzfile make targets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/boot/Makefile#23430603</link>
        <description>alpha: Fix bootpfile and bootpzfile make targetsFix the bootpfile and bootpzfile make targets to creat BOOTP images.Both targets were broken due to some missing defines to re-map ELFconstants. In addition the old code used the generic vsprintf functionof the kernel which we now replace by a simple and much smallerimplementation for the bootloader.Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;Signed-off-by: Matt Turner &lt;mattst88@gmail.com&gt;

            List of files:
            /linux-6.15/arch/alpha/boot/Makefile</description>
        <pubDate>Mon, 23 Mar 2015 21:47:21 +0000</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>135db3eb - add a missing LIB_Y to arch/alpha/boot Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/boot/Makefile#135db3eb</link>
        <description>add a missing LIB_Y to arch/alpha/boot MakefileAdd $(LIBS_Y) to get lib/lib.a so srm_printk is present.Signed-off-by: Meelis Roos &lt;mroos@linux.ee&gt;Cc: Richard Henderson &lt;rth@twiddle.net&gt;Cc: Ivan Kokshaysky &lt;ink@jurassic.park.msu.ru&gt;Cc: Jay Estabrook &lt;jay.estabrook@hp.com&gt;Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/alpha/boot/Makefile</description>
        <pubDate>Tue, 31 Jul 2007 07:38:14 +0000</pubDate>
        <dc:creator>Meelis Roos &lt;mroos@linux.ee&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/alpha/boot/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/alpha/boot/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>
