<?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>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4739fc03e40d60c9d2e0c60df454eb61fed40d73 - Adapt to repository move of dist from external/bsd/bzip2 to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#4739fc03e40d60c9d2e0c60df454eb61fed40d73</link>
        <description>Adapt to repository move of dist from external/bsd/bzip2 toexternal/bsd/bzip2/dist.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 07 May 2012 08:51:47 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3815d29a7f27c87d0425f4d6b6d0bcaa5b803baa - Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#3815d29a7f27c87d0425f4d6b6d0bcaa5b803baa</link>
        <description>Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 07 May 2012 00:35:25 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ba7f0736859fa765d9a1b55d76215d6a83ecd8a - Add hook for SMALL</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#2ba7f0736859fa765d9a1b55d76215d6a83ecd8a</link>
        <description>Add hook for SMALL

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Sun, 06 Jun 2004 06:39:43 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d4973fe97b3955522f95510d5919c49467f0d43 - makefile delint. use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#5d4973fe97b3955522f95510d5919c49467f0d43</link>
        <description>makefile delint. use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 14:00:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed401558f2399dad0a071e0dab03c3ea04f64fd9 - Implement MKDYNAMICROOT, which currently defaults to &quot;no&quot;, but will</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#ed401558f2399dad0a071e0dab03c3ea04f64fd9</link>
        <description>Implement MKDYNAMICROOT, which currently defaults to &quot;no&quot;, but willbe changed in the future to &quot;yes&quot;.If MKDYNAMICROOT == &quot;no&quot;, there is no change from existing behaviourof a static /bin and /sbin (and a few programs in elsewhere).If MKDYNAMICROOT == &quot;yes&quot;, the following changes occur:    in &lt;bsd.own.mk&gt;:	SHLIBDIR?=     /lib	SHLINKDIR?=	/lib    in various Makefiles, the following entry is DISABLED.	LDSTATIC?=-staticThis results in all programs (except those &quot;standalone&quot; programs builtin sys/arch/*/stand) are linked dynamically, the shared linker is movedfrom /usr/libexec to /lib (with a compat symlink), and the sharedlibraries used by /bin and /sbin programs are moved from /usr/lib to/lib (with compat symlinks).

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Tue, 27 Aug 2002 14:46:11 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0982d0ded276f68c83ced626c272ffbb15866ce3 - Make this parallel make friendly.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#0982d0ded276f68c83ced626c272ffbb15866ce3</link>
        <description>Make this parallel make friendly.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Sun, 10 Jun 2001 00:17:51 +0000</pubDate>
        <dc:creator>enami &lt;enami@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a1c62c440d18ddd6706f7b5ba8f572e90fc385b - Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#6a1c62c440d18ddd6706f7b5ba8f572e90fc385b</link>
        <description>Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2.Complete API change, library major bumped. *sigh*

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Sun, 03 Jun 2001 13:41:59 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6915289539a16f78ded725affc337b45babdf279 - add missing prototypes in order to enable full WARNS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#6915289539a16f78ded725affc337b45babdf279</link>
        <description>add missing prototypes in order to enable full WARNS

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 05 Feb 2001 01:35:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcd0fb118f95dc8b48f9f10f6dfb6241877c6c79 - Make gcc 2.96 (and maybe earlier) happier.  Include &lt;stdlib.h&gt;,&lt;string.&gt;,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#fcd0fb118f95dc8b48f9f10f6dfb6241877c6c79</link>
        <description>Make gcc 2.96 (and maybe earlier) happier.  Include &lt;stdlib.h&gt;,&lt;string.&gt;,etc. as appropriate to get exit,srncmp,abs,abort,etc.Add -I${.CURDIR} to a few Makefiles

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 03 Jul 2000 02:51:12 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7c3a68ca1e998330494168c781c6bed8fd885e0 - Fix MLINKS. Define LDADD and DPADD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#c7c3a68ca1e998330494168c781c6bed8fd885e0</link>
        <description>Fix MLINKS. Define LDADD and DPADD.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 14 Sep 1998 05:34:41 +0000</pubDate>
        <dc:creator>ross &lt;ross@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9cab68505a303aa71218f325e9bb16efff82968 - NetBSD rcs id keywords.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/bzip2/Makefile#f9cab68505a303aa71218f325e9bb16efff82968</link>
        <description>NetBSD rcs id keywords.New Makefile, README.

            List of files:
            /netbsd-src/usr.bin/bzip2/Makefile</description>
        <pubDate>Mon, 14 Sep 1998 02:37:23 +0000</pubDate>
        <dc:creator>ross &lt;ross@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
