summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-11 20:09:12 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-15 00:24:40 +0000
commit271c36978064329645441d069b667454b4c085a8 (patch)
treedbdc47311755abf61f0a0e7f8bb2ea137cb1df36
parentee3d55f859d7d54cb9bd9a376fbdecca89335aee (diff)
downloadcpython-271c36978064329645441d069b667454b4c085a8.tar.gz
Translate morph file to yaml.
-rw-r--r--cpython.morph13
1 files changed, 5 insertions, 8 deletions
diff --git a/cpython.morph b/cpython.morph
index 3c2e2f0b8a..30f38cb950 100644
--- a/cpython.morph
+++ b/cpython.morph
@@ -1,8 +1,5 @@
-{
- "name": "cpython",
- "kind": "chunk",
- "build-system": "autotools",
- "configure-commands": [
- "./configure --prefix=\"$PREFIX\" --enable-shared"
- ]
-}
+name: cpython
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-shared