From ad95e00b4269dc54c7da5ce1875377e1f92f6edf Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 29 Jun 2010 14:42:03 +0000 Subject: [PATCH] Remove an extraneous/misleading comment. This commit was SVN r23320. --- contrib/dist/make_dist_tarball | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/dist/make_dist_tarball b/contrib/dist/make_dist_tarball index fa436f71ee..e6ee1a3b11 100755 --- a/contrib/dist/make_dist_tarball +++ b/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"