334
|
1 @MAKE
|
906
|
2 Syntax: Make [<opts>] [<target file>] [<macros>]
|
334
|
3 Usage : Maintain, Update and Regenerate Groups of Programs
|
906
|
4 Opts :
|
|
5 -b = don't use built in rules
|
|
6 -d = debug mode, print out the file dates in makefile
|
|
7 -f=<xxx> use <xxx> as makefile (default: makefile)
|
|
8 -i = ignore errors on commands, keep going
|
|
9 -n = don't execute commands, just print them out
|
|
10 -s = silent mode, execute commands without echoing them
|
|
11 -t = update the dates without executing the commands
|
|
12 -u = do the make whether it needs it or not
|
|
13 -z[=<path>] get list of files to make from stdin or path
|