svn commit: r288241 - head/share/mk

NGie Cooper yaneurabeya at gmail.com
Fri Sep 25 23:12:06 UTC 2015


On Fri, Sep 25, 2015 at 4:03 PM, Bryan Drewery <bdrewery at freebsd.org> wrote:
> Author: bdrewery
> Date: Fri Sep 25 23:03:32 2015
> New Revision: 288241
> URL: https://svnweb.freebsd.org/changeset/base/288241
>
> Log:
>   Remove 'set -e' that are no longer needed as it is already default.
>
>   When bmake was initially imported at r241298 shell commands were no longer
>   ran with 'set -e' as they were before.  This was fixed in r254980 so they
>   again always use 'set -e'.

The bsd.subdir.mk portion of the change looks like it would cause
issues depending on what's being called (fmake or an earlier version
of sys.mk might be used at install time).


More information about the svn-src-all mailing list