From owner-svn-src-all@FreeBSD.ORG Wed May 9 23:16:54 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A50B1106564A for ; Wed, 9 May 2012 23:16:54 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id 366088FC12 for ; Wed, 9 May 2012 23:16:54 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssSp3k4Fo0XlDQw== X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-207-43-139.web.vodafone.de [2.207.43.139]) by smtp.strato.de (joses mo15) (RZmta 29.6 DYNA|AUTH) with (DHE-RSA-AES128-SHA encrypted) ESMTPA id U06106o49L9m7X for ; Thu, 10 May 2012 01:16:51 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Thu, 10 May 2012 01:16:47 +0200 Date: Thu, 10 May 2012 01:16:47 +0200 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Message-ID: <20120509231647.GA9352@britannica.bec.de> References: <201205092213.q49MDvuk005057@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: svn commit: r235209 - head/games/fortune/datfiles X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 23:16:54 -0000 On Wed, May 09, 2012 at 04:05:09PM -0700, Garrett Cooper wrote: > I've been told multiple times that YMMV for make -C vs cd ; make, FYI, > so I've modified my behavior to match the cd ; make idiom. Interesting > why I've only been told this in BSD circles though... Please note that it should be cd && make, at least some version of make implement the (old?) POSIX make behavior of using set -e by default. Joerg