diff --git a/tools/README.txt b/tools/README.txt index 6c1bff8c71c..c80ef2a956c 100644 --- a/tools/README.txt +++ b/tools/README.txt @@ -987,20 +987,20 @@ testbuild.sh $ ./testbuild.sh -h - USAGE: ./testbuild.sh [-l|m|c|g|n] [-d] [-x] [-j ] [-a ] [-t ] [-p] [-G] + USAGE: ./testbuild.sh [-l|m|c|g|n] [-d] [-e ] [-x] [-j ] [-a ] [-t ] [-p] [-G] ./testbuild.sh -h Where: -l|m|c|g|n selects Linux (l), macOS (m), Cygwin (c), - MSYS/MSYS2 (g) or Windows native (n). Default Linux + MSYS/MSYS2 (g) or Windows native (n). Default Linux -d enables script debug output + -e pass extra c/c++ flags such as -Wno-cpp via make command line -x exit on build failures -j passed on to make. Default: No -j make option. -a provides the relative path to the apps/ directory. Default ../apps - -t provides the absolute path to top nuttx/ directory. - Default $WD/../nuttx, where $WD is the parent directory of - the directory where this script is. + -t provides the absolute path to top nuttx/ directory. Default ../nuttx -p only print the list of configs without running any builds + -A store the build executable artifact in ARTIFACTDIR (defaults to ../buildartifacts -C Skip tree cleanness check. -G Use "git clean -xfdq" instead of "make distclean" to clean the tree. This option may speed up the builds. However, note that: