oops revert unintentional commit

This commit is contained in:
sthen 2012-05-09 15:33:23 +00:00
parent d568f4182c
commit 03a2a7192a

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.2 2012/05/09 15:32:25 sthen Exp $
--- deps/npm/node_modules/node-gyp/lib/build.js.orig Fri May 4 21:12:52 2012
+++ deps/npm/node_modules/node-gyp/lib/build.js Wed May 9 09:26:31 2012
$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.3 2012/05/09 15:33:23 sthen Exp $
--- deps/npm/node_modules/node-gyp/lib/build.js.orig Mon May 7 19:33:03 2012
+++ deps/npm/node_modules/node-gyp/lib/build.js Mon May 7 19:33:59 2012
@@ -11,13 +11,15 @@ var fs = require('graceful-fs')
, which = require('which')
, mkdirp = require('./util/mkdirp')
@ -18,12 +18,3 @@ $OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.2 2012/05/09 15:
, buildDir = path.resolve('build')
, configPath = path.resolve(buildDir, 'config.gypi')
, buildType
@@ -181,6 +183,8 @@ function build (gyp, argv, callback) {
argv.push('/p:Configuration=' + buildType + ';Platform=' + p)
} else {
argv.push('BUILDTYPE=' + buildType)
+ // Don't hide compiler commands
+ argv.push('V=1')
// Invoke the Makefile in the 'build' dir.
argv.push('-C')
argv.push('build')