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

Andrew Cagney cagney at vault.libreswan.fi
Mon Feb 13 18:43:45 UTC 2017


New commits:
commit 0ed5a2d8cfb00611e649d82d2a90a253fa576147
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Feb 13 13:39:09 2017 -0500

    building: in pluto/ pre-define DISTSRC and OBJSPLUTO
    
    So that required sources and objects can be accumulated directly
    (and not bother with intermediate make variables).
    
    For instance:
        OBJSPLUTO += pluto_seccomp.o
    vs:
        PLUTO_SECCOMP_OBJS = pluto_seccomp.o
        OBJSPLUTO = ... $(PLUTO_SECCOMP_OBJS) ...



More information about the Swan-commit mailing list