Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-18 05:18:29 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-18 05:30:30 +0400
commit48d21dd541929c85ee5bc0d7082811663442a698 (patch)
tree2babc71c27e723d3054a4d3e3e9bc776c4b93855 /Makefile
parent4f8d6d0834ef7132aa9702f4c83033daf42f9d06 (diff)
Force makefile generation in gyp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8dbeaffd4b..2511dce1c0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
BUILDTYPE ?= Release
all: out/Makefile
- tools/gyp_node -f make
$(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
-ln -fs out/Release/node node
-ln -fs out/Debug/node node_g
@@ -14,7 +13,8 @@ clean:
rm -rf out
distclean:
- rm -rf out
+ -rm -rf out
+ -options.gypi
test: all
python tools/test.py --mode=release simple message