<?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>0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7 - NetBSD re-synchronization of the source tree</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7</link>
        <description>NetBSD re-synchronization of the source treeThis brings our tree to NetBSD 7.0, as found on -current on the10-10-2015.This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libmincChange-Id: I149836ac18e9326be9353958bab9b266efb056f0

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 15:01:16 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel.sambuc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>84d9c625bfea59e274550651111ae9edfdc40fbd - Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#84d9c625bfea59e274550651111ae9edfdc40fbd</link>
        <description>Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) - Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params.     This has been done as the make target has been renamed in the same     way, while a new target named params has been added. This new     target generates a file containing all the parameters, instead of     printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras &lt;ben@minix3.org)     get getservbyport() out of the inner loopChange-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Fri, 06 Dec 2013 11:04:52 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel@minix3.org&gt;</dc:creator>
    </item>
<item>
        <title>435f2b00953e839de867b4071e42e2a38e0b3f9a - Downgrading to netbsd zlib version</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#435f2b00953e839de867b4071e42e2a38e0b3f9a</link>
        <description>Downgrading to netbsd zlib versionChange-Id: I83cf73d8357ea34ab5e49fe15bd4c45ce54cac01

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 06 Apr 2013 16:45:48 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel@minix3.org&gt;</dc:creator>
    </item>
<item>
        <title>f14fb602092e015ff630df58e17c2a9cd57d29b3 - Libraries updates and cleanup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#f14fb602092e015ff630df58e17c2a9cd57d29b3</link>
        <description>Libraries updates and cleanup * Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the   meaning of the comment. * Cleaned up _REENTRANT-related defintions. * Disabled -D_REENTRANT for libfetch * Removing some unneeded __NBSD_LIBC defines and testsChange-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Thu, 15 Nov 2012 11:06:41 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel@minix3.org&gt;</dc:creator>
    </item>
<item>
        <title>7d73223f082b851c17626118d02cf4ba375b1d8c - Removing test on __MINIX_w which is never defined</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#7d73223f082b851c17626118d02cf4ba375b1d8c</link>
        <description>Removing test on __MINIX_w which is never defined

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 22 Sep 2012 21:28:53 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel@minix3.org&gt;</dc:creator>
    </item>
<item>
        <title>9152e1c5a7225885973292842eaa6ab5121d1a38 - Upgrading build system to new NetBSD revision</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#9152e1c5a7225885973292842eaa6ab5121d1a38</link>
        <description>Upgrading build system to new NetBSD revisionThe tested targets are the followgin ones: * tools * distribution * sets * releaseThe remaining NetBSD targets have not been disabled nor tested*at all*. Try them at your own risk, they may reboot the earth.For all compliant Makefiles, objects and generated files are put inMAKEOBJDIR, which means you can now keep objects between two branchswitching. Same for DESTDIR, please refer to build.sh options.Regarding new or modifications of Makefiles a few things: * Read share/mk/bsd.README * If you add a subdirectory, add a Makefile in it, and have it called   by the parent through the SUBDIR variable. * Do not add arbitrary inclusion which crosses to another branch of   the hierarchy; If you can&apos;t do without it, put a comment on why.   If possible, do not use inclusion at all. * Use as much as possible the infrastructure, it is here to make   life easier, do not fight it.Sets and package are now used to track files.We have one set called &quot;minix&quot;, composed of one package called &quot;minix-sys&quot;

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Wed, 12 Sep 2012 07:37:05 +0000</pubDate>
        <dc:creator>Lionel Sambuc &lt;lionel@minix3.org&gt;</dc:creator>
    </item>
<item>
        <title>7f2d47d84ca758d43a9bd9c1a1fefc2c1bcb3375 - Remove libkern, leave just header.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#7f2d47d84ca758d43a9bd9c1a1fefc2c1bcb3375</link>
        <description>Remove libkern, leave just header.Boot stuff dependencies from NetBSD.Patch by Antoine Leca. Relocated to src/sys.The port is using the same libminc.a as usual MINIX services (and doesnot use NetBSD libkern); the headers imported from NetBSD sys/ treehave been kept to a minimum (still numbers higher than 30 though.)Note the peculiar way to use libraries (libsa, libi386, etc.): thesource code is shared, but each component builds its own copy of thelibrary, with its own set of preprocessor defines.

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Wed, 25 Jan 2012 12:29:07 +0000</pubDate>
        <dc:creator>Evgeniy Ivanov &lt;lolkaantimat@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58a2b0008e28f606a7f7f5faaeaba4faac57a1ea - Initial import of libsa, libkern, bootxx, boot.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/minix3/sys/lib/libsa/Makefile#58a2b0008e28f606a7f7f5faaeaba4faac57a1ea</link>
        <description>Initial import of libsa, libkern, bootxx, boot.

            List of files:
            /minix3/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 09 Jan 2012 14:07:58 +0000</pubDate>
        <dc:creator>Evgeniy Ivanov &lt;lolkaantimat@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
