From owner-svn-src-head@freebsd.org Fri Aug 7 16:06:48 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFE553BE476; Fri, 7 Aug 2020 16:06:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNVbr5cjPz4cDC; Fri, 7 Aug 2020 16:06:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 9EB12154FD; Fri, 7 Aug 2020 16:06:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f172.google.com with SMTP id p25so2186088qkp.2; Fri, 07 Aug 2020 09:06:48 -0700 (PDT) X-Gm-Message-State: AOAM532TjUAHYoHDHvT/1nyBOHSsQuRdMvATdmLFYTbGIHjGoeBHzh7x dC8qhdrsWQqR7I1cZOWvR9qCef3ocVhk6ZvP5ls= X-Google-Smtp-Source: ABdhPJxVtYjAKEl2pcCGQfKue1LM7tgUBfg4Woqi6e4NjPKCHCYW0Nyf8OeMt1QYhV3JU0vl1xtEcdxT9EqwaFupMYU= X-Received: by 2002:a37:d83:: with SMTP id 125mr14708207qkn.430.1596816408025; Fri, 07 Aug 2020 09:06:48 -0700 (PDT) MIME-Version: 1.0 References: <202008071604.077G41dj025962@repo.freebsd.org> In-Reply-To: <202008071604.077G41dj025962@repo.freebsd.org> From: Kyle Evans Date: Fri, 7 Aug 2020 11:06:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r364023 - head/usr.bin/grep To: Alex Richardson Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 07 Aug 2020 16:06:48 -0000 On Fri, Aug 7, 2020 at 11:04 AM Alex Richardson wrote: > > Author: arichardson > Date: Fri Aug 7 16:04:01 2020 > New Revision: 364023 > URL: https://svnweb.freebsd.org/changeset/base/364023 > > Log: > Always install usr.bin/grep as grep when bootstrapping > > We have to bootstrap grep when cross-building from macOS/Linux. > What's going on here that it isn't bootstrapping gnugrep over in gnu/usr.bin/grep as grep? My gut instinct is that we're missing something else and this isn't quite the right place to have addressed this. Thanks, Kyle Evans