OSDN Git Service

2004-05-27 Jan Beulich <jbeulich@novell.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2004 04:21:50 +0000 (04:21 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2004 04:21:50 +0000 (04:21 +0000)
* scripts/create_testsuite_files: Tweak.

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

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

index d4e1094..3e303a6 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-27  Jan Beulich  <jbeulich@novell.com>
+
+       * scripts/create_testsuite_files: Tweak.
+
 2004-05-25  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/15489
index 8e35789..7ebcef5 100755 (executable)
@@ -35,10 +35,7 @@ dlist=`echo [0-9][0-9]*`
 for d in [a-z]*; do
   test -d $d && dlist="$dlist $d"
 done
-find $dlist -type f -name "*.cc" | sort > $tmp.1
-if test ! -s "$tmp.1"; then
-  find $dlist -type l -name "*.cc" | sort > $tmp.1
-fi
+find $dlist "(" -type f -o -type l ")" -name "*.cc" | sort > $tmp.1
 if test ! -s "$tmp.1"; then
   exit 1
 fi