mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action
was broken with the default MAXLINE of 102400. Because the AIX shell uses some of the 24k default buffer size for its own use, I reduced it to 23k. [SVN r38138]
This commit is contained in:
@@ -218,6 +218,7 @@
|
||||
|
||||
# ifdef _AIX
|
||||
# define unix
|
||||
# define MAXLINE 23552 /* 24k - 1k, longest 'together' actions */
|
||||
# define OSMINOR "OS=AIX"
|
||||
# define OS_AIX
|
||||
# define NO_VFORK
|
||||
|
||||
Reference in New Issue
Block a user