From owner-svn-ports-head@FreeBSD.ORG Fri Nov 22 12:02:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A5104DD; Fri, 22 Nov 2013 12:02:09 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0FF2FE1; Fri, 22 Nov 2013 12:02:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BAD1CBDC44; Fri, 22 Nov 2013 13:02:07 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 8AD65BDC30; Fri, 22 Nov 2013 13:02:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id E1DEDC840097; Fri, 22 Nov 2013 13:02:05 +0100 (CET) Date: Fri, 22 Nov 2013 13:02:03 +0100 From: Mathieu Arnold To: Tijl Coosemans Subject: Re: svn commit: r334573 - head/devel/raknet Message-ID: In-Reply-To: <20131122125248.22d4bdfd@kalimero.tijl.coosemans.org> References: <201311221131.rAMBVEeU056491@svn.freebsd.org> <4A32B27D1E6D98F73F717130@atuin.in.mat.cc> <20131122125248.22d4bdfd@kalimero.tijl.coosemans.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ganael LAPLANCHE , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 12:02:09 -0000 +--On 22 novembre 2013 12:52:48 +0100 Tijl Coosemans wrote: | With bmake in jobs mode (-j flag) the entire block is run by one shell | so a command with cd in it has to be put in parenthesis if it must not | affect the next command. Ah, I did not know that. Is it by design ? Do any other make do that ? I'll have to check perl@ ports I have removed quite a lot of parenthesis. -- Mathieu Arnold