You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the XML2RFC GNU Make variable to be overridden by the caller
It is a best practice to allow callers to override the value of these
program variables. For example, with this chance, you can do:
```sh
make XML2RFC=/opt/bin/xml2rfc
```
See: https://www.gnu.org/software/make/manual/make.html#Command-Variables
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
0 commit comments