1
1

Update dist script for ompi/orte/opal split

This commit was SVN r6855.
Этот коммит содержится в:
Jeff Squyres 2005-08-13 15:45:17 +00:00
родитель 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