security (1) 썸네일형 리스트형 To resolve the “make[5]: /bin/sh: Argument list too long” error The “Argument list too long” error occurs when the command line arguments exceed the system’s limit. This often happens during the build process when too many files or options are passed to a command. There are several ways to resolve this issue, but one method involves increasing the argument limit on a Linux system. On Linux, you can increase the limit by adding the following two lines at the .. 이전 1 다음