From 3c7a1312c13ca10417a4889a3865a4a5fc816b98 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 20 Oct 2020 01:30:04 -0700 Subject: [PATCH] Revert "remove obsolete? build-all target" still need it for testing This reverts commit 237d01df9e28c51bdccb3e1e123e3662d66dcdda. --- bin/kaleidoscope-builder | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index b517b9e1..f92c9113 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -507,6 +507,15 @@ find_all_sketches () { done | sort } +build_all () { + plugins="$(find_all_sketches)" + + for plugin in ${plugins}; do + export SKETCH="${plugin}" + $0 "${plugin}" build + done +} + size () { compile