From 752e1697e3111cf61fbd964020f651c6571d9e1b Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 20 Jul 2012 11:59:17 +0200 Subject: LA FLEMME .... --- net:foret/completion/_sdk-targets | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net:foret/completion') diff --git a/net:foret/completion/_sdk-targets b/net:foret/completion/_sdk-targets index 4f9fe87..10ed54c 100644 --- a/net:foret/completion/_sdk-targets +++ b/net:foret/completion/_sdk-targets @@ -33,18 +33,20 @@ _sdk-targets() { case "$service" in sdk-factory.sh) _arguments \ - '(-s)'{-a,--enable-all-protocols}'[Enable all protocols]'\ + {-a,--enable-all-protocols}'[Enable all protocols]'\ {-c+,--config=}'[Selects config FILE to use]:file:_files'\ {-d,--debug-make}'[Add debugging verbosity to make]'\ - '(-p)'{-f,--framework-only}'[Generates only the framework libraries]'\ - '(-f)'{-p,--protocols-only}'[Generates only the protocols bundle libraries]'\ {-g,--enable-debug-info}'[Enable debug info in binaries]'\ {-h,--enable-host}'[Enable host binaries building]'\ {-i,--disable-security}'[Disable licence checking]'\ {-n,--nomake}'[No make done]'\ {-s,--enable-specific-protocols}'[Enable specific protocols]'\ {-v,--verbose}'[Enable verbose compilation]'\ - ':current target:(( $(_current_target) ))' + ':current target:(( $(_current_target) ))' \ + - framework \ + {-f,--framework-only}'[Generates only the framework libraries]'\ + - protobundle \ + {-p,--protocols-only}'[Generates only the protocols bundle libraries]' _alternative ':other targets:(( $( _other_targets ) ))' ;; set-target-build-env.sh) -- cgit v1.2.3