less verbose output for installing npm modules
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:11:37 +0000 (17:11 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:11:37 +0000 (17:11 +0000)
test/Makefile

index d4106a5..e1f5a09 100644 (file)
@@ -2,6 +2,7 @@
 
 # For running on Mike's local install of node.js
 MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin
+NPM_INSTALL_FLAGS=-q
 
 all: check
 
@@ -31,7 +32,7 @@ jsbeautifier jsb indent:
 
 node-modules: node_modules
 node_modules:
-       npm install jQuery xmlhttprequest jsdom request jasmine-node
+       npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node
 
 help:
        @echo "make [ all | check | clean | distclean ]"