From owner-svn-src-head@freebsd.org Mon Mar 21 14:28:51 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 86C4AAD7E6C; Mon, 21 Mar 2016 14:28:51 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 4E8921AF; Mon, 21 Mar 2016 14:28:51 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ig0-x235.google.com with SMTP id ig19so68833774igb.1; Mon, 21 Mar 2016 07:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=TL/HgRab++KMaNedQcnY/tA4UcG0Llp+7Rj/ppXQcXQ=; b=zb46tALW5gkrCeOwOkR3Ewr0guCpPp/a4TGogDSR5ObYZGC7TmyMfwOJWxKX2UKiPE VEcKGM2G9lrcRF57hNVfiUKn4N0oY+hzZa8cieSrzWu5cEsLUHzeMAIMecPQZUehKz9d uzRnLkEuY64By6okXHFlzb7noRIBWfRdigOrrNESJehJj9qlIL1lMRnWGMfMlW79kW8F Gqqwt65ofphJiOUD0FLHe4ev1oSNqqks8QmanlwejqpQUMCLhgJA7UaIW0A9Y93xFTk7 c8sF9VBXsruDGJg6pHZ/lifgPEHruPh4VLsFIb3T2p9LSiLvYxDWpB/ton663dJ9Juke iKMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=TL/HgRab++KMaNedQcnY/tA4UcG0Llp+7Rj/ppXQcXQ=; b=ScvcnGXYcLtf6rt6m7VQY8N/BBM3o9MjFCTWP6RT3uWASAnVdj/YnHwk/NSbHyeFBo 6sIXThFd6OeyiMCczfoIwm4hMrONG6xFpeiqSLh4t5mSS1VSQ/NVirPoUutryhQxNNPG fPGfy3j/HLS+qyIjRaWoB3OCWJH4x/uqm3TNWuQE/gc+StJj7wB9MypTCzjPiOqy7VAc Tu9RIP6dEcdlBWEnxXin/m3wimFpB5HwJ2RIh9vkulxz15trutYLYzzqwi/a2Nyx1YBG RYotevFeXBDzE2OqbdT8fUKm6OFRWvbhNJKgLfRbE5feY3FRxzb5o0JvNhkZMi/Mznh3 xO+g== X-Gm-Message-State: AD7BkJJnFVgToQAvMqZ6yE6ihIkwthaoURuh/y0dkso/jdUpWReYmY7TZYbM1LfwCYWRf1TZpIbSuuGR2+5yqg== X-Received: by 10.50.132.102 with SMTP id ot6mr11612784igb.97.1458570530549; Mon, 21 Mar 2016 07:28:50 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Mon, 21 Mar 2016 07:28:31 -0700 (PDT) In-Reply-To: <20160315061641.GI11339@ivaldir.etoilebsd.net> References: <201603122144.u2CLiXv5023698@repo.freebsd.org> <20160315061641.GI11339@ivaldir.etoilebsd.net> From: Ed Maste Date: Mon, 21 Mar 2016 10:28:31 -0400 X-Google-Sender-Auth: Xse7Te0E8oZWFjI19WfC-KMsFyU Message-ID: Subject: Re: svn commit: r296769 - in head/sys/boot/efi: boot1 loader To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "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.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: Mon, 21 Mar 2016 14:28:51 -0000 On 15 March 2016 at 02:16, Baptiste Daroussin wrote: > On Sat, Mar 12, 2016 at 09:44:33PM +0000, Ed Maste wrote: >> Author: emaste >> Date: Sat Mar 12 21:44:33 2016 >> New Revision: 296769 >> URL: https://svnweb.freebsd.org/changeset/base/296769 >> >> Log: >> boot/efi: Prefer nm to objdump > > [...] > grep -q maybe to avoid extra noise? I intentionally did not hide grep's output so that if there are undefined symbols the reason for the build failure is apparent. In the normal case this should produce no output.