OSDN Git Service

PR bootstrap/16469
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 2004 18:12:42 +0000 (18:12 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 2004 18:12:42 +0000 (18:12 +0000)
* scripts/create_testsuite_files: Pass -print to find.

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

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

index 6ffd463..ef18ef4 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-17  Richard Sandiford  <rsandifo@redhat.com>
+
+       PR bootstrap/16469
+       * scripts/create_testsuite_files: Pass -print to find.
+
 2004-07-15  Paolo Carlini  <pcarlini@suse.de>
 
        * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 30.
index 7ebcef5..50f2e13 100755 (executable)
@@ -35,7 +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 -o -type l ")" -name "*.cc" | sort > $tmp.1
+find $dlist "(" -type f -o -type l ")" -name "*.cc" -print | sort > $tmp.1
 if test ! -s "$tmp.1"; then
   exit 1
 fi