svn commit: r338330 - head/lib/libmd

Sean Bruno sbruno at freebsd.org
Sun Aug 26 17:13:49 UTC 2018



On 08/26/18 11:11, Ian Lepore wrote:
>> Modified: head/lib/libmd/Makefile
>> ==============================================================================
>> --- 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 @@
>>  # $FreeBSD$
>>  
>> +SHLIBDIR?= /lib
>> +
>>  .include 
>>  
>>  PACKAGE=lib${LIB}
>>  LIB=	md
>>  SHLIB_MAJOR= 6
>> -SHLIBDIR?= /lib
>>  SRCS=	md4c.c md5c.c md4hl.c md5hl.c \
>>  	rmd160c.c rmd160hl.c \
>>  	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 ?= to just =.
> 
> -- Ian
> 
> 


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20180826/3af26087/attachment.sig>


More information about the svn-src-all mailing list