From 5dfb73f17de78c99c9d294ad7cd1ade8eb56dfe9 Mon Sep 17 00:00:00 2001 From: Gun Kim Date: Wed, 22 May 2013 10:34:40 +0900 Subject: [PATCH] [Title] added description about input of each option. [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: If0086c4bb090dfcd937bfad3a0a31225ff7898f6 --- org.tizen.cli/doc/install/native_bin/native-make | 22 ++++++++++++++++------ .../doc/install/native_bin/native-make.bat | 22 ++++++++++++++++------ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/org.tizen.cli/doc/install/native_bin/native-make b/org.tizen.cli/doc/install/native_bin/native-make index 4387f89..5fee387 100755 --- a/org.tizen.cli/doc/install/native_bin/native-make +++ b/org.tizen.cli/doc/install/native_bin/native-make @@ -21,12 +21,22 @@ command="$TOOLS_HOME/smart-build-interface/bin/sbi_make" usage() { echo "Usage: native-make [options]" - echo " -n,--name " - echo " -v,--version " - echo " -a,--arch " - echo " -t,--toolchain " - echo " -rp,--ref-project " - echo " -u,--unittest-target " + echo " -n,--name \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 \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 \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 \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 \tSpecify a path of referencing project" + echo " -u,--unittest-target \tSpecify a path of tested project" echo " clean" } diff --git a/org.tizen.cli/doc/install/native_bin/native-make.bat b/org.tizen.cli/doc/install/native_bin/native-make.bat index 87f9e78..3488baf 100755 --- a/org.tizen.cli/doc/install/native_bin/native-make.bat +++ b/org.tizen.cli/doc/install/native_bin/native-make.bat @@ -156,11 +156,21 @@ exit /b %ERRORLEVEL% :usage echo Usage: native-make [options] - echo -n,--name ^ - echo -v,--version ^ - echo -a,--arch ^ - echo -t,--toolchain ^ - echo -rp,--ref-project ^ - echo -u,--unittest-target ^ + echo -n,--name ^ Specify a platform name ("Tizen Device 2.1" ^| + echo "Tizen Emulator 2.1") + echo If this options is not defined, the default + echo value of platform name is set by using + echo platform version and architecture + echo -v,--version ^ Specify a platform version ("Tizen 2.1") + echo If this options is not defined, it uses a value + echo of PLATFORM_VER in build_data file by default + echo -a,--arch ^ Specify an architecture ("armel" ^| "i386") + echo If this options is not defined, it uses a value + echo of ARCHITECTURE in build_data file by default + echo -t,--toolchain ^ Specify a toolchain ("GCC-4.5" ^| "LLVM-3.1") + echo If this options is not defined, it uses a value + echo of TOOLCHAIN in build_data file by default + echo -rp,--ref-project ^ Specify a path of referencing project" + echo -u,--unittest-target ^ Specify a path of tested project" echo clean exit /b -- 2.7.4