Commit 46d4fde7 by Richard Sandiford Committed by Richard Sandiford

re PR bootstrap/16469 (bootstrap fails in libstdc++-v3/testsuite)

	PR bootstrap/16469
	* scripts/create_testsuite_files: Pass -print to find.

From-SVN: r84875
parent 6e456a10
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment