Skip to content

Commit d034ed6

Browse files
committed
buildrpm.sh: remove debug statement
Adding "-j12" to the mflags was intended as a debuggin aid; it accidentally slipped through and was merged as part of #10224. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 8d20620 commit d034ed6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/dist/linux/buildrpm.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ fi
441441
if test "$build_multiple" = "yes"; then
442442
echo "--> Building the multiple Open MPI RPM"
443443
cmd="$rpm_cmd -bb $rpmbuild_options --define 'build_all_in_one_rpm 0'"
444-
# JMS
445-
cmd="$cmd --define 'mflags -j12'"
446444
if test "$configure_options" != ""; then
447445
cmd="$cmd --define 'configure_options $configure_options'"
448446
fi

0 commit comments

Comments
 (0)