File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ test/addons/.buildstamp: config.gypi \
314
314
# .buildstamp is out of date and need a rebuild.
315
315
# Just goes to show that recursive make really is harmful...
316
316
# TODO(bnoordhuis) Force rebuild after gyp update.
317
- build-addons : $(NODE_EXE ) test/addons/.buildstamp
317
+ build-addons : | $(NODE_EXE ) test/addons/.buildstamp
318
318
319
319
ADDONS_NAPI_BINDING_GYPS := \
320
320
$(filter-out test/addons-napi/??_* /binding.gyp, \
@@ -353,7 +353,7 @@ test/addons-napi/.buildstamp: config.gypi \
353
353
# .buildstamp is out of date and need a rebuild.
354
354
# Just goes to show that recursive make really is harmful...
355
355
# TODO(bnoordhuis) Force rebuild after gyp or node-gyp update.
356
- build-addons-napi : $(NODE_EXE ) test/addons-napi/.buildstamp
356
+ build-addons-napi : | $(NODE_EXE ) test/addons-napi/.buildstamp
357
357
358
358
clear-stalled :
359
359
# Clean up any leftover processes but don't error if found.
You can’t perform that action at this time.
0 commit comments