From b25a6719838983f5621b2ea88a29881b4d44ba4c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 4 May 2013 21:47:59 +0200 Subject: [PATCH] disable myslice by default --- onelab.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onelab.mk b/onelab.mk index 6b8ab5d2..5ea3fffa 100644 --- a/onelab.mk +++ b/onelab.mk @@ -586,11 +586,11 @@ ALL += sface endif ############################## +# don't build these by default, we have separate builds for that myslice-MODULES := myslice myslice-SPEC := myslice.spec -ALL += myslice +#ALL += myslice manifold-MODULES := manifold manifold-SPEC := manifold.spec -# not yet though #ALL += manifold -- 2.43.0