<?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>08e8554c - env: Add a handful of test cases.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/env/Makefile#08e8554c</link>
        <description>env: Add a handful of test cases.MFC after:	3 daysSponsored by:	Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D46996(cherry picked from commit 334af5e4131b21c658203635bf713d6a59846585)env: Improve documentation.* The `env` utility&apos;s inability to run a command whose name contains an  equal sign is a feature, not a bug, so move that paragraph up from the  BUGS section to the DESCRIPTION section.* Mention that this can be worked around by prefixing the command name  with `command`, and add an example of this to the EXAMPLE section.* Add a test case which verifies that `env` does not run a command with  an equal sign in its name even if it exists, and also demonstrates the  workaround.MFC after:	3 daysSponsored by:	Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D46997(cherry picked from commit a0dfb0668b45506de97beb4c7acbe3fd1ba69fc8)env: Add an option to change the directory.This mirrors the equivalent option in GNU coreutils env, but does notadd support for long options.MFC after:	3 daysRelnotes:	yesSponsored by:	Klara, Inc.Reviewed by:	0mp, bcrDifferential Revision:	https://reviews.freebsd.org/D47008(cherry picked from commit 6f6166e49c78f6460732c02bbbba6fcc218221cf)env: Check the status of stdout.MFC after:	3 daysSponsored by:	Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D47009(cherry picked from commit c2d93a803acef634bd0eede6673aeea59e90c277)

            List of files:
            /freebsd-14.2/usr.bin/env/Makefile</description>
        <pubDate>Mon, 07 Oct 2024 21:00:17 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/env/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/env/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93c43690 - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/env/Makefile#93c43690</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

            List of files:
            /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/usr.bin/env/Makefile#fa146c53</link>
        <description>Tweaks to allow compiling -Wall (mostly adding &quot;const&quot; to char rcsid[]).

            List of files:
            /freebsd-14.2/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-14.2/usr.bin/env/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/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>
