MPE/iX Shell and Utilities Reference Manual, Vol 1

make(1) MPE/iX Shell and Utilities make(1)
Message: Too many arguments -- limit num
Cause: Too many arguments were produced when make tried to exec a line in a recipe.
Action: Simplify the recipe line.
Message: Too many makefiles specified
Cause: You specified too many files using the –f option.
Action: Combine one or more files into a single file.
Message: Too many open files. Max nesting level is num.
Cause: You have exceeded the maximum limit of .INCLUDES.
Action: Check to see if you have recursively included a make file, or simplify your
makefile.
Message: Unable to change directory to ’pathname
Cause: make was unable to change directories to pathname.
Action: Check that the directory name specification is correct and that you have the
appropriate permissions for the directory.
Message: Unable to determine current directory
Cause: make was unable to find out what its current directory was.
Action: Verify that you have all necessary permissions to determine your current direc-
tory.
Message: Unable to return to directory ’pathname
Cause: make was unable to change directories.
Action: Check directory path specification and verify that you have the required permis-
sions.
Message: Unknown option "–option"
Cause: You specified an option that is not valid for this command.
Action: Check the DESCRIPTIONS section for a list of valid options.
Message: Unmatched .END
Cause: You specified a .END statement without the corresponding .IF statement.
Action: Provide the missing .IF statement, or remove the extra .ELSE statement.
Message: Unmatched "quote
Cause: You specified an opening " on a line that did not contain a closing ".
Action: Correct the offending line.
Message: Write error on temp file
Cause: An error occurred while trying to write on a diversion or group recipe tempo-
rary file.
Action: Ensure that there is space on the file system containing the temporary file.
1-360 Commands and Utilities