<?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/pmax/instkernel/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bump for ssp build</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.46</description>
    <pubDate>Wed Nov 27 17:06:18 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.45.8;<br/>handle mipsn64</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.45</description>
    <pubDate>Sun Apr 25 23:40:05 UTC 2021</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>bump image from 3000k to 3.5M.  thanks, time.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.44</description>
    <pubDate>Sun Aug 16 11:43:36 UTC 2020</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>bump</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.43</description>
    <pubDate>Sun Apr 07 20:28:55 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>need bigger clothes</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.42</description>
    <pubDate>Mon Apr 01 02:02:54 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Rename ELF2ECOFF -&gt; MIPS_ELF2ECOFF</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.41</description>
    <pubDate>Tue Jan 01 19:09:12 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.40.2;  1.40.4;<br/>bump image size for gcc 6 bloaty mc bloat face.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.40</description>
    <pubDate>Thu Feb 22 07:21:10 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Bump size of image.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.39</description>
    <pubDate>Mon Feb 25 16:52:57 UTC 2013</pubDate>
    <dc:creator>mhitch</dc:creator>
</item>

<item>
    <title>branches:  1.38.6;  1.38.12;<br/>Merge from matt-nb5-mips64</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.38</description>
    <pubDate>Mon Dec 14 01:12:06 UTC 2009</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Bump the size of ramdisk and diskimages, so that what needs to<br/>be put there still fits.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.37</description>
    <pubDate>Sun Jan 18 00:51:25 UTC 2009</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>branches:  1.36.20;  1.36.28;  1.36.30;  1.36.32;<br/>Bump image size from 2m to 2100k so that it fits again.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.36</description>
    <pubDate>Mon Jan 16 00:16:44 UTC 2006</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Rename a large chunk of the make(1) variables which refer to a<br/>program/tool from "FOO" to "TOOL_FOO".  The new variables are:<br/>	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET<br/>	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN<br/>	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT<br/>	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS<br/>	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB<br/>	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE<br/>	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER<br/>	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS<br/>	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL<br/>	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC<br/><br/>For each, provide default in &lt;bsd.sys.mk&gt; of the form:<br/>	TOOL_FOO?=	foo<br/>and for the ${USETOOLS}=="yes" case in &lt;bsd.own.mk&gt;, provide override:<br/>	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo<br/><br/>Document all of these in bsd.README.<br/><br/>This cleans up a chunk of potential (and actual) namespace collision<br/>within our build infrastructure, as well as improves consistency in<br/>the share/mk documentation and provision of appropriate defaults for<br/>each of these variables.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.35</description>
    <pubDate>Thu Jul 10 10:34:12 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>consistently use "${INSTALLBOOT} -v ..."</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.34</description>
    <pubDate>Tue May 14 06:21:21 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/pmax/instkernel/Makefile - 1.33</description>
    <pubDate>Wed May 08 21:44:58 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/pmax/instkernel/Makefile - 1.32</description>
    <pubDate>Fri May 03 15:22:56 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/pmax/instkernel/Makefile - 1.31</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/pmax/instkernel/Makefile - 1.30</description>
    <pubDate>Thu May 02 18:02:48 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Use "boot.pmax" instead of just "boot" in IMAGEDEPENDS.</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.29</description>
    <pubDate>Thu May 02 13:26:38 UTC 2002</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version</title>
    <description>/src/distrib/pmax/instkernel/Makefile - 1.28</description>
    <pubDate>Fri Apr 26 15:50:43 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/pmax/instkernel/Makefile - 1.27</description>
    <pubDate>Sun Apr 14 06:18:13 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

