| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f7724ab commit c0d236f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -352,7 +352,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules | |||
| 352 | 352 | else \ | |
| 353 | 353 | $(RM) -r test/addons/??_*/; \ | |
| 354 | 354 | [ -x $(NODE) ] && $(NODE) $< || node $< ; \ | |
| 355 | - touch $@; \ | ||
| 355 | + [ $$? -eq 0 ] && touch $@; \ | ||
| 356 | 356 | fi | |
| 357 | 357 | ||
| 358 | 358 | ADDONS_BINDING_GYPS := \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments