Commit edc9e599 by Sam Stephenson

Document $MAKE

parent a0fef0bb
...@@ -133,6 +133,8 @@ process. ...@@ -133,6 +133,8 @@ process.
packages from their original source URLs instead of using a mirror. packages from their original source URLs instead of using a mirror.
* `CC` sets the path to the C compiler. * `CC` sets the path to the C compiler.
* `CONFIGURE_OPTS` lets you pass additional options to `./configure`. * `CONFIGURE_OPTS` lets you pass additional options to `./configure`.
* `MAKE` lets you override the command to use for `make`. Useful for
specifying GNU make (`gmake`) on some systems.
* `MAKE_OPTS` (or `MAKEOPTS`) lets you pass additional options to * `MAKE_OPTS` (or `MAKEOPTS`) lets you pass additional options to
`make`. `make`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment