From 5e6384156e5f2813802224c7d6289f0caea3ef32 Mon Sep 17 00:00:00 2001 From: François Revol Date: Wed, 08 Sep 2010 22:15:37 +0000 Subject: [PATCH] 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 --- 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 -- gitore 0.2.2