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-25 12:40:48 +0000
commitd2d18e5793c440d1e5725a971d7e8a757616d1ae (patch)
treedbdc47311755abf61f0a0e7f8bb2ea137cb1df36
parentee3d55f859d7d54cb9bd9a376fbdecca89335aee (diff)
downloadcpython-d2d18e5793c440d1e5725a971d7e8a757616d1ae.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