Skip to content
  • Lorenz Huedepohl's avatar
    Mitigate E2BIG/"Argument list too long" · 8053023a
    Lorenz Huedepohl authored
    For programs with lots of files with very long names it could happend
    that the shell commands assembled by make failed with E2BIG. By
    inserting some newlines into the commands we can mitigate this for now.
    
    A general solution would probably only be to save the argument one at a
    time into a file and read this file from fortran_dependencies.pl
    8053023a