Lines Matching full:echo
48 echo "Usage: $0"
49 echo -e " -h|--help\t\tPrint this help."
50 echo -e " --version <version>\tVersion to bump to."
51 echo -e " --so-crypto <version>\tSO version to bump libmbedcrypto to."
52 echo -e " --so-x509 <version>\tSO version to bump libmbedx509 to."
53 echo -e " --so-tls <version>\tSO version to bump libmbedtls to."
54 echo -e " -v|--verbose\t\tVerbose."
59 echo "Unknown argument: '$1'"
68 echo "No version specified. Unable to continue."
72 [ $VERBOSE ] && echo "Bumping VERSION in CMakeLists.txt"
76 [ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt"
82 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/CMakeLists.txt"
86 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/Makefile"
93 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedx509 in library/CMakeLists.txt"
97 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedx509 in library/Makefile"
104 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedtls in library/CMakeLists.txt"
108 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedtls in library/Makefile"
113 [ $VERBOSE ] && echo "Bumping VERSION in include/mbedtls/build_info.h"
114 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
126 [ $VERBOSE ] && echo "Bumping version in tests/suites/test_suite_version.data"
130 [ $VERBOSE ] && echo "Bumping PROJECT_NAME in doxygen/mbedtls.doxyfile and doxygen/input/doc_mainpa…
137 [ $VERBOSE ] && echo "Re-generating library/error.c"
140 [ $VERBOSE ] && echo "Re-generating programs/test/query_config.c"
143 [ $VERBOSE ] && echo "Re-generating library/version_features.c"
146 [ $VERBOSE ] && echo "Re-generating visualc files"