<?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>b2d245a0 - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#b2d245a0</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435(cherry picked from commit 93c43690960274dd3bb67b1ee0f1dd3ca4d13def)

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 14:31:30 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85c8521e - env(1): grow -L user/class and -U user/class options</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#85c8521e</link>
        <description>env(1): grow -L user/class and -U user/class optionsThis allows one to set the environment of the specified user either fromlogin.conf alone (-L) or both login.conf and ~/.login_conf if present (-U).This is a supporting feature to allow service(8) to pull in the environmentof the &quot;daemon&quot; class before invoking the rc script.This is a part of D21481.Submitted by:	Andrew Gierth &lt; andrew_tao173.riddles.org.uk&gt;

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Wed, 05 Feb 2020 04:29:55 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fbe7ebf - Add the &apos;-S&apos; and &apos;-P&apos; options.  The &apos;-S&apos; option can be used to split</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#8fbe7ebf</link>
        <description>Add the &apos;-S&apos; and &apos;-P&apos; options.  The &apos;-S&apos; option can be used to splitapart a string, and supports some text substitutions.  This can beused to provide all the flexibility (and more!) that was lost by recentchanges to how the kernel parses #!-lines in shell scripts.The &apos;-P&apos; option provides a way to specify an alternate set of directoriesto use when searching for the &apos;utility&apos; program to run.  This way you canbe sure what directories are used for that search, without changing thevalue of PATH that the user has set.  Note that on FreeBSD 6.0, thisoption is worthless unless the &apos;-S&apos; option is also used.Approved by:	re (blanket `env&apos;)

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Mon, 20 Jun 2005 03:43:25 +0000</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14f566d3 - Split the env(1) manpage off from printenv(1); there is not much point</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#14f566d3</link>
        <description>Split the env(1) manpage off from printenv(1); there is not much pointin keeping them together. Mention that printenv is obsolescent.

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Sun, 01 Jun 2003 06:29:47 +0000</pubDate>
        <dc:creator>Tim J. Robbins &lt;tjr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bd71d2 - Remove leaf node WARNS?=2 (that mainly I added). This should</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#91bd71d2</link>
        <description>Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 22:31:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6751868 - Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#f6751868</link>
        <description>Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$where necessary.Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Sat, 30 Jun 2001 05:39:36 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa146c53 - Tweaks to allow compiling -Wall (mostly adding &quot;const&quot; to char rcsid[]).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#fa146c53</link>
        <description>Tweaks to allow compiling -Wall (mostly adding &quot;const&quot; to char rcsid[]).

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Sun, 06 Dec 1998 22:58:23 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/env/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-13.1/usr.bin/env/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:33:43 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
