New commits:
commit 89872b2eb73e8e74f890acfa7cbe04ff717b9256
Author: Andrew Cagney <[email protected]>
Date:   Thu Jul 25 13:44:58 2019 -0400

    kvm: replace $(call check-...) with direct dependency macro $(..._OK)
    
    For instance $(call check-kvm-entropy) is replaced by a direct
    dependency on $(KVM_ENTROPY_OK) and $(KVM_ENTROPY_OK) will be
    empty except when the check fails.  Use := so that the check
    is evaluated once.

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to