<?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/i386/floppies/bootfloppy-tiny/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.13.32;<br/>Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.13</description>
    <pubDate>Mon Nov 18 00:39:46 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Merge kernel-ramdisk &amp; kernel-rescue into instkernel, now that<br/>../../common/Makefile.mdset supports building multiple copies of the<br/>same kernel (as long as they're to separate filenames).<br/>Now there's no need to set FLOPPYKERNDIR, as it now defaults to instkernel.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.12</description>
    <pubDate>Mon Oct 14 16:20:40 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>- Convert to using distrib/common/buildfloppies.sh, which can build both<br/>  single and multi-volume floppies in better fashion that the crufty<br/>  shell commands in the various Makefiles.<br/>- Move fdset* -&gt; bootfloppy*, as that's more consistent</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.11</description>
    <pubDate>Tue Apr 16 05:23:40 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Yet Another Cleanup:<br/>- factor more stuff into common/Makefile.*<br/>- use NDWO makefile layout<br/>- don't always rebuild bootfloppy-* and fdset-* stuff. (mmm, dependencies)<br/>- add .WAIT sync in top level Makefile</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.10</description>
    <pubDate>Thu Apr 11 00:17:15 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Use ${PRINTOBJDIR}.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.9</description>
    <pubDate>Tue Mar 05 20:29:35 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>since we have ${TOP}, use it...</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.8</description>
    <pubDate>Fri Feb 08 04:37:25 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Major overhaul, to enable unprivileged (cross) building, removing the<br/>requirement to build as root on a system with vnconfig.<br/><br/><br/>Use ${KERNSRCDIR} and ${_SRC_TOP_} where appropriate<br/><br/>Remove now-obsolete:<br/>	list2sh.awk runlist.sh bootfloppy-common/list<br/><br/>Bootfloppy-*/Makefile: don't need to set DISKTYPE or BLOCK8K any more<br/><br/>Rename  bootfloppy-common/Makefile.inc  to  common/Makefile.bootfloppy<br/>and	fdset-common/Makefile.inc       to  common/Makefile.fdset<br/>This uses makefs instead of vnconfig and disklabel, thus removing the<br/>need for root privileges to build these floppies..<br/><br/>Add common/Makefile.ramdisk, to simplify ramdisk-*/Makefile.<br/>Uses shared ${_SRC_TOP_}/distrib/common/Makefile.crunch and<br/>${_SRC_TOP_}/distrib/common/Makefile.image to even further simply things.<br/><br/>Migrate ramdisk-*/dot.profile to a shared common/dot.profile, which<br/>detects whether it's an install or rescue profile based on the existance<br/>of /sysinst.  Remove /dev generation code as init(8) now does that for us.<br/><br/>Migrate common parts of */list to a shared common/list.ramdisk.<br/>Convert ramdisk-*/list to new format used by distrib/common/parselist.awk<br/>Don't bother running pwd_mkdb now that libhack's getpwent parses<br/>/etc/master.passwd instead of /etc/passwd.<br/><br/>Migrate ramdisk-*/mtree.conf to a shared common/mtree.conf, which is now a<br/>new full-path-style specfile.<br/><br/>Remove ramdisk-*/ramdiskbin.conf as it's now automatically generated<br/>from ramdisk-*/list by parselist.awk.<br/><br/>Migrate ramdisk-*/termcap.mini to a shared common/termcap.mini.<br/><br/>Remove unused ramdisk-{small,tiny}/disktab.preinstall.<br/><br/>Use .for loops in kernel-*/Makefile to simply defining mostly-duplicated<br/>targets.<br/><br/>ramdisk-*/Makefile: convert to using common/Makefile.ramdisk<br/><br/>Remove unused ramdisk-*/dot.hdprofile.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.7</description>
    <pubDate>Sun Feb 03 16:22:21 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Rearrange bootfloppies. The idea is that "rescue" tools go on the<br/>floppies as long as they fit, but they are the first to be sacrificed<br/>if space is short, and get moved to a seperate rescue floppy.<br/><br/>This means that the default fdset and the 2.88M image have them,<br/>but others (the "small" and "tiny" floppies) do not.<br/><br/>Sysinst is also back on the "tiny" image, and tested to be working<br/>within 4M.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.6</description>
    <pubDate>Wed Sep 27 16:04:14 UTC 2000</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>branches:  1.5.4;<br/>Need BLOCK8K now.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.5</description>
    <pubDate>Fri May 05 21:35:51 UTC 2000</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>Merge latest build system changes, and use the kernels built in ramdisk-kernel.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.4</description>
    <pubDate>Fri May 05 20:13:31 UTC 2000</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.3</description>
    <pubDate>Tue May 02 16:06:49 UTC 2000</pubDate>
    <dc:creator>sjg</dc:creator>
</item>

<item>
    <title>allow to set location of INSTALL kernel from command line so that<br/>bootfloppies can be built with r/o /usr/src or with other kernels</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.2</description>
    <pubDate>Tue Mar 23 18:10:59 UTC 1999</pubDate>
    <dc:creator>drochner</dc:creator>
</item>

<item>
    <title>Fixes to the install floppies<br/>(from Havard.Eidnes@runit.sintef.no)</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.1</description>
    <pubDate>Mon Oct 12 16:32:17 UTC 1998</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>Sync with -current. Approved by jhawk. Original commit message:<br/><br/>Rearrange bootfloppies. The idea is that "rescue" tools go on the<br/>floppies as long as they fit, but they are the first to be sacrificed<br/>if space is short, and get moved to a seperate rescue floppy.<br/><br/>This means that the default fdset and the 2.88M image have them,<br/>but others (the "small" and "tiny" floppies) do not.<br/><br/>Sysinst is also back on the "tiny" image, and tested to be working<br/>within 4M.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.5.4.1</description>
    <pubDate>Mon Oct 09 13:43:29 UTC 2000</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/distrib/i386/floppies/bootfloppy-tiny/Makefile - 1.13.32.1</description>
    <pubDate>Sun Oct 05 20:10:20 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>
</channel></rss>

