comparison level2/sys/make.hp @ 334:7183076e2b49

Files added
author boisy
date Wed, 24 Jul 2002 05:56:33 +0000
parents
children 81584f82ee74
comparison
equal deleted inserted replaced
333:159ba0108099 334:7183076e2b49
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