-
-
Notifications
You must be signed in to change notification settings - Fork 350
Commit 7074313
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>1 parent b959f33 commit 7074313
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments