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 @@ -319,7 +319,7 @@ test/addons/.buildstamp: config.gypi \
319
319
# .buildstamp is out of date and need a rebuild.
320
320
# Just goes to show that recursive make really is harmful...
321
321
# TODO(bnoordhuis) Force rebuild after gyp update.
322
- build-addons : $(NODE_EXE ) test/addons/.buildstamp
322
+ build-addons : | $(NODE_EXE ) test/addons/.buildstamp
323
323
324
324
ADDONS_NAPI_BINDING_GYPS := \
325
325
$(filter-out test/addons-napi/??_* /binding.gyp, \
@@ -358,7 +358,7 @@ test/addons-napi/.buildstamp: config.gypi \
358
358
# .buildstamp is out of date and need a rebuild.
359
359
# Just goes to show that recursive make really is harmful...
360
360
# TODO(bnoordhuis) Force rebuild after gyp or node-gyp update.
361
- build-addons-napi : $(NODE_EXE ) test/addons-napi/.buildstamp
361
+ build-addons-napi : | $(NODE_EXE ) test/addons-napi/.buildstamp
362
362
363
363
clear-stalled :
364
364
# Clean up any leftover processes but don't error if found.
You can’t perform that action at this time.
0 commit comments