From owner-svn-src-head@freebsd.org Sat Jun 16 03:34:47 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C2B1007A61; Sat, 16 Jun 2018 03:34:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-f53.google.com (mail-it0-f53.google.com [209.85.214.53]) (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 7FDE1716E9; Sat, 16 Jun 2018 03:34:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-f53.google.com with SMTP id n7-v6so5357834itn.1; Fri, 15 Jun 2018 20:34:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UUdPW5tcPxtVmkmIZgjeXgLc6WmuzU/yREBV1R/OF9k=; b=pPyFTOor7uei9537+5Lg05FgrVZnc/QOl2EiX7+XF2IEsqyCYx9XWSbqhRynVy8Va6 +y2B0J9+szr1zRpK8jy5D78SrHcvrNFp16HZhqDDhzapMLZ9Lp3o1EmnYX1Aeh5Y+eFk DzwU6ERK2wvSaGghbi5Yw0XONidm5C6k0OxxmgXFr4gV+2/z52MBwEpewVw0lAk1+BKG 4a7pSAVT6ThcbZoNISJ2TXyoo98Q/gqw7/wy3gfndk0akU/wRTt9BazLqONFZ+yCW4NS 62+1pQ+Ghd4cWotFCADmvV1HtIn/XmtvPgGRXT/N80AKiHw7t8dh9RgeXwTmqNbFJbIi uqSA== X-Gm-Message-State: APt69E2WiP/x7NdYQMkDl/fmLmVwd5bUexX5kelgzv+vN5jRih3hxIEP yUW4TSUpN51rFUY993rxAEKBDYy1KLrL6FIf8KnQ4g== X-Google-Smtp-Source: ADUXVKJe/5tHovrKr9VmTLMBWHWn47xzzLgAiHumOZQDzRUVkb/qhdlGJRQJcw8q5LMbNuPy0RLg1yUOHQaED++0jRk= X-Received: by 2002:a02:88cc:: with SMTP id b12-v6mr3089043jak.76.1529120085501; Fri, 15 Jun 2018 20:34:45 -0700 (PDT) MIME-Version: 1.0 References: <201806151618.w5FGIdXX006808@repo.freebsd.org> <8c9be7aa-649a-3df3-b485-c30230c13a4a@FreeBSD.org> In-Reply-To: <8c9be7aa-649a-3df3-b485-c30230c13a4a@FreeBSD.org> From: Ed Maste Date: Fri, 15 Jun 2018 23:34:33 -0400 Message-ID: Subject: Re: svn commit: r335210 - head/tools/build/options To: John Baldwin Cc: src-committers , 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.26 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: Sat, 16 Jun 2018 03:34:47 -0000 On Fri, 15 Jun 2018 at 14:35, John Baldwin wrote: > > > BTW, I found it confusing recently that objcopy's build glue was in > usr.bin/elfcopy. That perhaps made sense during the transition, but > should we just rename that to usr.bin/objcopy now? Probably, yes. I'm happy if you want to go ahead and do it, otherwise I'll get to it sometime later on.