From d2d18e5793c440d1e5725a971d7e8a757616d1ae Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 11 Mar 2014 20:09:12 +0000 Subject: Translate morph file to yaml. --- cpython.morph | 13 +++++-------- 1 file 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 -- cgit v1.2.1