Re: svn commit: r334791 - head/share/mk

2018-06-07 Thread Alexey Dokuchaev
On Thu, Jun 07, 2018 at 03:37:50PM -0400, Bryan Drewery wrote: > On 6/7/18 1:05 PM, Alexey Dokuchaev wrote: > > ... > > Actually, `sed q' is sufficient. > > I'll stick with -n 1p as I think it is more clear. Fair enough, the latter one is indeed a bit cryptic. Thanks! ./danfe __

Re: svn commit: r334791 - head/share/mk

2018-06-07 Thread Bryan Drewery
On 6/7/18 1:05 PM, Alexey Dokuchaev wrote: > On Thu, Jun 07, 2018 at 04:44:20PM +, Alexey Dokuchaev wrote: >> On Thu, Jun 07, 2018 at 04:16:22PM +, Bryan Drewery wrote: >>> New Revision: 334791 >>> URL: https://svnweb.freebsd.org/changeset/base/334791 >>> >>> Log: >>> Stop using head(1) w

Re: svn commit: r334791 - head/share/mk

2018-06-07 Thread Alexey Dokuchaev
On Thu, Jun 07, 2018 at 04:44:20PM +, Alexey Dokuchaev wrote: > On Thu, Jun 07, 2018 at 04:16:22PM +, Bryan Drewery wrote: > > New Revision: 334791 > > URL: https://svnweb.freebsd.org/changeset/base/334791 > > > > Log: > > Stop using head(1) which is not available in installworld. > > ..

Re: svn commit: r334791 - head/share/mk

2018-06-07 Thread Alexey Dokuchaev
On Thu, Jun 07, 2018 at 04:16:22PM +, Bryan Drewery wrote: > New Revision: 334791 > URL: https://svnweb.freebsd.org/changeset/base/334791 > > Log: > Stop using head(1) which is not available in installworld. > ... > @@ -49,7 +49,7 @@ ${var}= ${${var}.${${X_}_ld_hash}} > > .if ${ld} ==

svn commit: r334791 - head/share/mk

2018-06-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 7 16:16:22 2018 New Revision: 334791 URL: https://svnweb.freebsd.org/changeset/base/334791 Log: Stop using head(1) which is not available in installworld. installworld should not be executing this anyhow but there is some obscure case doing it still. The h