version 1.3, 2019/09/02 20:48:37
|
version 1.4, 2020/02/05 21:34:36
|
Line 20 That's difficult. But you can get a very
|
Line 20 That's difficult. But you can get a very
|
|
|
Another possibility is to run bmake show-all. This will list many (but not all) variables. |
Another possibility is to run bmake show-all. This will list many (but not all) variables. |
|
|
If you need more information about a specific variable, run bmake help topic=_VARNAME_ or have a look at [pkglint's variable definition file](http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/pkgsrc/pkgtools/pkglint/files/makevars.map?rev=HEAD) |
If you need more information about a specific variable, run bmake help topic=_VARNAME_ or have a look at [pkglint's variable definition file](https://github.com/NetBSD/pkgsrc/blob/trunk/pkgtools/pkglint/files/vardefs.go) |
|
|
|
|
## When patching a GNU-style configure script, where should I add changes? |
## When patching a GNU-style configure script, where should I add changes? |