svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin
Ngie Cooper (yaneurabeya)
yaneurabeya at gmail.com
Tue Mar 7 05:15:54 UTC 2017
> On Mar 6, 2017, at 21:10, Rodney W. Grimes <rgrimes at FreeBSD.org> wrote:
>
> Author: rgrimes
> Date: Tue Mar 7 05:10:38 2017
> New Revision: 314833
> URL: https://svnweb.freebsd.org/changeset/base/314833
>
> Log:
> Convert absolute links to relative links.
> Style.Makefile(9) has been ignored to produce minimal diffs.
>
> Approved by: grehan (mentor)
> MFC after: 1 week
>
> Modified:
> head/bin/pkill/Makefile
> head/lib/libxo/tests/encoder/Makefile
> head/libexec/rtld-elf/Makefile
> head/share/termcap/Makefile
> head/usr.bin/chpass/Makefile
> head/usr.bin/passwd/Makefile
> head/usr.sbin/bsdinstall/partedit/Makefile
> head/usr.sbin/mailwrapper/Makefile
> head/usr.sbin/nologin/Makefile
>
> Modified: head/bin/pkill/Makefile
> ==============================================================================
> --- head/bin/pkill/Makefile Tue Mar 7 04:51:35 2017 (r314832)
> +++ head/bin/pkill/Makefile Tue Mar 7 05:10:38 2017 (r314833)
> @@ -16,8 +16,8 @@ MLINKS= pkill.1 pgrep.1
> # keep in mind that pkill is installed to /usr/bin in other
> # OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
> #
> -SYMLINKS= ${BINDIR}/pkill /usr/bin/pkill
> -SYMLINKS+= ${BINDIR}/pgrep /usr/bin/pgrep
> +SYMLINKS= ../..${BINDIR}/pkill /usr/bin/pkill
> +SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep
>
> .if ${MK_TESTS} != "no"
> SUBDIR+= tests
>
> Modified: head/lib/libxo/tests/encoder/Makefile
> ==============================================================================
> --- head/lib/libxo/tests/encoder/Makefile Tue Mar 7 04:51:35 2017 (r314832)
> +++ head/lib/libxo/tests/encoder/Makefile Tue Mar 7 05:10:38 2017 (r314833)
> @@ -8,7 +8,7 @@ SHLIB_NAME= libenc_test.so
>
> LIBDIR= ${TESTSBASE}/lib/libxo
>
> -SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
> +SYMLINKS+= ../../../tests/lib/libxo/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
This change breaks setting TESTSBASE != /usr/tests . Please fix (my employer depends on this being functional).
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/20170306/f2930702/attachment.sig>
More information about the svn-src-head
mailing list