tasn pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=ee6059c6b1e95750471f165a63ac533d3294dec3

commit ee6059c6b1e95750471f165a63ac533d3294dec3
Author: Andreas Volz <[email protected]>
Date:   Wed Jul 15 21:37:11 2009 +0000

    help options
    
    
    SVN revision: 41356
---
 compile.functions | 8 +++++---
 compile.sh        | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/compile.functions b/compile.functions
index 3881bf7..b72d5df 100644
--- a/compile.functions
+++ b/compile.functions
@@ -75,11 +75,13 @@ cat << EOF
 
 Usage:
 $0 [OPTIONS]...
-       --help                          show this help
-  --disable-autogen               don't generate autools files (autogen.sh)
+  --help                          show this help
+  --no-bootstrap                  don't generate autotools files
+  --no-configure                  don't configure the source
+  --no-debug                      compile the sources without debug flags
   --skip-error                    skip errors while generating/building 
otherwise exit
   --clean                         clean the sources (without generating)
-  --make                          make the sources (default)
+  --no-make                       don't make the sources
 EOF
 
 }
diff --git a/compile.sh b/compile.sh
index a66127b..66464a5 100755
--- a/compile.sh
+++ b/compile.sh
@@ -31,7 +31,7 @@ for i
        --help) print_help;             exit 0 ;;
        --no-bootstrap)               val_bootstrap=false ;;
        --no-configure)               val_configure=false ;;
-  --no-debug)                   val_debug=false ;;
+       --no-debug)                   val_debug=false ;;
        --skip-error)                 val_skip_error=true ;;
        --clean)                      val_clean=true ;;
        --no-make)                    val_make=false ;;

-- 


Reply via email to