⛏️ index : buildtools.git

author François Revol <revol@free.fr> 2010-09-08 22:15:37.0 +00:00:00
committer François Revol <revol@free.fr> 2010-09-08 22:15:37.0 +00:00:00
commit
5e6384156e5f2813802224c7d6289f0caea3ef32 [patch]
tree
10ed2738afb1405c549c1d6875f18723c5d3d9ef
parent
7eb32704ba3548e63facfc38c06bc70e7c6d6040
download
5e6384156e5f2813802224c7d6289f0caea3ef32.tar.gz

I now get Archive actions too long (max 40960)! on OSX, so enlarge it a little.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@38590 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

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

diff --git a/jam/jam.h b/jam/jam.h
index 1252302..7d9c37c 100644
--- a/jam/jam.h
+++ b/jam/jam.h
@@ -464,7 +464,7 @@
 */

# ifndef MAXLINE
# define MAXLINE 40960	/* longest 'together' actions' */
# define MAXLINE 51200	/* longest 'together' actions' */
# endif

# ifndef EXITOK