mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-15 06:54:05 +08:00
libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host.
* testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. Copy .h and .hpp files at more levels under util/ to remote host. From-SVN: r151336
This commit is contained in:
parent
aef8bce8f8
commit
ea9549ff10
@ -1,3 +1,9 @@
|
||||
2009-09-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files
|
||||
under util/ to remote host. Copy .h and .hpp files at more levels
|
||||
under util/ to remote host.
|
||||
|
||||
2009-09-02 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/bits/stl_uninitialized.h
|
||||
|
@ -204,14 +204,23 @@ proc libstdc++_init { testfile } {
|
||||
# directory, and then add that to the search path.
|
||||
foreach src [glob "${srcdir}/util/*.h" \
|
||||
"${srcdir}/util/*.cc" \
|
||||
"${srcdir}/util/*/*.hpp" \
|
||||
"${srcdir}/util/*.tcc" \
|
||||
"${srcdir}/util/*.hpp" \
|
||||
"${srcdir}/util/*/*.h" \
|
||||
"${srcdir}/util/*/*.cc" \
|
||||
"${srcdir}/util/*/*.tcc" \
|
||||
"${srcdir}/util/*/*.hpp" \
|
||||
"${srcdir}/util/*/*/*.h" \
|
||||
"${srcdir}/util/*/*/*.cc" \
|
||||
"${srcdir}/util/*/*/*.tcc" \
|
||||
"${srcdir}/util/*/*/*.hpp" \
|
||||
"${srcdir}/util/*/*/*/*.h" \
|
||||
"${srcdir}/util/*/*/*/*.cc" \
|
||||
"${srcdir}/util/*/*/*/*.tcc" \
|
||||
"${srcdir}/util/*/*/*/*.hpp" \
|
||||
"${srcdir}/util/*/*/*/*/*.h" \
|
||||
"${srcdir}/util/*/*/*/*/*.cc" \
|
||||
"${srcdir}/util/*/*/*/*/*.tcc" \
|
||||
"${srcdir}/util/*/*/*/*/*.hpp" ] {
|
||||
# Remove everything up to "util/..."
|
||||
set dst [string range $src [string length "${srcdir}/"] end]
|
||||
|
Loading…
Reference in New Issue
Block a user