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.
Этот коммит содержится в:
родитель
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"
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user