1
1

Use -j8 to decrease the time necessary to create nightly tarballs

This commit was SVN r31460.
Этот коммит содержится в:
Jeff Squyres 2014-04-19 15:47:32 +00:00
родитель 69bb758bca
Коммит e06c509df6

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

@ -301,7 +301,7 @@ do_command "./configure --enable-dist"
# that this may need to change in the future...
save=$LD_LIBRARY_PATH
LD_LIBRARY_PATH=
do_command "make distcheck"
do_command "make -j 8 distcheck"
LD_LIBRARY_PATH=$save
save=