From fefefe262eb29081f0bcb4d48f2d476ce5730562 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 9 May 2014 14:54:31 +0000 Subject: Add morphology to limit jobs to 1 --- yasm.morph | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 yasm.morph diff --git a/yasm.morph b/yasm.morph new file mode 100644 index 00000000..f04df432 --- /dev/null +++ b/yasm.morph @@ -0,0 +1,4 @@ +name: yasm +kind: chunk +build-system: autotools +max-jobs: 1 -- cgit v1.2.1