1
1

Remove an extraneous/misleading comment.

This commit was SVN r23320.
Этот коммит содержится в:
Jeff Squyres 2010-06-29 14:42:03 +00:00
родитель 9ac56c8674
Коммит ad95e00b42

1
contrib/dist/make_dist_tarball поставляемый
Просмотреть файл

@ -255,7 +255,6 @@ make_tarball() {
save_LD=$LD_LIBRARY_PATH
LD_LIBRARY_PATH=
rm -f success
# Force the use of -j4 here to (greatly) speed up the process.
(make $distcheck_flags $dist_target 2>&1 && touch success) | tee dist.out
if test ! -f success; then
echo "Make $dist_target failed. Aborting"