<?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/mipsco/instkernel/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Rename ELF2ECOFF -&gt; MIPS_ELF2ECOFF</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.18</description>
    <pubDate>Tue Jan 01 19:09:12 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.17.14;  1.17.16;<br/>Bump size.</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.17</description>
    <pubDate>Sat Feb 20 16:42:33 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>create the ecoff copy of the install kernel so the prom can boot it.<br/>from PR 39915.</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.16</description>
    <pubDate>Sun Dec 20 19:53:36 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.15.32;<br/>Disable  IMAGEPOSTBUILD=${DESTDIR}/usr/mdec/installboot<br/>since it's not cross friendly.<br/>The release should now cross-build again...</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.15</description>
    <pubDate>Wed Dec 11 15:52:47 UTC 2002</pubDate>
    <dc:creator>lukem</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/mipsco/instkernel/Makefile - 1.14</description>
    <pubDate>Wed May 08 21:44:56 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/mipsco/instkernel/Makefile - 1.13</description>
    <pubDate>Fri May 03 15:22:55 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>provide common/mtree.dot (contains entry for ". type=dir ...") , and<br/>use that rather than MTREE entry in the list, because Makefile.image<br/>needs at least one mtree file anyway</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.12</description>
    <pubDate>Fri May 03 14:20:55 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/mipsco/instkernel/Makefile - 1.11</description>
    <pubDate>Thu May 02 18:02:42 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/mipsco/instkernel/Makefile - 1.10</description>
    <pubDate>Fri Apr 26 15:50:38 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Makefile.mdset: add ${KERNELDEPS} variable which is ${KERNELS} with<br/>.WAIT between the items, and remove .WAIT from ${KERNELS}.<br/>Use ${KERNELDEPS} in make dependencies.</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.9</description>
    <pubDate>Sun Apr 14 06:18:13 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>- Rename Makefile.mdset variables:<br/>	MDEXTRA_SUFFIXES.${KERNEL} 	-&gt; MDSET.${FILENAME}.suffixes<br/>	${KERNEL.${_K}}.post		-&gt; MDSET.${FILENAME}.post<br/>  This allows "default" rules for for MDSETTARGETS with FILENAMEs of "-"<br/>  by defined MDSET.-.post &amp; MDSET.-.suffixes<br/>- Document the above<br/>- Use the above appropriately in various Makefiles<br/>- Be a be quieter when building these kernels<br/>- Add .WAIT syncs so that multiple kernels aren't built in parallel, because<br/>  the temporary filename is the same, and it also avoid hairy magic in<br/>  syncing the targets generated from MDSET.${FILENAME}.suffixes with<br/>  the master target for that ${FILENAME}</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.8</description>
    <pubDate>Sun Apr 14 01:41:24 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>migrate to NDWO using Makefile.mdset, based on pmax/instkernel/Makefile<br/>XXX: untested</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.7</description>
    <pubDate>Fri Apr 12 13:54:50 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>don't set the owner or group when installing into $RELEASEDIR</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.6</description>
    <pubDate>Sat Feb 09 13:56:51 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Remove duplicate .include</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.5</description>
    <pubDate>Sun Nov 04 06:18:26 UTC 2001</pubDate>
    <dc:creator>wdk</dc:creator>
</item>

<item>
    <title>Convert to using ${MDSETIMAGE}.<br/><br/>Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have<br/>it overriden as needed for cross/-current builds.</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.4</description>
    <pubDate>Sun Oct 21 23:23:21 UTC 2001</pubDate>
    <dc:creator>jmc</dc:creator>
</item>

<item>
    <title>Ensure RELEASEDIR is set before make release.</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.3</description>
    <pubDate>Mon Mar 05 05:07:45 UTC 2001</pubDate>
    <dc:creator>wdk</dc:creator>
</item>

<item>
    <title>- Add "make release" target<br/>- Create directories in release stage area before installing target</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.2</description>
    <pubDate>Sun Feb 25 03:36:20 UTC 2001</pubDate>
    <dc:creator>wdk</dc:creator>
</item>

<item>
    <title>Installation bootimage for NetBSD/mipsco<br/><br/>Currently supports Hard Disk boot only.   Mips Firmware cannot boot to<br/>read-only media suchas CDROM drive</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.1</description>
    <pubDate>Mon Feb 19 07:45:39 UTC 2001</pubDate>
    <dc:creator>wdk</dc:creator>
</item>

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

<item>
    <title>Sync with HEAD</title>
    <description>/src/distrib/mipsco/instkernel/Makefile - 1.17.16.1</description>
    <pubDate>Mon Jun 10 21:42:25 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>
</channel></rss>

