aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/scripts
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2009-04-30 19:04:03 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2009-04-30 20:04:03 +0100
commit4c478ce8d4e0b2c5d297e33162cf2c2d4334d819 (patch)
tree9f7a4420c2053e71ed8c50fbf70d386d535060b0 /libstdc++-v3/scripts
parentbab37209c4272b03c8f90f7d3fd4ee6cc5455b55 (diff)
downloadgcc-4c478ce8d4e0b2c5d297e33162cf2c2d4334d819.tar.gz
gcc-4c478ce8d4e0b2c5d297e33162cf2c2d4334d819.tar.bz2
gcc-4c478ce8d4e0b2c5d297e33162cf2c2d4334d819.zip
create_testsuite_files: Remove thread directory.
2009-04-30 Jonathan Wakely <jwakely.gcc@gmail.com> * scripts/create_testsuite_files: Remove thread directory. From-SVN: r147012
Diffstat (limited to 'libstdc++-v3/scripts')
-rwxr-xr-xlibstdc++-v3/scripts/create_testsuite_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files
index 8d87e09d017..edb9e4a2ce8 100755
--- a/libstdc++-v3/scripts/create_testsuite_files
+++ b/libstdc++-v3/scripts/create_testsuite_files
@@ -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