xfs: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Aug 15 17:11:26 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 899268224e98d2c660839a08d70166543d8e0a51
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Aug 11 18:40:27 2014 -0700

    Add subdir-objects to automake options
    
    automake 1.14.1 is asking for it:
    
     warning: possible forward-incompatibility.
     At least a source file is in a subdirectory, but the 'subdir-objects'
     automake option hasn't been enabled.  For now, the corresponding output
     object file(s) will be placed in the top-level directory.  However,
     this behaviour will change in future Automake versions: they will
     unconditionally cause object files to be placed in the same subdirectory
     of the corresponding sources.
     You are advised to start using 'subdir-objects' option throughout your
     project, to avoid future incompatibilities.
    
    and repeating for every source file:
    Makefile.am:35: warning: source file 'difs/charinfo.c' is in a subdirectory,
    Makefile.am:35: but option 'subdir-objects' is disabled
    
    This quiets it, and brings us into line with the future state.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list