Update dist script for ompi/orte/opal split
This commit was SVN r6855.
Этот коммит содержится в:
родитель
323aff7b1e
Коммит
0f6011529a
@ -119,10 +119,12 @@ cd ..
|
||||
echo "*** Now in: `pwd`"
|
||||
echo "*** Replacing config.sub/config.guess with latest from ftp.gnu.org..."
|
||||
foreach file (config.guess config.sub)
|
||||
find src -name $file \
|
||||
-exec chmod +w {} \; \
|
||||
-exec cp -f $configdir/$file {} \; \
|
||||
-print
|
||||
foreach dir (opal orte ompi)
|
||||
find $dir -name $file \
|
||||
-exec chmod +w {} \; \
|
||||
-exec cp -f $configdir/$file {} \; \
|
||||
-print
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user