From owner-svn-src-head@freebsd.org Tue Apr 19 03:47:01 2016 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 3E8B9B14402; Tue, 19 Apr 2016 03:47:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x231.google.com (mail-pf0-x231.google.com [IPv6:2607:f8b0:400e:c00::231]) (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 054081F03; Tue, 19 Apr 2016 03:47:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x231.google.com with SMTP id c20so2059203pfc.1; Mon, 18 Apr 2016 20:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8ChaDjT4Zd8IN17U8lVeH2+R4d2E7NjRiIyctu5q+OI=; b=vF4uIeDweGYdv9hCv/AfD61oV3zzpTSryWRqoYvZmzR2vxBhpB7+lE1BFAZmtkwKp0 fiGxumMcbStHcslWYKEMiTYFF/UTMwt/GNRGTAeQTc4efAeuu3HX/gEfKjiXKWSWu/xe ZqD4rrPoZzd+DHPG6Co2n4BgW5rEnoOihCVAx/z3C0eCIQZK3Me68wwzoAPizc/f5SEj xQlE0eNyNkcp0FKLG3lASrnX5K2jXBj0V7C64Yc4MvKqLIrR09zXYi4SzSazkqFc6Wmv h24oZLZ/QPLi2iTI+5N3MXo2flpN3NhTXFf8z1F7IS7cr8puUpYAploQbAY9Tp8w+Wd4 YewQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8ChaDjT4Zd8IN17U8lVeH2+R4d2E7NjRiIyctu5q+OI=; b=elgGt+MX12nOUi5rGiKnxai827w0pw5q/stNwjQ+r2v4xler5Vk0Ac5+uaxYhPLC/t aP5yAP0HRszT4MKOc9HWI4DR4saALxt1wAUFkpCGXcUJikThnRiuY1u7Orm8Rt+j8dq5 W0T7VumD6X0hRaayuER7gabo4vHrp4OHrIxdHNLuF/OH2ByVeBoUFT8A6OEvEMIickAa uGokdu5CgjQZECNRYRJE1e63Xuwzj8WH5D6rvvWtdiA+iDSPVSlBJksyJKgpM5B6Xek6 g6ccJE5zlZNhHCdi96cyCN4FproR4ae1jDLhTWZY1tiKGs4iOjn57Dh6QVbUaXnrByDr yIVQ== X-Gm-Message-State: AOPr4FVt7X/qtSh+QatoSgkFclxV0eP7LhClhnZrtSLU8n7zifOqTBBvGsj0KqxI0KIwLQ== X-Received: by 10.98.76.22 with SMTP id z22mr1022174pfa.78.1461037620460; Mon, 18 Apr 2016 20:47:00 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:5809:7708:b651:d864? ([2601:601:800:126d:5809:7708:b651:d864]) by smtp.gmail.com with ESMTPSA id 187sm9092990pff.66.2016.04.18.20.46.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Apr 2016 20:46:59 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r298204 - in head: lib/libdwarf lib/libelf lib/libelftc usr.bin/addr2line usr.bin/cxxfilt usr.bin/elfcopy usr.bin/nm usr.bin/readelf usr.bin/size usr.bin/strings From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <5715A949.1020100@freebsd.org> Date: Mon, 18 Apr 2016 20:46:59 -0700 Cc: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2E536470-D205-458F-A5D8-687D4EB8883C@gmail.com> References: <201604181313.u3IDDxsK064810@repo.freebsd.org> <5715A949.1020100@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 19 Apr 2016 03:47:01 -0000 > On Apr 18, 2016, at 20:43, Julian Elischer wrote: >=20 > On 18/04/2016 9:13 PM, Ed Maste wrote: >> Author: emaste >> Date: Mon Apr 18 13:13:59 2016 >> New Revision: 298204 >> URL: https://svnweb.freebsd.org/changeset/base/298204 >>=20 >> Log: >> Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain >=20 > and if the last component is '..' ? > What our FreeBSD lacks are the $(abspath ... ) or $(realpath ...) > operations from gnu make. Actually it lacks a LOT from gnu make. > I'd love to see us import a lot of things from there that are = genuinely useful (and a lot less cryptic). >=20 >=20 > you could try make use of :tA in to make this more robust and useful. Or use SRCTOP, which (by proxy) uses :tA. Thanks, -Ngie=