annotate level2/sys/make.hp @ 877:c684d4897a63
Added l1powertools and l2powertools to targets
author |
boisy |
date |
Fri, 17 Jan 2003 04:07:26 +0000 |
parents |
7183076e2b49 |
children |
81584f82ee74 |
rev |
line source |
334
|
1 @MAKE
|
|
2 Syntax: Make {[<-opts>] [<target file>] [<macros>]}
|
|
3 Usage : Maintain, Update and Regenerate Groups of Programs
|
|
4 Opts : -b = don't use built in rules
|
|
5 -d = debug mode, print out the file dates in makefile
|
|
6 -f=<xxx> use <xxx> as makefile (default: makefile)
|
|
7 -i = ignore errors on commands, keep going
|
|
8 -n = don't execute commands, just print them out
|
|
9 -s = silent mode, execute commands without echoing them
|
|
10 -t = update the dates without executing the commands
|
|
11 -u = do the make whether it needs it or not
|
|
12 -z[=<path>] get list of files to make from stdin or path
|