summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk7
1 files changed, 0 insertions, 7 deletions
diff --git a/lbmk b/lbmk
index 52fdbf09..7cd57cdd 100755
--- a/lbmk
+++ b/lbmk
@@ -96,13 +96,6 @@ execute_command()
case "${option}" in
list)
./build command options "${buildpath}/${mode}" ;;
- all)
- for option in $(./build command options "${buildpath}/${mode}")
- do
- "${buildpath}/${mode}/${option}" $@ || \
- fail "script fail: ${buildpath}/${mode}/${option} $@"
- done
- ;;
*)
if [ ! -d "${buildpath}/${mode}" ]; then
usage $0