jam: update MAXLINE to fix build issues for ARM

Jam is reporting "Link actions too long" so increase it.
This commit is contained in:
Ithamar R. Adema 2013-09-15 05:05:51 +02:00
parent 6e7ceb81be
commit a1d1cf45a5

View File

@ -464,7 +464,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 51200 /* longest 'together' actions' */
# define MAXLINE 140000 /* longest 'together' actions' */
# endif
# ifndef EXITOK