| Index: build/install-build-deps.sh | 
| =================================================================== | 
| --- build/install-build-deps.sh	(revision 74659) | 
| +++ build/install-build-deps.sh	(working copy) | 
| @@ -60,8 +60,8 @@ | 
| tar -xjvf $BINUTILS.tar.bz2 | 
| cd $BINUTILS | 
| ./configure --prefix=/usr/local/gold --enable-gold | 
| -  make -j3 | 
| -  if sudo make install | 
| +  make maybe-all-binutils maybe-all-gold -j4 | 
| +  if sudo make maybe-install-binutils maybe-install-gold | 
| then | 
| # Still need to figure out graceful way of pointing gyp to use | 
| # /usr/local/gold/bin/ld without requiring him to set environment | 
|  |