Date: Thu, 24 May 2018 15:16:45 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Renato Botelho <garga.bsd@gmail.com>, Brad Davis <brd@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: <0f21371e-d987-684a-51b1-d6b7c5a2953a@FreeBSD.org> In-Reply-To: <33986467-cec5-a6b5-8a05-a4f07f557742@gmail.com> References: <201805091344.w49Dist5061908@repo.freebsd.org> <33986467-cec5-a6b5-8a05-a4f07f557742@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HwZDiaVMwVZ4o0lPtyjPjR8q9oMhR61W7 Content-Type: multipart/mixed; boundary="eqpBlDHxLRSJf82mjMvlQv3SmAXtrTuj7"; protected-headers="v1" From: Bryan Drewery <bdrewery@FreeBSD.org> To: Renato Botelho <garga.bsd@gmail.com>, Brad Davis <brd@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <0f21371e-d987-684a-51b1-d6b7c5a2953a@FreeBSD.org> Subject: Re: svn commit: r333407 - head/share/mk References: <201805091344.w49Dist5061908@repo.freebsd.org> <33986467-cec5-a6b5-8a05-a4f07f557742@gmail.com> In-Reply-To: <33986467-cec5-a6b5-8a05-a4f07f557742@gmail.com> --eqpBlDHxLRSJf82mjMvlQv3SmAXtrTuj7 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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. >> =20 >> This is part of packaging base work. >> =20 >> 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 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- 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}=3D ${${group}NAME_${file:T}} >> STAGE_DIR.${file:T}=3D ${STAGE_OBJTOP}${${group}DIR_${file:T}} >> stage_as.${file:T}: ${file} >> =20 >> -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+=3D ${file} >> .endif >> .endfor >> + >> + >> +installdirs-${group}: >> + @echo installing dirs ${group}DIR ${${group}DIR} >=20 > I'm seeing this message while running `make -s installworld`. >=20 Needs to use ${ECHO} rather than echo. --=20 Regards, Bryan Drewery --eqpBlDHxLRSJf82mjMvlQv3SmAXtrTuj7-- --HwZDiaVMwVZ4o0lPtyjPjR8q9oMhR61W7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJbBznOAAoJEDXXcbtuRpfPzm8IAKMrd0sA8zW3d14go3jF5SIp ao8ufOGLtS8oe9aMX5cWA3o0k5s4XNIx315verfZ/KcScJzPvVhY4n2SbI/eEDDE Xcv0jssWZnRaLrkvPCkeZKkrirR5ahCs6IQiOs+nqdfz7wv8NvcJ/cI2SsKP+1dr cwr/SrVc5x0UI96wAimPV/DmB9ZMy4dXzPBh8OVsyxMrSNzN9oJXZ6dWgyITZ9tu FhCM3lWZ1kdJ6vzjkD1BFbbRvp993EYrl1MDd/qD0Bk93TMXcqgLhXlwN3kRfqOp blywSCsSZK4BYoWjB1Weki7OIpaq96z8eLgK5Ag6vALBjpV0TsrH+GIsqiYhnh8= =GSp/ -----END PGP SIGNATURE----- --HwZDiaVMwVZ4o0lPtyjPjR8q9oMhR61W7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0f21371e-d987-684a-51b1-d6b7c5a2953a>