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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to