<?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/playstation2/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>all: fix "Invalid internal option" warning from make</title>
    <description>/src/distrib/playstation2/Makefile - 1.17</description>
    <pubDate>Tue Sep 23 20:12:08 UTC 2025</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>branches:  1.16.6;<br/>Do not set MDSET_RELEASEDIR - need to revisit</title>
    <description>/src/distrib/playstation2/Makefile - 1.16</description>
    <pubDate>Tue Apr 01 14:06:38 UTC 2014</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Bring back the playstation2 port - now that a toolchain for it is<br/>available again.</title>
    <description>/src/distrib/playstation2/Makefile - 1.15</description>
    <pubDate>Mon Mar 31 11:25:47 UTC 2014</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.14.4;<br/>Remove support for NetBSD/playstation2.</title>
    <description>/src/distrib/playstation2/Makefile - 1.14</description>
    <pubDate>Sat Dec 05 16:29:10 UTC 2009</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>branches:  1.13.12;<br/>Add an iso_image target (iso-image as a target name doesn't play well with<br/>bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE<br/>with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for:<br/>alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax.<br/>mac68k/macppc no there yet because of missing feature in makefs.<br/><br/>call iso_image in distrib/ for iso-image in the top Makefile.</title>
    <description>/src/distrib/playstation2/Makefile - 1.13</description>
    <pubDate>Tue Mar 06 21:57:15 UTC 2007</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>branches:  1.12.18;<br/>- 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/playstation2/Makefile - 1.12</description>
    <pubDate>Wed May 08 21:44:58 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/playstation2/Makefile - 1.11</description>
    <pubDate>Thu May 02 18:02:47 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/playstation2/Makefile - 1.10</description>
    <pubDate>Fri Apr 26 15:50:43 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>fix miniroot image file name.</title>
    <description>/src/distrib/playstation2/Makefile - 1.9</description>
    <pubDate>Sun Apr 21 11:20:45 UTC 2002</pubDate>
    <dc:creator>shin</dc:creator>
</item>

<item>
    <title>Makefile.mdset:<br/>	replace<br/>		TARGETS = KERNEL IMAGE [...]<br/>	with<br/>		MDTARGETS = KERNEL IMAGE FILENAME [...]<br/>	If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename<br/><br/>The rest:<br/>	Update for new MDTARGETS syntax.  In some cases, the kernel<br/>	name from the "old" method will be used to override the default.</title>
    <description>/src/distrib/playstation2/Makefile - 1.8</description>
    <pubDate>Fri Apr 12 13:39:48 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>- don't pull in &lt;bsd.prog.mk&gt; in Makefile.mdset; do that in the caller instead<br/>- renamed optional post-strip action variable from ${KERNEL}.post to<br/>  netbsd.${KERNEL}.post</title>
    <description>/src/distrib/playstation2/Makefile - 1.7</description>
    <pubDate>Fri Apr 12 05:34:01 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>convert to using distrib/common/Makefile.mdset</title>
    <description>/src/distrib/playstation2/Makefile - 1.6</description>
    <pubDate>Thu Apr 11 15:34:59 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Make sure &lt;bsd.own.mk&gt; is pulled in before ${PRINTOBJDIR} is used.</title>
    <description>/src/distrib/playstation2/Makefile - 1.5</description>
    <pubDate>Tue Mar 05 21:23:31 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

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

<item>
    <title>${MAKE} print-objdir -&gt; ${PRINTOBJDIR}</title>
    <description>/src/distrib/playstation2/Makefile - 1.3</description>
    <pubDate>Wed Nov 14 00:58:49 UTC 2001</pubDate>
    <dc:creator>tv</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/playstation2/Makefile - 1.2</description>
    <pubDate>Sun Oct 21 23:23:22 UTC 2001</pubDate>
    <dc:creator>jmc</dc:creator>
</item>

<item>
    <title>playstation2 support</title>
    <description>/src/distrib/playstation2/Makefile - 1.1</description>
    <pubDate>Mon Oct 15 16:22:50 UTC 2001</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by bouyer in ticket #494):<br/>	sys/arch/i386/conf/GENERIC.MP: revision 1.9<br/>	distrib/pc532/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/macppc/Makefile: revision 1.15<br/>	distrib/ofppc/Makefile: revision 1.2<br/>	distrib/ibmnws/Makefile: revision 1.2<br/>	distrib/acorn32/Makefile: revision 1.18<br/>	distrib/x68k/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/sparc/Makefile: revision 1.7<br/>	distrib/sparc64/cdroms/Makefile: revision 1.1<br/>	distrib/hp300/cdroms/Makefile: revision 1.1<br/>	distrib/hpcsh/Makefile: revision 1.6<br/>	distrib/ofppc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/playstation2/Makefile: revision 1.13<br/>	distrib/news68k/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/amiga/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hp700/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/playstation2/cdroms/Makefile: revision 1.1<br/>	distrib/amiga/cdroms/Makefile: revision 1.1<br/>	etc/etc.mac68k/Makefile.inc: revision 1.18<br/>	distrib/shark/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hpcmips/Makefile: revision 1.28<br/>	distrib/hpcmips/cdroms/Makefile: revision 1.1<br/>	distrib/amd64/floppies/Makefile: revision 1.3<br/>	sys/arch/amd64/conf/INSTALL_ACPI: file removal<br/>	distrib/i386/cdroms/Makefile: revision 1.4<br/>	distrib/acorn26/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hpcsh/cdroms/Makefile: revision 1.1<br/>	distrib/prep/cdroms/Makefile: revision 1.1<br/>	distrib/pc532/Makefile: revision 1.4<br/>	distrib/acorn32/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/sun2/Makefile: revision 1.8<br/>	distrib/vax/Makefile: revision 1.17<br/>	distrib/sparc64/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/pmax/cdroms/Makefile: revision 1.1<br/>	distrib/mipsco/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/sun3/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/vax/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hpcarm/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/mvme68k/Makefile: revision 1.4<br/>	distrib/mvmeppc/cdroms/Makefile: revision 1.1<br/>	distrib/newsmips/Makefile: revision 1.4<br/>	sys/arch/i386/conf/GENERIC.MPACPI: file removal<br/>	distrib/hpcarm/cdroms/Makefile: revision 1.1<br/>	distrib/evbppc/cdroms/Makefile: revision 1.1<br/>	sys/arch/i386/conf/INSTALL_LARGE: revision 1.1<br/>	distrib/i386/cdroms/installcd/Makefile: revision 1.2<br/>	distrib/i386/cdroms/installcd/Makefile: revision 1.3<br/>	doc/CHANGES: revision 1.804<br/>	distrib/hpcsh/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/i386/cdroms/bootcd/Makefile: revision 1.2<br/>	distrib/mvmeppc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/i386/cdroms/bootcd/Makefile: revision 1.3<br/>	distrib/evbarm/Makefile: revision 1.8<br/>	distrib/mvmeppc/Makefile: revision 1.3<br/>	distrib/i386/cdroms/bootcd-com/Makefile: revision 1.2<br/>	distrib/i386/cdroms/bootcd-com/Makefile: revision 1.3<br/>	distrib/macppc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/acorn26/cdroms/Makefile: revision 1.1<br/>	distrib/alpha/cdroms/Makefile: revision 1.1<br/>	distrib/hp300/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/amd64/floppies/bootfloppy/Makefile: revision 1.4<br/>	distrib/pmppc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hp700/Makefile: revision 1.2<br/>	distrib/pmppc/Makefile: revision 1.2<br/>	distrib/arc/cdroms/Makefile: revision 1.1<br/>	sys/arch/amd64/conf/INSTALL: revision 1.66<br/>	distrib/sun3/cdroms/Makefile: revision 1.1<br/>	distrib/mipsco/Makefile: revision 1.4<br/>	distrib/sun3/Makefile: revision 1.9<br/>	distrib/vax/cdroms/Makefile: revision 1.1<br/>	distrib/pmppc/cdroms/Makefile: revision 1.1<br/>	distrib/amd64/cdroms/Makefile.cdrom: revision 1.1<br/>	distrib/atari/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/evbppc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/newsmips/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/pmax/Makefile: revision 1.4<br/>	Makefile: revision 1.247<br/>	distrib/cats/cdroms/installcd/Makefile: revision 1.1<br/>	sys/arch/amd64/conf/GENERIC: revision 1.130<br/>	sys/arch/amd64/conf/GENERIC: revision 1.131<br/>	distrib/sgimips/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hp700/cdroms/Makefile: revision 1.1<br/>	distrib/cats/cdroms/Makefile: revision 1.1<br/>	distrib/evbmips/Makefile: revision 1.3<br/>	distrib/evbmips/Makefile: revision 1.4<br/>	sys/arch/amd64/conf/GENERIC_ACPI: file removal<br/>	distrib/ews4800mips/Makefile: revision 1.2<br/>	distrib/amd64/cdroms/bootcd-com/Makefile: revision 1.2<br/>	distrib/i386/Makefile: revision 1.5<br/>	distrib/amd64/cdroms/installcd/Makefile: revision 1.2<br/>	distrib/mvme68k/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/alpha/cdroms/installcd/Makefile: revision 1.1<br/>	etc/etc.amd64/Makefile.inc: revision 1.7<br/>	distrib/i386/instkernel/Makefile: revision 1.6<br/>	distrib/x68k/cdroms/Makefile: revision 1.1<br/>	distrib/i386/cdroms/Makefile.cdrom: revision 1.1<br/>	distrib/sandpoint/Makefile: revision 1.4<br/>	distrib/i386/cdroms/Makefile.cdrom: revision 1.2<br/>	distrib/amiga/Makefile: revision 1.3<br/>	distrib/amd64/cdroms/bootcd/Makefile: revision 1.2<br/>	distrib/news68k/Makefile: revision 1.4<br/>	distrib/amd64/floppies/bootfloppy-com/Makefile: revision 1.5<br/>	distrib/news68k/cdroms/Makefile: revision 1.1<br/>	distrib/sparc/cdroms/Makefile: revision 1.1<br/>	distrib/shark/cdroms/Makefile: revision 1.1<br/>	etc/Makefile: revision 1.341<br/>	distrib/amd64/instkernel/Makefile: revision 1.2<br/>	distrib/sparc64/Makefile: revision 1.7<br/>	distrib/dreamcast/cdroms/Makefile: revision 1.1<br/>	distrib/shark/Makefile: revision 1.3<br/>	distrib/ews4800mips/cdroms/Makefile: revision 1.1<br/>	distrib/sun2/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/shark/Makefile: revision 1.4<br/>	distrib/macppc/cdroms/Makefile: revision 1.1<br/>	distrib/mvme68k/cdroms/Makefile: revision 1.1<br/>	distrib/sun2/cdroms/Makefile: revision 1.1<br/>	distrib/hpcarm/Makefile: revision 1.3<br/>	distrib/arc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/hpcmips/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/mipsco/cdroms/Makefile: revision 1.1<br/>	distrib/Makefile.inc: revision 1.9<br/>	distrib/playstation2/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/ibmnws/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/newsmips/cdroms/Makefile: revision 1.1<br/>	distrib/arc/Makefile: revision 1.3<br/>	distrib/sparc/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/evbmips/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/ews4800mips/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/prep/Makefile: revision 1.3<br/>	distrib/ibmnws/cdroms/Makefile: revision 1.1<br/>	distrib/sandpoint/cdroms/Makefile: revision 1.1<br/>	distrib/atari/Makefile: revision 1.6<br/>	distrib/sgimips/cdroms/Makefile: revision 1.1<br/>	distrib/amd64/Makefile: revision 1.4<br/>	distrib/atari/cdroms/Makefile: revision 1.1<br/>	distrib/x68k/Makefile: revision 1.5<br/>	distrib/x68k/Makefile: revision 1.6<br/>	distrib/sandpoint/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/evbarm/cdroms/Makefile: revision 1.1<br/>	distrib/acorn32/cdroms/Makefile: revision 1.1<br/>	distrib/cats/Makefile: revision 1.3<br/>	distrib/evbmips/cdroms/Makefile: revision 1.1<br/>	distrib/pc532/cdroms/Makefile: revision 1.1<br/>	distrib/Makefile: revision 1.14<br/>	distrib/evbarm/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/ofppc/cdroms/Makefile: revision 1.1<br/>	distrib/amd64/cdroms/Makefile: revision 1.3<br/>	distrib/common/Makefile.bootcd: revision 1.8<br/>	distrib/i386/cdroms/bootcd-laptop/Makefile: file removal<br/>	sys/arch/i386/conf/GENERIC: revision 1.813<br/>	distrib/hp300/Makefile: revision 1.17<br/>	sys/arch/i386/conf/GENERIC: revision 1.814<br/>	distrib/evbppc/Makefile: revision 1.2<br/>	distrib/pmax/cdroms/installcd/Makefile: revision 1.1<br/>	etc/etc.i386/Makefile.inc: revision 1.49<br/>	distrib/sgimips/Makefile: revision 1.2<br/>	distrib/prep/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/acorn26/Makefile: revision 1.4<br/>	distrib/dreamcast/cdroms/installcd/Makefile: revision 1.1<br/>	distrib/alpha/Makefile: revision 1.22<br/>	distrib/dreamcast/Makefile: revision 1.2<br/>Improve the use of makefs to build boot CDs, and make it truely MI:<br/>- allow to specify the "instkernel" directory, and allow to put multiple<br/>  kernels on the image<br/>- allow to specify the directory where the image will be created<br/>- only use bootxx_cd9660 if it exists<br/>- search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to<br/>  usr/mdec/boot<br/>- make 'installboot -e' optional<br/>- use target 'release' or 'iso_image' depending on ${CDRELEASE}<br/>- call some MD targets, which will eventually complete the file list or<br/>  make the image bootable<br/>For the benefit of modern hardware, enable ACPI by default in INSTALL and<br/>GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and<br/>'disable acpi' should be a workaround. ACPI-enabled kernels works fine<br/>on pre-acpi hardware.<br/>for amd64:<br/>- add ACPI to INSTALL and GENERIC, remove the *_ACPI config files.<br/>- get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot<br/>  image<br/>for i386:<br/>- introduce INSTALL_LARGE which has ACPI and some devices with big firmware<br/>- move some devices from INSTALL to INSTALL_LARGE<br/>- Boot floppies still use INSTALL, and bootfloppy-big.fs is still there<br/>  (for thoses who want to build el-torito floppy emulation boot CD) and use<br/>  INSTALL.<br/>For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll<br/>use something else to build bootable CDs.<br/>Add an iso_image target (iso-image as a target name doesn't play well with<br/>bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE<br/>with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for:<br/>alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax.<br/>mac68k/macppc no there yet because of missing feature in makefs.<br/>call iso_image in distrib/ for iso-image in the top Makefile.<br/>Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO<br/>images. amd64 gets a single kernel; i386 images gets 3 kernels:<br/>- netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default<br/>- nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz<br/>- nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal<br/>  non-ACPI kernel<br/>- drop the bootcd-laptop image<br/>both gets an installcd image, which is the same as bootcd but with the<br/>binary sets in addition to kernels.<br/>Make iso-image do nothing for all but mac68k, which still<br/>relies on mkisofs to create bootable ISO image. macppc should also be there,<br/>but it seems the code to make an iso bootable never got added in etc.macppc/<br/>Fix typo in subdir name.<br/>Revert local changes that went in accidentally with the "add ACPI" commit.<br/>Note ACPI by default in i386/amd64, and the iso-image changes.<br/>Fix SUBDIR in previous<br/>Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly.<br/>Correct typo: the directory is named cdroms, not cdrom.<br/>Use nblaptop and nbnoacpi for the alternative kernel names; as suggected by<br/>Alan Barrett. While there factor out the kernels in Makefile.cdrom.</title>
    <description>/src/distrib/playstation2/Makefile - 1.12.18.1</description>
    <pubDate>Fri Mar 09 06:59:23 UTC 2007</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/distrib/playstation2/Makefile - 1.13.12.1</description>
    <pubDate>Sun Oct 05 20:10:30 UTC 2008</pubDate>
    <dc:creator>mjf</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/playstation2/Makefile - 1.14.4.1</description>
    <pubDate>Thu May 22 00:01:31 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>
</channel></rss>

