1
1

Added a "-j 4" to the "make" in create_tarball.sh so that it will

take a little less time.  This seemed to save about 5 minutes per
branch tarball.

This commit was SVN r12401.
Этот коммит содержится в:
Tim Mattox 2006-11-02 02:20:26 +00:00
родитель ea91fd3bdb
Коммит e99dcb6e73

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

@ -285,7 +285,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 4 distcheck"
LD_LIBRARY_PATH=$save
save=