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

Andrew Cagney cagney at vault.libreswan.fi
Tue May 26 19:33:14 EEST 2015


New commits:
commit 2243c143c016c850e27dd064d8e0811720153afe
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue May 26 11:40:21 2015 -0400

    building: forward arguments to swan-* on to "make"; rm -rf $(make showobjdir)
    
    Lets OBJDIR be overwritten as in either "swan-build OBJDIR=OBJ.kvm"
    or "OBJDIR=OBJ.kvm swan-build" work.
    
    By using "rm -rf $(make showobjdir)" swan-build honours the $(OBJDIR).
    Previously it was deleting anything that matches "OBJ.linux.*"
    
    Change kvm-update so that it forces OBJDIR=OBJ.kvm

commit 195f78db93f8ede723db8eb2e03a722fc25563f0
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue May 26 11:36:38 2015 -0400

    building: add "--output ++FILE" to kvmsh.py, use in kvm-checksum target
    
    Its equivalent to "command | tee -a FILE" except it doesn't loose
    the exit status of "command".
    
    The syntax is a little weird.



More information about the Swan-commit mailing list