* cygmagic: Remove debugging cruft missed on 2005-05-21.
This commit is contained in:
parent
560c28560c
commit
44055eca0b
@ -1,3 +1,7 @@
|
||||
2005-05-29 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* cygmagic: Remove debugging cruft missed on 2005-05-21.
|
||||
|
||||
2005-05-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.cc (path_conv::check): Move component to function scope. Set
|
||||
|
@ -24,7 +24,7 @@ sumit() {
|
||||
while [ -n "$1" ]; do
|
||||
define=$1; shift
|
||||
struct=$1; shift
|
||||
sum=`$gcc -E $file | sed -n "/^$struct/,/^};/p" | sed -e 's/[ ]//g' -e '/^$/d' | sumit | tee /tmp/3 | awk '{printf "0x%xU", $1}'`
|
||||
sum=`$gcc -E $file | sed -n "/^$struct/,/^};/p" | sed -e 's/[ ]//g' -e '/^$/d' | sumit | awk '{printf "0x%xU", $1}'`
|
||||
echo "#define $define $sum"
|
||||
curr=`sed -n "s/^#[ ]*define CURR_$define[ ][ ]*\([^ ][^ ]*\)/\1/p" $file`
|
||||
[ "$curr" != "$sum" ] && echo "*** WARNING WARNING WARNING WARNING WARNING ***
|
||||
|
Loading…
Reference in New Issue
Block a user