mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Wed Oct 31 22:01:30 UTC 2007


 bin/confdiff.sh |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit d7eb97bbc3347bf37449db93463d646f6d5d7319
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue Oct 23 18:17:16 2007 -0700

    confdiff.sh: A testing script for comparing configs settings
    
    This is a simple script that compares the make variables set by two
    different configs stubs. The purpose is to highlight differences so
    that any unnecessary duplication or divergence can be removed.
    
    For example, on Linux x86:
        $ ./bin/confdiff.sh linux linux-x86
    
    The output isn't very clean, but it should highlight that the only
    difference is that the x86 target uses x86 assembler sources.
    
    The script uses bash, mktemp, make, sed and diff. It is probably not
    very portable and might only work on GNU make.




More information about the mesa-commit mailing list