confdiff.sh: A testing script for comparing configs settings
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 24 Oct 2007 01:17:16 +0000 (18:17 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 31 Oct 2007 21:59:13 +0000 (14:59 -0700)
commitd7eb97bbc3347bf37449db93463d646f6d5d7319
treeb503e4ceae0e8cebd4b68c436eaf9ff412030666
parentc3b5adaa9a7bdb7e61305c32e4991e3b38dab902
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.
bin/confdiff.sh [new file with mode: 0755]