[Title] added description about input of each option.
authorGun Kim <gune.kim@samsung.com>
Wed, 22 May 2013 01:34:40 +0000 (10:34 +0900)
committerGun Kim <gune.kim@samsung.com>
Wed, 22 May 2013 08:35:12 +0000 (17:35 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: If0086c4bb090dfcd937bfad3a0a31225ff7898f6

org.tizen.cli/doc/install/native_bin/native-make
org.tizen.cli/doc/install/native_bin/native-make.bat

index 4387f89..5fee387 100755 (executable)
@@ -21,12 +21,22 @@ command="$TOOLS_HOME/smart-build-interface/bin/sbi_make"
 
 usage() {
        echo "Usage: native-make [options]"
-       echo " -n,--name <platform name>"
-       echo " -v,--version <platform version>"
-       echo " -a,--arch <architecture>"
-       echo " -t,--toolchain <toolchain>"
-       echo " -rp,--ref-project <referencing project path>"
-       echo " -u,--unittest-target <target project path>"
+       echo " -n,--name <arg>\t\tSpecify a platform name (\"Tizen Device 2.1\" |"
+       echo "\t\t\t\t  \"Tizen Emulator 2.1\")"
+       echo "\t\t\t\tIf this option is not defined, the default value"
+       echo "\t\t\t\t  of platform name is set by using"
+       echo "\t\t\t\t  platform version and architecture"
+       echo " -v,--version <arg>\t\tSpecify a platform version (\"Tizen 2.1\")"
+       echo "\t\t\t\tIf this option is not defined, it uses a value"
+       echo "\t\t\t\t  of PLATFORM_VER in build_data file by default"
+       echo " -a,--arch <arg>\t\tSpecify an architecture (\"armel\" | \"i386\")"
+       echo "\t\t\t\tIf this option is not defined, it uses a value"
+       echo "\t\t\t\t  of ARCHITECTURE in build_data file by default"
+       echo " -t,--toolchain <arg>\t\tSpecify a toolchain (\"GCC-4.5\" | \"LLVM-3.1\")"
+       echo "\t\t\t\tIf this option is not defined, it uses a value"
+       echo "\t\t\t\t  of TOOLCHAIN in build_data file by default"
+       echo " -rp,--ref-project <arg>\tSpecify a path of referencing project"
+       echo " -u,--unittest-target <arg>\tSpecify a path of tested project"
        echo " clean"
 }
 
index 87f9e78..3488baf 100755 (executable)
@@ -156,11 +156,21 @@ exit /b %ERRORLEVEL%
 \r
 :usage\r
        echo Usage: native-make [options]\r
-       echo  -n,--name ^<platform name^>\r
-       echo  -v,--version ^<platform version^>\r
-       echo  -a,--arch ^<architecture^>\r
-       echo  -t,--toolchain ^<toolchain^>\r
-       echo  -rp,--ref-project ^<referencing project path^>\r
-       echo  -u,--unittest-target ^<target project path^>\r
+       echo  -n,--name ^<arg^>         Specify a platform name ("Tizen Device 2.1" ^|\r
+       echo                                      "Tizen Emulator 2.1")\r
+       echo                                    If this options is not defined, the default\r
+       echo                                      value of platform name is set by using\r
+       echo                                      platform version and architecture\r
+       echo  -v,--version ^<arg^>              Specify a platform version ("Tizen 2.1")\r
+       echo                                    If this options is not defined, it uses a value\r
+       echo                                      of PLATFORM_VER in build_data file by default\r
+       echo  -a,--arch ^<arg^>         Specify an architecture ("armel" ^| "i386")\r
+       echo                                    If this options is not defined, it uses a value\r
+       echo                                      of ARCHITECTURE in build_data file by default\r
+       echo  -t,--toolchain ^<arg^>            Specify a toolchain ("GCC-4.5" ^| "LLVM-3.1")\r
+       echo                                    If this options is not defined, it uses a value\r
+       echo                                      of TOOLCHAIN in build_data file by default\r
+       echo  -rp,--ref-project ^<arg^> Specify a path of referencing project"\r
+       echo  -u,--unittest-target ^<arg^>      Specify a path of tested project"\r
        echo  clean\r
 exit /b\r