From owner-svn-src-head@FreeBSD.ORG Fri May 17 22:46:21 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DAA6B37B; Fri, 17 May 2013 22:46:21 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from exprod7og106.obsmtp.com (exprod7og106.obsmtp.com [64.18.2.165]) by mx1.freebsd.org (Postfix) with ESMTP id 8E510235; Fri, 17 May 2013 22:46:21 +0000 (UTC) Received: from P-EMHUB02-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob106.postini.com ([64.18.6.12]) with SMTP ID DSNKUZazN4XuLmCzL3U93RhBJ2z1kafuXU8Z@postini.com; Fri, 17 May 2013 15:46:21 PDT Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB02-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Fri, 17 May 2013 15:28:10 -0700 Received: from chaos.jnpr.net (chaos.jnpr.net [172.24.29.229]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id r4HMSAL98188; Fri, 17 May 2013 15:28:10 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos.jnpr.net (localhost [127.0.0.1]) by chaos.jnpr.net (Postfix) with ESMTP id 59BDB58097; Fri, 17 May 2013 15:28:10 -0700 (PDT) To: Tijl Coosemans Subject: Re: svn commit: r250699 - in head: share/mk usr.bin/make In-Reply-To: <5196A250.8030305@FreeBSD.org> References: <201305161528.r4GFSc5t094460@svn.freebsd.org> <5196745E.7040905@FreeBSD.org> <20130517193906.1675358097@chaos.jnpr.net> <5196A250.8030305@FreeBSD.org> Comments: In-reply-to: Tijl Coosemans message dated "Fri, 17 May 2013 23:34:08 +0200." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Fri, 17 May 2013 15:28:10 -0700 Message-ID: <20130517222810.59BDB58097@chaos.jnpr.net> MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 17 May 2013 22:46:21 -0000 On Fri, 17 May 2013 23:34:08 +0200, Tijl Coosemans writes: >When the output of /usr/local/libexec/portconf is empty make >warns about it: Yes. This is to avoid accidents. If you *know* that no output is a valid result, you can add '; echo' to the end of the command to suppress the warning. > >make: "/etc/make.conf" line 115: warning: Couldn't read shell's output fo= >r >"/usr/local/libexec/portconf" > >When it isn't empty, make fails on ${i:S/%/ /g} (evaluates to Interesting.... will ponder that.