1
1

Remove all the .ompi_unignore files when making a nightly tarball so

that we don't accidentally include a directory in a tarball that we
shouldn't

This commit was SVN r5124.
Этот коммит содержится в:
Jeff Squyres 2005-04-01 01:14:13 +00:00
родитель f9673a8ba9
Коммит 1e4826e5b9

Просмотреть файл

@ -167,6 +167,10 @@ do_command "svn co $svnroot ompi"
cd ompi
svnversion="`svnversion .`"
# remove all the unignore files so that we don't include anything that
# shouldn't be in the tarball
find . -name .ompi_unignore -exec rm -f {} \;
# autogen is our friend
do_command "./autogen.sh"