Commit 304546b
committed
Delay errors from missing 'xpath' executable
Currently running any make target without 'xpath' installed will print:
make: xpath: No such file or directory
This looks bad but isn't actually a problem unless you're trying to use
the zip-file target (or the lwg$(LISTREV).zip target it depends on).
Suppress the error for xpath not being found and only fail if the
LISTREV variable is empty when building the lwg$(LISTREV).zip target.1 parent 4b4f7c5 commit 304546b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments