svn commit: r333407 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Thu May 24 22:16:49 UTC 2018


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.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20180524/c336f701/attachment-0001.sig>


More information about the svn-src-head mailing list