Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 07:35:19 -0300
From:      Renato Botelho <garga.bsd@gmail.com>
To:        Brad Davis <brd@FreeBSD.org>, Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r333407 - head/share/mk
Message-ID:  <7032545e-160d-6627-e3b6-ecf9f1d47dcd@gmail.com>
In-Reply-To: <1527213153.2653932.1384149056.7B60A94B@webmail.messagingengine.com>
References:  <201805091344.w49Dist5061908@repo.freebsd.org> <33986467-cec5-a6b5-8a05-a4f07f557742@gmail.com> <0f21371e-d987-684a-51b1-d6b7c5a2953a@FreeBSD.org> <1527213153.2653932.1384149056.7B60A94B@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24/05/18 22:52, Brad Davis wrote:
> On Thu, May 24, 2018, at 4:16 PM, Bryan Drewery wrote:
>> On 5/24/2018 1:41 PM, Renato Botelho wrote:
>>> On 09/05/18 10:44, Brad Davis wrote:
>>>> Author: brd
>>>> Date: Wed May  9 13:44:54 2018
>>>> New Revision: 333407
>>>> URL: https://svnweb.freebsd.org/changeset/base/333407
>>>>
>>>> Log:
>>>>   Enable directory creation with FILESDIR.
>>>>   
>>>>   This is part of packaging base work.
>>>>   
>>>>   Reviewed by:	will
>>>>   Approved by:	bapt (mentor), allanjude (mentor)
>>>>   Differential Revision:	https://reviews.freebsd.org/D15130
>>>>
>>>> Modified:
>>>>   head/share/mk/bsd.files.mk
>>>>   head/share/mk/bsd.own.mk
>>>>
>>>> Modified: head/share/mk/bsd.files.mk
>>>> ==============================================================================
>>>> --- head/share/mk/bsd.files.mk	Wed May  9 12:25:23 2018	(r333406)
>>>> +++ head/share/mk/bsd.files.mk	Wed May  9 13:44:54 2018	(r333407)
>>>> @@ -67,7 +67,7 @@ STAGE_AS_${file:T}= ${${group}NAME_${file:T}}
>>>>  STAGE_DIR.${file:T}= ${STAGE_OBJTOP}${${group}DIR_${file:T}}
>>>>  stage_as.${file:T}: ${file}
>>>>  
>>>> -installfiles-${group}: _${group}INS_${file:T}
>>>> +installfiles-${group}: installdirs-${group} _${group}INS_${file:T}
>>>>  _${group}INS_${file:T}: ${file}
>>>>  	${INSTALL} ${${group}TAG_ARGS} -o ${${group}OWN_${.ALLSRC:T}} \
>>>>  	    -g ${${group}GRP_${.ALLSRC:T}} -m ${${group}MODE_${.ALLSRC:T}} \
>>>> @@ -77,10 +77,24 @@ _${group}INS_${file:T}: ${file}
>>>>  _${group}FILES+= ${file}
>>>>  .endif
>>>>  .endfor
>>>> +
>>>> +
>>>> +installdirs-${group}:
>>>> +	@echo installing dirs ${group}DIR ${${group}DIR}
>>>
>>> I'm seeing this message while running `make -s installworld`.
>>>
>>
>> Needs to use ${ECHO} rather than echo.
> 
> Oh I see now.. OK, this will be fixed in a coming update.

Thank you!

-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7032545e-160d-6627-e3b6-ecf9f1d47dcd>