summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@vcore.(none)>2009-02-22 15:14:21 +0900
committerfrsyuki <frsyuki@vcore.(none)>2009-02-22 15:14:21 +0900
commit11abec1093cf8c9914b5aeeac383d30abc1cad72 (patch)
tree2deaa42039029e5da89e16c9bcb0dcd8a42ac38a /bootstrap
parent761b3980834e4644ce0ce57f6db13d1c93883380 (diff)
downloadmsgpack-python-11abec1093cf8c9914b5aeeac383d30abc1cad72.tar.gz
c and c++: rewritten and integrated
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 954fa89..eb16c35 100755
--- a/bootstrap
+++ b/bootstrap
@@ -31,10 +31,10 @@ if test x"$1" = x"--help"; then
fi
-if [ -z "$NO_NEST" ];then
- cd c && ./bootstrap $@; cd ..
- cd cpp && ./bootstrap $@; cd ..
-fi
+#if [ -z "$NO_NEST" ];then
+# cd c && ./bootstrap $@; cd ..
+# cd cpp && ./bootstrap $@; cd ..
+#fi
ACLOCAL="aclocal"