Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use the shell env command to set MAKEFLAGS
  • Loading branch information
danbev committed Nov 5, 2016
commit 327cd52edace3b51f332c66de0bbfb32c4c85d55
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test/addons/.buildstamp: config.gypi \
# embedded addons have been generated from the documentation.
for dirname in test/addons/*/; do \
echo "\nBuilding addon $$PWD/$$dirname" ; \
MAKEFLAGS="-j1" $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp \
env MAKEFLAGS="-j1" $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp \
--loglevel=$(LOGLEVEL) rebuild \
--python="$(PYTHON)" \
--directory="$$PWD/$$dirname" \
Expand Down