Skip to content

Commit

Permalink
bump version of node.js to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Mar 10, 2011
1 parent 851c494 commit bb3171a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -17,7 +17,7 @@
/libz/zlib-1.2.3
/ncurses/ncurses-5.7-64
/ncurses/ncurses-5.7
/node.js/node-v0.4.0
/node.js/node-v0.4.2
/nss-nspr/nss-3.12.8-64
/nss-nspr/nss-3.12.8
/openssl/openssl-0.9.8o-64
Expand Down
5 changes: 1 addition & 4 deletions node.js/Makefile
Expand Up @@ -21,7 +21,7 @@
# Copyright (c) 2010,2011 Joyent Inc.
#

VER=node-v0.4.0
VER=node-v0.4.2
BASE=$(PWD)
DESTDIR=$(BASE)/../proto
GCC=/usr/bin/gcc
Expand All @@ -43,9 +43,6 @@ clean:

$(VER)/build/default/config.h: $(VER)/configure
(cd $(VER); ./configure --with-dtrace --prefix=/usr)
(cd $(VER) \
; gpatch -p0 --no-backup-if-mismatch < ../node-040.patch )


$(VER)/configure: $(VER).tar.gz
gtar -zxf $(VER).tar.gz
Expand Down
11 changes: 0 additions & 11 deletions node.js/node-040.patch

This file was deleted.

Binary file removed node.js/node-v0.4.0.tar.gz
Binary file not shown.
Binary file added node.js/node-v0.4.2.tar.gz
Binary file not shown.

0 comments on commit bb3171a

Please sign in to comment.