New commits:
commit 1b1e547e068928d4e37a74698287f265ca33f262
Author: Andrew Cagney <[email protected]>
Date:   Fri Jan 28 12:25:36 2022 -0500

    kvm: replace macro undefine-os-domain with rule kvm-undefine-DOMAIN

commit fc886938542b5a00d376841fe53dcb393fc32fe6
Author: Andrew Cagney <[email protected]>
Date:   Fri Jan 28 11:16:28 2022 -0500

    kvm: eliminate define kvmsh-DOMAIN...

commit 45438401d8b058d2320ae5a1c69626e22fb5576a
Author: Andrew Cagney <[email protected]>
Date:   Fri Jan 28 10:21:21 2022 -0500

    kvm: eliminate define kvm-test

commit 6ce8dd6442627936a5b5ce80a2b55a61cae50ef7
Author: Andrew Cagney <[email protected]>
Date:   Fri Jan 28 09:59:28 2022 -0500

    kvm: prefer the style of one make dependency per-line
    
    For instance:
       $(LONG_MAKE_VARIABLE): $(LONGER_MAKE_VARIABLE)
       $(LONG_MAKE_VARIABLE): $(EVEN_LONGER_MAKE_VARIABLE_AGAIN)
       $(LONG_MAKE_VARIABLE): $(SECOND_LONGEST_MAKE_VARIABLE_EVER)
        true
    vs
       $(LONG_MAKE_VARIABLE): $(LONGER_MAKE_VARIABLE) 
$(EVEN_LONGER_MAKE_VARIABLE_AGAIN) \
                $(SECOND_LONGEST_MAKE_VARIABLE_EVER)
        true

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

Reply via email to