<?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>
    <link>http://nxr.netbsd.org/rss/src/distrib/arc/instkernel/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>It looks the ARC BIOS has another limit which prevents loading<br/>a kernel larger than 8MB (it is not emulated by gxemul BTW),<br/>so disable several devices in GENERIC and shrink RAMDISK kernel again<br/>by sprinkled "no" keywords etc.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.11</description>
    <pubDate>Thu Nov 20 13:57:09 UTC 2008</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.10.2;  1.10.6;  1.10.12;<br/>No need to strip symbols from a RAMDISK kernel.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.10</description>
    <pubDate>Sat Feb 02 13:47:04 UTC 2008</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.9.10;<br/>Ecoff kernels are no longer needed.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.9</description>
    <pubDate>Sat May 07 14:15:51 UTC 2005</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Remove .mdebug.abi32 and .comment sections created by binutils-2.14<br/>on converting kernels into ECOFF.<br/>ARC BIOS may be confused by these sections without valid address.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.8</description>
    <pubDate>Mon Aug 30 16:10:03 UTC 2004</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.7.2;<br/>Remove .pdr section on converting kernels to ECOFF.<br/>(sync with sys/arch/arc/conf/Makefile.arc.inc rev 1.9)</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.7</description>
    <pubDate>Mon May 05 11:41:07 UTC 2003</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>- whitespace consistency cleanup<br/>- build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz<br/>  into separate rule<br/>- rename MDSET.${filename}.nosymbols -&gt; MDSET_NOSYMBOLS.${filename}<br/>- rename MDSET.${filename}.post -&gt; MDSET_POST.${filename}, and don't do<br/>  suffix handling here<br/>- rework suffix handling:<br/>	- rename MDSET.${filename}.suffixes -&gt; MDSET_SUFFIXES.${filename},<br/>	  and change from list of suffixes to list of "suffix cmdtobuildsuffix",<br/>  	  where cmdtobuildsuffix is the name of the variable containing the<br/>	  command to build ${filename}.${suffix} (available as "${.TARGET}").<br/>	- for each ${filename}.${suffix}, depend upon ${filename} and use<br/>	  ${cmdtobuildsuffix} to create the former.<br/>	- add separate ${filename}.${suffix}.gz rule<br/>- mipsco &amp; pmax: rename "install.gz" to "netbsd-INSTALL.gz", for<br/>  consistency and so the target to build the mdset kernel doesn't get<br/>  confused with general "install" target</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.6</description>
    <pubDate>Wed May 08 21:44:54 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>rather than blocking parallel mdset builds with .WAIT, replace usage of<br/>"netbsd.tmp" with "${.TARGET:R}" (et al)</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.5</description>
    <pubDate>Fri May 03 15:22:57 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>yet another distrib overhaul:<br/>- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib<br/>  (fixes problem caused by implicit include of ../Makefile.inc in certain<br/>  submake conditions triggered by makefiles not yet in tree)<br/>- removed mkdir of ${RELEASEDIR}/*;  rely upon "snap_pre" target of<br/>  etc/Makefile to create all the release directories<br/>- renamed RELINSTALL to RELEASE_INSTALL<br/>- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR<br/>- renamed MDSETDIR to MDSET_RELEASEDIR<br/>- removed ITARGET<br/>- move release target from top level to appropriate subdirectory<br/>- ensure release target has correct depends<br/>- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD<br/>- Makefile.image: add realall: ${IMAGE}</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.4</description>
    <pubDate>Thu May 02 18:02:25 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.3</description>
    <pubDate>Fri Apr 26 15:50:25 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>convert to the new MDSET.*.suffixes / MDSET.*.post variables,<br/>and take advantage of MDSETDIR enabling a release target</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.2</description>
    <pubDate>Mon Apr 15 01:55:07 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Make md-root kernels (both elf and ecoff) here and<br/>install them into RELEASEDIR.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.1</description>
    <pubDate>Sun Apr 14 14:14:16 UTC 2002</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Pull up revision 1.8 (requested by tsutsui in ticket #809):<br/>Remove .mdebug.abi32 and .comment sections created by binutils-2.14<br/>on converting kernels into ECOFF.<br/>ARC BIOS may be confused by these sections without valid address.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.7.2.1</description>
    <pubDate>Wed Sep 01 18:21:04 UTC 2004</pubDate>
    <dc:creator>tron</dc:creator>
</item>

<item>
    <title>sync with HEAD</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.9.10.1</description>
    <pubDate>Sun Mar 23 00:21:00 UTC 2008</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by tsutsui in ticket #109):<br/>	distrib/arc/instkernel/Makefile: revision 1.11<br/>	sys/arch/arc/conf/RAMDISK: revision 1.76<br/>	sys/arch/arc/conf/GENERIC: revision 1.159<br/>	distrib/arc/ramdisk/dot.profile: revision 1.4<br/>Use vt100 rather than wsvt25 for TERM since the latter makes<br/>both FG/BG colors white during sysinst on Express5800/230 with tga(4).<br/>It looks the ARC BIOS has another limit which prevents loading<br/>a kernel larger than 8MB (it is not emulated by gxemul BTW),<br/>so disable several devices in GENERIC and shrink RAMDISK kernel again<br/>by sprinkled "no" keywords etc.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.10.12.1</description>
    <pubDate>Sun Nov 23 20:58:38 UTC 2008</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.10.6.1</description>
    <pubDate>Sun Oct 05 20:10:13 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>No need to strip symbols from a RAMDISK kernel.</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.10.2.2</description>
    <pubDate>Sat Feb 02 13:47:05 UTC 2008</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch mjf-devfs on 2008-02-02 13:47:05 +0000</title>
    <description>/src/distrib/arc/instkernel/Makefile - 1.10.2.1</description>
    <pubDate>Sat Feb 02 13:47:04 UTC 2008</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>
</channel></rss>

