From 983e22aa2da2dab54bcf2891776e1b961fadd2ec Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Jan 2016 14:26:29 -0600 Subject: [PATCH] Update discussion about using dependencies in mixed Cygwin/Windowas native environments --- Documentation/NuttX.html | 5 +---- Documentation/NuttxPortingGuide.html | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 52c130a110..0e36e233aa 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -5195,12 +5195,9 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.-M option to generate make dependencies. These dependencies are retained in files called Make.deps throughout the system. For compilers other than GCC, there is no support for making dependencies in this way. - For Windows native GCC compilers, the generated dependencies are windows paths and not - directly usable in the Cygwin make. By default, dependencies are suppressed for these - compilers as well.

- NOTE: dependencies are suppress by setting the make variable MKDEPS to point + NOTE: dependencies may be suppressed by setting the make variable MKDEPS to point to the do-nothing dependency script, tools/mknulldeps.sh.

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d6bb7982c5..c0c8cdd253 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1440,6 +1440,8 @@ tools/ |-- configure.sh / configure.bat |-- cfgparser.c |-- cfgparser.h +|-- cmpconfig.c +|-- cnvwindeps.c |-- copydir.sh / copydir.bat |-- define.sh / define.bat |-- incdir.sh / indir.bat @@ -1453,6 +1455,7 @@ tools/ |-- mkromfsimg.sh |-- mksyscall.c |-- mkversion.c +|-- mkwindeps.sh |-- unlink.sh / unlink.bat |-- version.sh `-- zipme.sh