Date: Sun, 26 Aug 2018 11:13:44 -0600 From: Sean Bruno <sbruno@freebsd.org> To: Ian Lepore <ian@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338330 - head/lib/libmd Message-ID: <99eb23a6-a359-7db0-99a7-bd844bdc40b9@freebsd.org> In-Reply-To: <1535303471.22114.1.camel@freebsd.org> References: <201808261705.w7QH5hm6063247@repo.freebsd.org> <1535303471.22114.1.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DQ55ldrGKt0MtRl5D9uiwzk7XfzEfb2Hj Content-Type: multipart/mixed; boundary="MWYD95gi7p4PVgH1Dl9FYpWetKJ8PuHt7"; protected-headers="v1" From: Sean Bruno <sbruno@freebsd.org> To: Ian Lepore <ian@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <99eb23a6-a359-7db0-99a7-bd844bdc40b9@freebsd.org> Subject: Re: svn commit: r338330 - head/lib/libmd References: <201808261705.w7QH5hm6063247@repo.freebsd.org> <1535303471.22114.1.camel@freebsd.org> In-Reply-To: <1535303471.22114.1.camel@freebsd.org> --MWYD95gi7p4PVgH1Dl9FYpWetKJ8PuHt7 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 08/26/18 11:11, Ian Lepore wrote: >> Modified: head/lib/libmd/Makefile >> =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/lib/libmd/Makefile Sun Aug 26 13:08:50 2018 (r338329) >> +++ head/lib/libmd/Makefile Sun Aug 26 17:05:43 2018 (r338330) >> @@ -1,11 +1,12 @@ >> =C2=A0# $FreeBSD$ >> =C2=A0 >> +SHLIBDIR?=3D /lib >> + >> =C2=A0.include=20 >> =C2=A0 >> =C2=A0PACKAGE=3Dlib${LIB} >> =C2=A0LIB=3D md >> =C2=A0SHLIB_MAJOR=3D 6 >> -SHLIBDIR?=3D /lib >> =C2=A0SRCS=3D md4c.c md5c.c md4hl.c md5hl.c \ >> =C2=A0 rmd160c.c rmd160hl.c \ >> =C2=A0 sha0c.c sha0hl.c sha1c.c sha1hl.c \ >> > I'm curious why this is the preferred solution, as opposed to just > leaving the assignment where it is and changing ?=3D to just =3D. >=20 > -- Ian >=20 >=20 I'm unsure if there is or isn't a preferred solution. There appear to be multiple ways of doing this strewn about the tree. This appears to be "a way" of fixing the state of -current at the moment. I leave it to others more versed in the intricacies of Makefile dark magic to scry a solution from the aether. sean --MWYD95gi7p4PVgH1Dl9FYpWetKJ8PuHt7-- --DQ55ldrGKt0MtRl5D9uiwzk7XfzEfb2Hj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE6MTp+IA1BOHj9Lo0veT1/om1/LYFAluC38hfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 /LZS5AgAg3nco+5JvYHXrCzAK5SPsxw2HYdHbEYDU9IqZQx6/4gLNZOuL3UOYRza vi8JZGyiFROHts1aKPbj/TVAySsQuUt/orz1WMt0FgmdkiQ/TY79SeDcRRXN74DN ZVVHK7blIItU9/XgyZDe7hUqVOEWgXkOV6SaV8hLopgAxnN4u9oQW3YbDPB51Emb REj+ccG/Yn+y0mD8Qj0TwMw6sSXLpxcrpvvYYFB3Qs9dl9j+Ics/OZKNvowFxwLi tLyDXC1g8TZTWJvflwYt0TptwrHl1UYs+kd1n45mhXLx9lvsLBa91ysEHPHW6cTh hssG2xJcb9bdI5QGZEOs6RtBRwtXZA== =hz0N -----END PGP SIGNATURE----- --DQ55ldrGKt0MtRl5D9uiwzk7XfzEfb2Hj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99eb23a6-a359-7db0-99a7-bd844bdc40b9>