COHERENT help

This page displays the COHERENT help information for make.

Listing of available help pages


make -- Program-building discipline

make [option ...] [argument ...] [target ...]

Options:
     -d        Debug mode
     -e        Macro definitions in environment override those in makefile
     -f file   Instructions are in file (default, [mM]akefile)
     -i        Ignore command error returns
     -k        Continue to update other targets that do not depend upon the
               current target if a non-ignored error occurs while executing the
               commands to bring a target up to date
     -n        Test: do all but execute commands
     -p        Print macro definitions and target descriptions
     -q        Only return exit status (zero if files up to date)
     -r        Ignore built-in rules
     -S        Terminate make if an error occurs while executing the commands
               to bring a target up to date
     -s        Do not print command lines when executed
     -t        Update times of files without regenerating