From d21ff7a3a0965ddc9adf35898eacb2ca9b6ee127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Sun, 24 Apr 2016 22:48:03 +0200 Subject: [PATCH] tools.deploy.shaker: fix startup hook stripping cpu.x86 -> cpu.x86.features and some more hooks that are safe to strip --- basis/tools/deploy/shaker/shaker.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index f17550cbc8..9a0a60a2f5 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -28,9 +28,8 @@ IN: tools.deploy.shaker "Stripping startup hooks" show { "alien.strings" - "cpu.x86" + "cpu.x86.features" "environment" - "libc" } [ startup-hooks get delete-at ] each deploy-threads? get [ @@ -41,9 +40,11 @@ IN: tools.deploy.shaker ] when strip-dictionary? [ { + "compiler.units" + "source-files.errors" "vocabs" "vocabs.cache" - "source-files.errors" + "vocabs.loader" } [ startup-hooks get delete-at ] each ] when ;