From a202812ba0682f2c2f3ee6bec9ed31ae6f607bbd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 30 Jul 2008 10:23:33 -0500 Subject: [PATCH] Fix deployment --- basis/tools/deploy/shaker/shaker.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 7a4d93c4bd..eaa0342c25 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -16,8 +16,6 @@ QUALIFIED: init QUALIFIED: io.backend QUALIFIED: io.thread QUALIFIED: layouts -QUALIFIED: libc.private -QUALIFIED: libc.private QUALIFIED: listener QUALIFIED: prettyprint.config QUALIFIED: source-files @@ -178,13 +176,14 @@ IN: tools.deploy.shaker listener:error-hook init:init-hooks io.thread:io-thread - libc.private:mallocs source-files:source-files input-stream output-stream error-stream } % + "mallocs" "libc.private" lookup , + deploy-threads? [ "initial-thread" "threads" lookup , ] unless