From owner-svn-src-head@freebsd.org Fri Sep 25 23:12:06 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D38EA084ED; Fri, 25 Sep 2015 23:12:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF22110F1; Fri, 25 Sep 2015 23:12:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgez77 with SMTP id z77so82087695qge.1; Fri, 25 Sep 2015 16:12:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UqU9w9GZU/4cf0RFKL11vQlOGJPyHLNhghTCfKJcXGM=; b=PAbQaulnyLUFlj2AiPKJMlfK4wRf/lseR/MUVTrxYpqQbr3I0mFMt+sMkNc+z72Dzy bSAQ7owuDgt2kQeGyJdIf4Yvp9RxJESozhW2c7UwhM8utsRWQxNDH+HSw0bSnRAomckz 3R+UCFwqSHmaAT7DzN05PCdEEG7PjxvpW/YCrp4mHFvMKn6sZZSAoclxocSdJdY2tRA0 r/qSnfO22TLwduKnZIhwDouCpC8Oapgk7aOYs91FxHpqocIiUfwdkw/JMfKfqO0W3Pp/ kvDXaIzwkt0XXV3T7k5Lk70lJkPdGlrF9VvT3fwizQmWMBSCAR/cim7iwE2M8uooF0mH LiuA== MIME-Version: 1.0 X-Received: by 10.140.147.18 with SMTP id 18mr9721362qht.44.1443222724890; Fri, 25 Sep 2015 16:12:04 -0700 (PDT) Received: by 10.140.94.44 with HTTP; Fri, 25 Sep 2015 16:12:04 -0700 (PDT) In-Reply-To: <201509252303.t8PN3Wx0098623@repo.freebsd.org> References: <201509252303.t8PN3Wx0098623@repo.freebsd.org> Date: Fri, 25 Sep 2015 16:12:04 -0700 Message-ID: Subject: Re: svn commit: r288241 - head/share/mk From: NGie Cooper To: Bryan Drewery Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:12:06 -0000 On Fri, Sep 25, 2015 at 4:03 PM, Bryan Drewery 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).