From 164cc86b81de7ab25682a234b978134d08fb3009 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 6 Mar 2024 10:57:39 +0000 Subject: [PATCH] Add "-j1" to make command lines in the create-a-release README. --- binutils/README-how-to-make-a-release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index c55b660ae4d..2318523af83 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -112,7 +112,7 @@ Approx time to complete from here: 2 hours ... Regenerate various files on both branch and HEAD by configuring with "--enable-maintainer-mode --enable-gold --enable-shared" and then building - with "make all-binutils all-gas all-gold all-gprof all-gprofng all-ld" + with "make -j1 all-binutils all-gas all-gold all-gprof all-gprofng all-ld" Add ChangeLog entries for the updated files. Commit the changes. Make sure that this includes the .pot files as well as the @@ -257,7 +257,7 @@ How to create the release. c. Regenerate the configure and makefiles. And *info* files. cd - make all-gas all-ld all-binutils all-gprof all-gold all-gprofng all-libctf + make -j1 all-gas all-ld all-binutils all-gprof all-gold all-gprofng all-libctf make info d. Create a ChangeLog from the git refs for all of the commits @@ -336,7 +336,7 @@ How to create the release. mkdir build cd build ../binutils-2.*/configure --quiet --enable-gold --prefix=`pwd`/install --enable-plugins --enable-shared - make all-gas all-gold all-ld all-binutils all-gprof all-gprofng + make -j1 all-gas all-gold all-ld all-binutils all-gprof all-gprofng make check-gas check-binutils check-ld check-gold make install-gas install-gold install-ld install-binutils install-gprofng -- 2.11.4.GIT