Hi Don,

Am 18.05.20 um 10:13 schrieb Matthias Seidel:
> Hi Don,
>
> Am 18.05.20 um 01:26 schrieb Don Lewis:
>> Looks like someone applied this patch to the FreeBSD port:
>>
>> --- solenv/gbuild/Tempfile.mk.orig      2019-09-17 22:55:21 UTC
>> +++ solenv/gbuild/Tempfile.mk
>> @@ -27,7 +27,7 @@ $(strip $(1)
>>  $(eval gb_var2file_helpervar := $$(shell printf "%s" "" > $(1) ))\
>>  $(foreach item,$(3),$(eval gb_var2file_curblock += $(item)
>>      ifeq ($$(words $$(gb_var2file_curblock)),$(2)) 
>> -        gb_var2file_helpervar := $$(shell printf "%s" 
>> "$$(gb_var2file_curblock)" >> $(1) )
>> +        gb_var2file_helpervar := $$(shell printf " %s" 
>> "$$(gb_var2file_curblock)" >> $(1) )
>>          gb_var2file_curblock :=
>>      endif
>>      ))\
>>
> Whatever that additional space does, I am doing a Windows build right
> now with make 4.3.
>
> Let's see if that is successful! ;-)
>
> Regards,
>
>    Matthias

My Windows build with above patch applied and make 4.3 was successful!
I will now downgrade make again and do a new build to ensure that this
doesn't break backward compatibility.

Any idea why "someone" did not commit this to trunk? ;-)

Regards,

   Matthias

>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to