annotate level2/sys/make.hp @ 1099:b77631456f91

Change to makefile
author roug
date Wed, 09 Apr 2003 19:02:19 +0000
parents 81584f82ee74
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
334
7183076e2b49 Files added
boisy
parents:
diff changeset
1 @MAKE
906
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
2 Syntax: Make [<opts>] [<target file>] [<macros>]
334
7183076e2b49 Files added
boisy
parents:
diff changeset
3 Usage : Maintain, Update and Regenerate Groups of Programs
906
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
4 Opts :
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
5 -b = don't use built in rules
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
6 -d = debug mode, print out the file dates in makefile
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
7 -f=<xxx> use <xxx> as makefile (default: makefile)
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
8 -i = ignore errors on commands, keep going
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
9 -n = don't execute commands, just print them out
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
10 -s = silent mode, execute commands without echoing them
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
11 -t = update the dates without executing the commands
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
12 -u = do the make whether it needs it or not
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 334
diff changeset
13 -z[=<path>] get list of files to make from stdin or path