]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add "-j1" to make command lines in the create-a-release README.
authorNick Clifton <nickc@redhat.com>
Wed, 6 Mar 2024 10:57:39 +0000 (10:57 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 6 Mar 2024 10:57:39 +0000 (10:57 +0000)
binutils/README-how-to-make-a-release

index c55b660ae4d4f783910306fade744d66b3b518bc..2318523af8319690057fff7ac819e398b1c54acd 100644 (file)
@@ -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 <build-configured-with-enable-maintainer-mode>
-            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