[haiku-commits] haiku: hrev47218 - /

  • From: jessica.l.hamilton@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 12 May 2014 07:36:09 +0200 (CEST)

hrev47218 adds 1 changeset to branch 'master'
old head: c73c8e23678353b500885e90e7ef4fddfabe9071
new head: 4880ae0122d5504c7b7bffd01442501d1307a2dd
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=4880ae0+%5Ec73c8e2

----------------------------------------------------------------------------

4880ae0: configure: correct documentation of the -j<N> option. Fixes #10828.

                         [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47218
Commit:      4880ae0122d5504c7b7bffd01442501d1307a2dd
URL:         http://cgit.haiku-os.org/haiku/commit/?id=4880ae0
Author:      Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
Date:        Mon May 12 05:33:31 2014 UTC

Ticket:      https://dev.haiku-os.org/ticket/10828

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 3 deletions(-)
configure | 5 ++---

----------------------------------------------------------------------------

diff --git a/configure b/configure
index a777e38..f02beea 100755
--- a/configure
+++ b/configure
@@ -71,9 +71,8 @@ options:
                               patched sources. This is preferable when
                               distributing on physical mediums.
   --include-3rdparty          Include 3rdparty/ in the build system.
-  -j<n>                       Only relevant for --build-cross-tools and
-                              --build-cross-tools-gcc4. Is passed on to the
-                              make building the build tools.
+  -j<n>                       Only relevant for --build-cross-tools. Is passed
+                              on to the make building the build tools.
   --no-downloads              Do not download anything. Useful when trying to
                               bootstrap and build Haiku from source only.
   --remote-user <username>    Use given username when logging into


Other related posts:

  • » [haiku-commits] haiku: hrev47218 - / - jessica . l . hamilton