| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mk: provide a mechanism to default to `rc` | Dan Cross | 2021-10-05 | 1 | -0/+2 |
| | | | | | | | | | | | | For cross-compiling plan9 from Unix, provide a way to force `mk` to use `rc` instead of `sh` without setting `MKSHELL` in individual `mkfile`s. If the environment variable `FORCERCFORMK` is set, `mk` will default to using `rc`, not `sh`. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 1 | -1/+1 |
| | | |||||
| * | Detect rc again. | rsc | 2005-10-29 | 1 | -3/+5 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 1 | -0/+2 |
| | | |||||
| * | add new | syntax. | rsc | 2005-01-04 | 1 | -0/+76 |
| syntax will change. | |||||