svn commit: r315091 - head/share/termcap

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Sun Mar 12 03:00:22 UTC 2017


> On Mar 11, 2017, at 16:37, Rodney W. Grimes <rgrimes at FreeBSD.org> wrote:
> 
> Author: rgrimes
> Date: Sun Mar 12 00:37:45 2017
> New Revision: 315091
> URL: https://svnweb.freebsd.org/changeset/base/315091
> 
> Log:
>  Revert r314833 until the problem with INSTALL_RSYMLINKS can be found
>  as it appears to break arm release builds.
> 
>  PR:		217705
>  Reported by:	cyclaero at gmail.com
>  Approved by:	grehan (mentor) implict as reverting
> 
> Modified:
>  head/share/termcap/Makefile
> 
> Modified: head/share/termcap/Makefile
> ==============================================================================
> --- head/share/termcap/Makefile	Sat Mar 11 22:34:02 2017	(r315090)
> +++ head/share/termcap/Makefile	Sun Mar 12 00:37:45 2017	(r315091)
> @@ -24,6 +24,6 @@ termcap.db: termcap
> 	cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
> 
> etc-termcap:
> -	${INSTALL_RSYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
> +	${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap

Rod,
	You needed to add ${DESTDIR} to both the source and the destination target, as I’ve said more than once in other reviews/emails. This is how install -l rs determines the relative path from the source to the destination — otherwise you’re creating a relative path from ${BINDIR}/misc -> ${DESTDIR}/etc .
Thanks,
-Ngie

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170311/3df0df6f/attachment.sig>


More information about the svn-src-head mailing list