2009-04-30 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Apr 2009 19:04:03 +0000 (19:04 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Apr 2009 19:04:03 +0000 (19:04 +0000)
* scripts/create_testsuite_files: Remove thread directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147012 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/scripts/create_testsuite_files

index 088bea8..7e4f732 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * scripts/create_testsuite_files: Remove thread directory.
+
 2009-04-28  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/39868
index 8d87e09..edb9e4a 100755 (executable)
@@ -32,7 +32,7 @@ cd $srcdir
 # This is the ugly version of "everything but the current directory".  It's
 # what has to happen when find(1) doesn't support -mindepth, or -xtype.
 dlist=`echo [0-9][0-9]*`
-dlist="$dlist abi backward ext performance thread tr1"
+dlist="$dlist abi backward ext performance tr1"
 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
 cat  $tmp.01 $tmp.02 | sort > $tmp.1