and add keywords check
GitOrigin-RevId: 924f860e08
release-1.5
@@ -23,7 +23,7 @@ function usage() { | |||||
echo "-r : remove old build dir before make, default off" | echo "-r : remove old build dir before make, default off" | ||||
echo "-v : ninja with verbose and explain, default off" | echo "-v : ninja with verbose and explain, default off" | ||||
echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | ||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -k)" | |||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -e)" | |||||
echo "-h : show usage" | echo "-h : show usage" | ||||
echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | ||||
echo "example: $0 -d" | echo "example: $0 -d" | ||||
@@ -23,7 +23,7 @@ function usage() { | |||||
echo "-r : remove old build dir before make, default off" | echo "-r : remove old build dir before make, default off" | ||||
echo "-v : ninja with verbose and explain, default off" | echo "-v : ninja with verbose and explain, default off" | ||||
echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | ||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -k)" | |||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -e)" | |||||
echo "-h : show usage" | echo "-h : show usage" | ||||
echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | ||||
echo "example: $0 -d" | echo "example: $0 -d" | ||||
@@ -27,7 +27,7 @@ function usage() { | |||||
echo "-r : remove old build dir before make, default off" | echo "-r : remove old build dir before make, default off" | ||||
echo "-v : ninja with verbose and explain, default off" | echo "-v : ninja with verbose and explain, default off" | ||||
echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | ||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -k)" | |||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -e)" | |||||
echo "-h : show usage" | echo "-h : show usage" | ||||
echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | ||||
echo "example: $0 -d" | echo "example: $0 -d" | ||||
@@ -12,7 +12,7 @@ function usage() { | |||||
echo "-v : ninja with verbose and explain, default off" | echo "-v : ninja with verbose and explain, default off" | ||||
echo "-s : Do not build develop even build with training mode, default on when build with training, always for wheel" | echo "-s : Do not build develop even build with training mode, default on when build with training, always for wheel" | ||||
echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | echo "-n : ninja with -n dry run (don't run commands but act like they succeeded)" | ||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -k)" | |||||
echo "-e : build a specified target (always for debug, NOTICE: do not do strip/install target when use -e)" | |||||
echo "-h : show usage" | echo "-h : show usage" | ||||
echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | echo "append other cmake config by export EXTRA_CMAKE_ARGS=..." | ||||
echo "example: $0 -d" | echo "example: $0 -d" | ||||