<?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/x68k/stand/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>more MKREPRO_TIMESTAMP fixes (for pax/tar generated files)</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.10</description>
    <pubDate>Sat Feb 11 03:07:06 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.9.8;  1.9.12;<br/>Revert Makefile changes.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.9</description>
    <pubDate>Wed Jan 22 01:03:10 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>include distrib Makefile last.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.8</description>
    <pubDate>Wed Jan 22 00:49:46 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.7.18;  1.7.24;<br/>Change remaining instances of ${RELEASEDIR}/${MACHINES} to<br/>${RELEASEDIR}/${RELEASEMACHINEDIR}</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.7</description>
    <pubDate>Mon Jun 23 02:16:54 UTC 2008</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>branches:  1.6.12;  1.6.16;<br/>Remove hardcoded -p option from ${RELEASE_INSTALL}.<br/>-p should be controlled by the value of MKUPDATE.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.6</description>
    <pubDate>Sat May 05 15:00:43 UTC 2007</pubDate>
    <dc:creator>isaki</dc:creator>
</item>

<item>
    <title>Convert to usage of UUDECODE_FILES and standardize on filename extension</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.5</description>
    <pubDate>Fri Mar 19 08:07:28 UTC 2004</pubDate>
    <dc:creator>jmc</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/x68k/stand/Makefile - 1.4</description>
    <pubDate>Thu Jul 10 10:34:17 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of<br/>"${RELEASEDIR}/...".<br/><br/>${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only<br/>cleaned if UPDATE is not defined.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.3</description>
    <pubDate>Fri Jan 03 15:34:36 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Invoke ${PAX} with '-O' so that various errors don't hang the make<br/>or the command with an interactive question.  (This also prevents<br/>weird problems if a directory element of '-f path' is missing and<br/>'make -j N' is being used).</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.2</description>
    <pubDate>Sat Dec 21 15:54:50 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.1.2;<br/>Place installation tools in RELEASEDIR/installation/misc.<br/> - gzip.x, gz124x5f.lzh<br/> - rawrite.{x,doc,lzh}</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.1</description>
    <pubDate>Sun Nov 03 02:13:20 UTC 2002</pubDate>
    <dc:creator>isaki</dc:creator>
</item>

<item>
    <title>Pull up revision 1.1 (requested by isaki in ticket #1010):<br/>  Place installation tools in RELEASEDIR/installation/misc:<br/>   o gzip.x, gz124x5f.lzh<br/>   o rawrite.{x,doc,lzh}</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.1.2.2</description>
    <pubDate>Thu Dec 12 22:39:04 UTC 2002</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch netbsd-1-6 on 2002-12-12 22:39:04 +0000</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.1.2.1</description>
    <pubDate>Sun Nov 03 02:13:20 UTC 2002</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Sync with wrstuden-revivesa-base-2.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.6.16.1</description>
    <pubDate>Thu Sep 18 04:41:22 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.6.12.2</description>
    <pubDate>Sun Oct 05 20:11:18 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.6.12.1</description>
    <pubDate>Sun Jun 29 08:25:14 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>Rebase to HEAD as of a few days ago.</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.7.24.1</description>
    <pubDate>Tue Aug 19 23:45:49 UTC 2014</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>sync with head.<br/><br/>for a reference, the tree before this commit was tagged<br/>as yamt-pagecache-tag8.<br/><br/>this commit was splitted into small chunks to avoid<br/>a limitation of cvs.  ("Protocol error: too many arguments")</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.7.18.1</description>
    <pubDate>Thu May 22 00:01:37 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.9.12.1</description>
    <pubDate>Fri Apr 21 16:51:16 UTC 2017</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/distrib/x68k/stand/Makefile - 1.9.8.1</description>
    <pubDate>Mon Mar 20 06:52:11 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

