Skip to content

Commit

Permalink
build/__distcheck.sh: add missing -j $(nproc) to some build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Dec 11, 2024
1 parent a780025 commit bec027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/__distcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
# stage 1
mkdir stage1
../configure --prefix "$(pwd)/stage1" \
&& $make_prog \
&& $make_prog -j"$(nproc)" \
&& $make_prog install

# stage 2
Expand Down

0 comments on commit bec027b

Please sign in to comment.