Date: Fri, 17 May 2013 15:28:10 -0700 From: "Simon J. Gerraty" <sjg@juniper.net> To: Tijl Coosemans <tijl@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r250699 - in head: share/mk usr.bin/make Message-ID: <20130517222810.59BDB58097@chaos.jnpr.net> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130517222810.59BDB58097>