[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Mon May 27 14:11:32 UTC 2019


New commits:
commit 1e37090f39501b18fd1d46477726c869d7575748
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon May 27 09:59:45 2019 -0400

    testing: fix make kvm-keys
    
    Which was part of: make kvm-shutdown make distclean make kvm-install make kvm-keys make kvm-test
    (must remember to add punctation to testing's web page)
    
    Seems the "wc" removed by f036c15404ce275583e9360b2d9cb84f6c4ac040
    doesn't want to go:
    
      make --no-print-directory kvm-keys-up-to-date
      The following keys are more than 7 days old:
      run 'make kvm-keys-clean kvm-keys' to force an update
    
    Off hand:
    - test -n $(ls) and test -n "$(ls)" are different (and different again to x=$(ls))
    - either way, will this run into the shell's arg/string limits (wonder if make can do this magic)



More information about the Swan-commit mailing list