summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:54:19 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:54:19 +0000
commit60968e5db5cc348e9ae4fba447d8c0fe3d0ec627 (patch)
treebd0e5a5cc4e78ff3c1470db7f58c22b627eec215
parent23a3437fe6dabc26eb94ec21b3cca81b62864110 (diff)
downloadbison-60968e5db5cc348e9ae4fba447d8c0fe3d0ec627.tar.gz
bison.morph: do submodule support fixes
-rw-r--r--bison.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/bison.morph b/bison.morph
index 3bd04b3a..d61e8aa2 100644
--- a/bison.morph
+++ b/bison.morph
@@ -2,8 +2,9 @@
"name": "bison",
"kind": "chunk",
"configure-commands": [
- "bash bootstrap",
- "./configure --prefix=/usr"
+ "rm .git*",
+ "bash bootstrap --skip-po",
+ "./configure --prefix=/usr --disable-nls"
],
"build-commands": [
"make"