]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygmagic: Remove debugging cruft missed on 2005-05-21.
authorChristopher Faylor <me@cgf.cx>
Mon, 30 May 2005 00:54:01 +0000 (00:54 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 30 May 2005 00:54:01 +0000 (00:54 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygmagic

index fee9fd9d36503c8841d56aa430849e5b43644fe5..b201c393b8fb8e96e499006e87ae522dcc2d9678 100644 (file)
@@ -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
index 8d6457b221758cd642dff3023c53dcf29c5577f5..a8ccc8c76f6bb261f52dc1313ec6524631a78db3 100755 (executable)
@@ -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 ***
This page took 0.034914 seconds and 5 git commands to generate.