diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index cb28103bef..d015cbd57f 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1403,16 +1403,14 @@ tools/ accomplish the same configuration:

There is an alternative Windows batch file, configure.bat, that can be used instead of configure.sh in the windows native environment like:

See tools/README.txt for more information about these scripts. @@ -1423,8 +1421,7 @@ tools/ then you should also specify the location of the application directory on the command line like:

diff --git a/Makefile.unix b/Makefile.unix index 504e0dd556..934f2ad4d8 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -369,8 +369,10 @@ clean_context: check_context: $(Q) if [ ! -e ${TOPDIR}/.config -o ! -e ${TOPDIR}/Make.defs ]; then \ - echo "" ; echo "Nuttx has not been configured:" ; \ - echo " cd tools; ./configure.sh " ; echo "" ; \ + echo "" ; \ + echo "Nuttx has not been configured:" ; \ + echo " tools/configure.sh " ; \ + echo "" ; \ exit 1 ; \ fi