Skip to content

Commit 04f6142

Browse files
authored
Merge pull request #10269 from jsquyres/pr/remove-rpmbuild-mflags
buildrpm.sh: remove debug statement
2 parents 8d20620 + d034ed6 commit 04f6142

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)