Remove instructures to CD to tools/ before running ./configure.sh

Squashed commit of the following:

    configs/*/README.txt: Replace each occurrence of './configure.sh' with 'tools/configure.sh'
    configs/*/README.txt:  Remove 'cd ..' after each './configure.sh'
    configs/*/README.txt:  Remove 'cd -' after each './configure.sh'
    configs/*/README.txt:  Remove 'cd tools' before each './configure.sh'
    configs/README.txt:  Remove instruction to CD tools/ before running configure.sh.
This commit is contained in:
Gregory Nutt
2018-05-09 11:41:46 -06:00
parent 0b6ccfe769
commit e4922ed9f0
115 changed files with 182 additions and 481 deletions
+3 -7
View File
@@ -468,9 +468,7 @@ Configurations
Each Cloudctrl configuration is maintained in a sub-directory and
can be selected as follow:
cd tools
./configure.sh shenzhou/<subdir>
cd -
tools/configure.sh shenzhou/<subdir>
Where <subdir> is one of the following:
@@ -545,14 +543,12 @@ Where <subdir> is one of the following:
1. Intall the nxwm configuration
$ cd ~/nuttx-code/tools
$ ./configure.sh shenzhou/nxwm
$ cd ~/nuttx-code
$ tools/configure.sh shenzhou/nxwm
2. Make the build context (only)
$ cd ..
$ make context
...
3. Install the nxwm unit test