[haiku-commits] buildtools: btrev43063 - jam

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 29 Sep 2013 22:40:42 +0200 (CEST)

btrev43063 adds 1 changeset to branch 'master'
old head: 6d82b4059789d481d42e78e93c8b5858a501537c
new head: d9e13d3607a72750b6598f2af9c2fc1b403f191c
overview: http://cgit.haiku-os.org/buildtools/log/?qt=range&q=d9e13d3+%5E6d82b40

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

d9e13d3: jam: update MAXLINE to fix build issues for ARM
  
  Looks like it wasn't enough yet after the PM merge.
  
  However we still have an issue with a silently failed Link action
  which actually is smaller than the max line size...

                                          [ François Revol <revol@xxxxxxx> ]

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

Revision:    btrev43063
Commit:      d9e13d3607a72750b6598f2af9c2fc1b403f191c
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=d9e13d3
Author:      François Revol <revol@xxxxxxx>
Date:        Sun Sep 29 20:37:07 2013 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
jam/jam.h | 2 +-

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

diff --git a/jam/jam.h b/jam/jam.h
index bb0953f..a63d260 100644
--- a/jam/jam.h
+++ b/jam/jam.h
@@ -464,7 +464,7 @@
  */
 
 # ifndef MAXLINE
-# define MAXLINE 140000        /* longest 'together' actions' */
+# define MAXLINE 200000        /* longest 'together' actions' */
 # endif
 
 # ifndef EXITOK


Other related posts:

  • » [haiku-commits] buildtools: btrev43063 - jam - revol