Date: Mon, 6 Mar 2017 21:15:51 -0800 From: "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com> To: "Rodney W. Grimes" <rgrimes@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: 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 Message-ID: <21A8D529-BFB9-4774-83FB-5CABD2BC689C@gmail.com> In-Reply-To: <201703070510.v275AdYd059917@repo.freebsd.org> References: <201703070510.v275AdYd059917@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] > On Mar 6, 2017, at 21:10, Rodney W. Grimes <rgrimes@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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYvkIHAAoJEPWDqSZpMIYVwO8P/jwilO7Y1fo27Mzq6NKDRinn GDu/V16tTr/JuDP0EJV3jdKGXmT/0hDnXmKq9PlTV3boPHqZyByCZei7+i9Rp+LR Ke6u3AdhPwsx/kZQ4dezXBHQLv0IXEibWoF5ngo5yvTudB3qUP1uPLzjbJz/W+tb vzB6enryh6loigq3d5xSXDI3Ie0ktKlmWMAeTOozeMOoDKUKNmF4ngv+S1WJFpir 1CHu59g5RiZcZ7cWuz3qdbb7qE1095/a+A9H9GpUF1DvQmfMH80D1FZSLMju2jDu nEEAUhIp/NDomRdz7DO5jMt9ZUXaM01k/fEzFgEOZGVhWjHKeNwthmjsUITrOIzt seq18WmywXyRqnnPpvNz0ITfEQi9K3JbcnhXioKNypapJSXcztoqrt6DcoANRvYi et5pjPvx5HqhgaGgpVgnGBSzwyNzmnHe594SICM00EODFD7V1y2fX43hCMlb3QRa b4/1lk+Fdo0vHu9VhJSDBvmZcEwQS7Eibol678w2frEOL+8CSlNYQyrAXNE7Xq/0 KhCRIZ5IX0pikJRTW211Ma89tdNFE1fDKsN5WNUMhuHbZIkSshE7WddNfzg7ABPT WX62xgmqNTzdb83rClXI6cLENq9W2zrJwkwhdQiJA4G/lqEYtAZrWtri7nReUg6x i3Bh6K/c02AH90EBd6Tg =9NOH -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21A8D529-BFB9-4774-83FB-5CABD2BC689C>
