<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5ef6a33bb951b0c07bff4a712866a534fb943706 - Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#5ef6a33bb951b0c07bff4a712866a534fb943706</link>
        <description>Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.trees, because it can race with the libsa/libkern/etc. makefiles&apos; owncleandir rules. I think I&apos;ve found all of the uses of the offending idiom...Closes PR 43360.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Thu, 27 May 2010 06:58:12 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d008724eb5ccc4af8c9c17d3574d2955529a1cb5 - Switch atari standalone bootloaders to using MI libsa and libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#d008724eb5ccc4af8c9c17d3574d2955529a1cb5</link>
        <description>Switch atari standalone bootloaders to using MI libsa and libkern.Tested by David Ross on port-atari@. Thanks!

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 31 Mar 2009 11:42:07 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18014b1a994a9556ff431dc2cf09e0da6cb6efab - Remove bcmp() from MD libsa.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#18014b1a994a9556ff431dc2cf09e0da6cb6efab</link>
        <description>Remove bcmp() from MD libsa.XXX: These ports should be rewritten to use MI libsa for maintainability.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Thu, 19 Mar 2009 10:19:33 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe5a481b54379a7db24b30bac9ab4b79d7385c3c - Fix PR port-atari/40315: Bootloader fails on Atari TT030</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#fe5a481b54379a7db24b30bac9ab4b79d7385c3c</link>
        <description>Fix PR port-atari/40315: Bootloader fails on Atari TT030 Add asm sources which provide a fixed entry point for raw bootxx and bootxxx because modern aggressive gcc4 may reorder functions in the same source and the first function in a C source won&apos;t always appear at the beginning in its object.Also overhaul various files in the stand directory:- rename stand/Makefile.inc to stand/Makefile.booters and  explicitly include it from each Makefile because the stand  directory contains non standalone programs like installboot and  Makefile.inc will be included implicitly from all Makefiles in SUBDIRs- put more common options into Makefile.booters so that  all boot programs use proper options (-Os etc.)- make standalone boot programs compile without installed ${DESTDIR}:  - create machine and m68k symlinks in ${.OBJDIR} in all boot programs  - set appropriate make environments to suppress errors and warnings  - &lt;string.h&gt; isn&apos;t there in _STANDALONE case  - put #ifdef TOSTOOLS (looks equivarent with !_STANDALONE)    to some files in stand/tostools  - use ${LD} ${LINKFLAGS} rather than ${CC} ${LDFLAGS}- create raw binaries on ${PROG} target rather than on beforeinstall  and stop weird renaming on beforeinstall and afterinstall- print proper error message if bootxx size is larger than limit- create ${DESTDIR}/usr/mdec/{milan,std} directories on beforeinstall  in all boot programs  (XXX: how can we put MD /usr/mdec/foo directories into src/etc/mtree?)- prototype warnsfy- cleanup Makefiles for readablity and remove unnecessary rules- no need to use daddr_t in installboot because the AHDI label doesn&apos;t  support 64 bit block numbersTested by David Ross (PR submitter) on port-atari, andfinally NetBSD/atari on TT030 is now fully functional.Should be pulled up to netbsd-4 (where gcc4 was initially imported)and netbsd-5.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 06 Jan 2009 13:35:30 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>143d7e2daf96bd449d5afa52b8b8a9915052df3d - Make this build again by using ${S}/../common/lib/libc/Makefile.inc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#143d7e2daf96bd449d5afa52b8b8a9915052df3d</link>
        <description>Make this build again by using ${S}/../common/lib/libc/Makefile.inc.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Fri, 30 Dec 2005 00:24:48 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Sun, 11 Dec 2005 12:16:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>265b2da145f45e44c7a894cb7b190eafaa60c2d4 - Sync comment with reality.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#265b2da145f45e44c7a894cb7b190eafaa60c2d4</link>
        <description>Sync comment with reality.While here, remove trailing spaces.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 28 Jun 2005 14:14:00 +0000</pubDate>
        <dc:creator>junyoung &lt;junyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c85fb0b71992190cacbf66036a1f9a88e7f181be - add memcmp. Why doesn&apos;t this use the regular libsa pullover?</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#c85fb0b71992190cacbf66036a1f9a88e7f181be</link>
        <description>add memcmp. Why doesn&apos;t this use the regular libsa pullover?

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 14 Jun 2005 01:07:36 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d820cc002965fe434527ee540d050923ceba21a9 - Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflict</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#d820cc002965fe434527ee540d050923ceba21a9</link>
        <description>Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflictwith otherwise built-in functions and prototypes in the new gcc.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 28 Oct 2003 11:41:46 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b98ddfffb3a2e3cc5aca826019adc7031b8431a3 - libsa/bcmp.c now defines both bcmp and memcmp</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#b98ddfffb3a2e3cc5aca826019adc7031b8431a3</link>
        <description>libsa/bcmp.c now defines both bcmp and memcmp

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Fri, 29 Aug 2003 19:50:26 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb53c3ac12ab70689d7316a362a5867636276b2c - The new ufs.o also needs memset, so add it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#cb53c3ac12ab70689d7316a362a5867636276b2c</link>
        <description>The new ufs.o also needs memset, so add it.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Sun, 24 Aug 2003 15:19:46 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09c602286829c7dc15e8caaae6f9ea3242740775 - Add memcmp, memmove and bcmp to handle the new ufs.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#09c602286829c7dc15e8caaae6f9ea3242740775</link>
        <description>Add memcmp, memmove and bcmp to handle the new ufs.c.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Thu, 21 Aug 2003 23:24:36 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da63355bc0346e69f641618e6a2768bbee4d6fa0 - Undo the last; adding the quad arithmetic caused the boot code to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#da63355bc0346e69f641618e6a2768bbee4d6fa0</link>
        <description>Undo the last; adding the quad arithmetic caused the boot code tooverflow.  Instead do as the mvme68k port, and use 32-bit daddr_t here.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 01 Apr 2003 14:27:43 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>369a9dc367d481e25b1b42a4bdb54543f4ae242c - Adapt to daddr_t being bumped to 64 bits.  This required us to add</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#369a9dc367d481e25b1b42a4bdb54543f4ae242c</link>
        <description>Adapt to daddr_t being bumped to 64 bits.  This required us to adddiv/mod quad operations to libsa, and adjusting a pair of format specifiers.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Tue, 01 Apr 2003 13:31:23 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b225b8ff770f2bb517a7377d759fe7720bf9b73 - also don&apos;t make the machine symlinks for &apos;clean&apos; target</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#8b225b8ff770f2bb517a7377d759fe7720bf9b73</link>
        <description>also don&apos;t make the machine symlinks for &apos;clean&apos; targetmove the CLEANFILES update out of the .if, so that the files get removed  for &apos;clean&apos; or &apos;cleandir&apos;

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Sun, 05 May 2002 17:11:41 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>806100bb5546afa0c6967bbd8eab8716058807af - Don&apos;t make the machine symlinks for &apos;cleandir&apos; target either. This</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#806100bb5546afa0c6967bbd8eab8716058807af</link>
        <description>Don&apos;t make the machine symlinks for &apos;cleandir&apos; target either. Thisshould fix read-only source builds.XXX Perhaps the condition should be changed toXXX .if make(depend) || make(all) || make(dependall)XXX similarily to bsd.kmod.mk?

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Sun, 05 May 2002 15:30:05 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98b2b14b9cd0581b5ea958bda85d6bf46a509016 - Add files.c to SRCS, since other bits of libsa want it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#98b2b14b9cd0581b5ea958bda85d6bf46a509016</link>
        <description>Add files.c to SRCS, since other bits of libsa want it.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Mon, 08 Apr 2002 17:25:54 +0000</pubDate>
        <dc:creator>bjh21 &lt;bjh21@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0cd2b4eee62b48b14f280bd8105cace866149316 - Take care of the &apos;machine&apos; and  &apos;m68k&apos; include paths.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#0cd2b4eee62b48b14f280bd8105cace866149316</link>
        <description>Take care of the &apos;machine&apos; and  &apos;m68k&apos; include paths.Copied verbatim from the x68k/stand/libsa/Makefile.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Mon, 11 Mar 2002 10:29:42 +0000</pubDate>
        <dc:creator>leo &lt;leo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e6f7afb5bba2c07fd084c08249718961dfbc1d1 - MKfoo=no -&gt; NOfoo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#8e6f7afb5bba2c07fd084c08249718961dfbc1d1</link>
        <description>MKfoo=no -&gt; NOfoo

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 01:48:43 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48c09b62430b17d986cf4f3659100ac2702ca92c - Work around &lt;bsd.lib.mk&gt; used for kernel libs in other places.  Clean up</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/atari/stand/libsa/Makefile#48c09b62430b17d986cf4f3659100ac2702ca92c</link>
        <description>Work around &lt;bsd.lib.mk&gt; used for kernel libs in other places.  Clean upinclude paths.

            List of files:
            /netbsd-src/sys/arch/atari/stand/libsa/Makefile</description>
        <pubDate>Wed, 14 Nov 2001 23:01:13 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
