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
This commit is contained in:
Jonathan Wakely 2009-04-30 19:04:03 +00:00 committed by Jonathan Wakely
parent bab37209c4
commit 4c478ce8d4
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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