Merge branch 'master' of git://factorcode.org/git/factor
commit
742de25055
|
@ -23,10 +23,8 @@ IN: tools.deploy.shaker
|
||||||
|
|
||||||
: strip-init-hooks ( -- )
|
: strip-init-hooks ( -- )
|
||||||
"Stripping startup hooks" show
|
"Stripping startup hooks" show
|
||||||
"cpu.x86" init-hooks get delete-at
|
{ "cpu.x86" "command-line" "libc" "system" "environment" }
|
||||||
"command-line" init-hooks get delete-at
|
[ init-hooks get delete-at ] each
|
||||||
"libc" init-hooks get delete-at
|
|
||||||
"system" init-hooks get delete-at
|
|
||||||
deploy-threads? get [
|
deploy-threads? get [
|
||||||
"threads" init-hooks get delete-at
|
"threads" init-hooks get delete-at
|
||||||
] unless
|
] unless
|
||||||
|
|
Loading…
Reference in New Issue