Oops -- need 2 dashes, not one.
This commit was SVN r23794.
Этот коммит содержится в:
родитель
7aed412798
Коммит
6e88176050
2
contrib/dist/make_dist_tarball
поставляемый
2
contrib/dist/make_dist_tarball
поставляемый
@ -228,7 +228,7 @@ make_tarball() {
|
||||
if test "$want_ompi" = "1" ; then
|
||||
(./autogen.pl $autogen_args 2>&1 && touch success) | tee auto.out
|
||||
else
|
||||
(./autogen.pl -no-ompi $autogen_args 2>&1 && touch success) | tee auto.out
|
||||
(./autogen.pl --no-ompi $autogen_args 2>&1 && touch success) | tee auto.out
|
||||
fi
|
||||
if test ! -f success; then
|
||||
echo "Autogen failed. Aborting"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user