From owner-svn-src-head@freebsd.org Wed Mar 1 16:30:50 2017 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 F38CECE4F0B; Wed, 1 Mar 2017 16:30:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D300ED0; Wed, 1 Mar 2017 16:30:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 25C19282E; Wed, 1 Mar 2017 16:30:50 +0000 (UTC) Date: Wed, 1 Mar 2017 16:30:50 +0000 From: Alexey Dokuchaev To: Ian Lepore Cc: "Rodney W. Grimes" , "Ngie Cooper (yaneurabeya)" , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Ngie Cooper Subject: Re: svn commit: r314464 - head/usr.sbin/yppush Message-ID: <20170301163050.GA81295@FreeBSD.org> References: <201703010553.v215rfIj054071@pdx.rh.CN85.dnsmgr.net> <1488383691.60166.12.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488383691.60166.12.camel@freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 01 Mar 2017 16:30:51 -0000 On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > ... > You're not the only one who has diffed build output logs (I suspect > anyone who has to maintain a non-trivial build infrastructure has done > so), and you're not the only one who thinks that changing relative > paths to absolute is a bad idea. +1. Relative paths are so much nicer (and they are usually shorter as well). I didn't respond to these changes only because .CURDIR itself is expanded to a full path, so arguing if one wants some ../../ within what's inherently starts with a slash seems pointless. ./danfe