Update discussion about using dependencies in mixed Cygwin/Windowas native environments

This commit is contained in:
Gregory Nutt 2016-01-09 14:26:29 -06:00
parent 42cd887fed
commit 983e22aa2d
2 changed files with 4 additions and 4 deletions

View File

@ -5195,12 +5195,9 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
NuttX uses the GCC compiler's <code>-M</code> option to generate make dependencies. These
dependencies are retained in files called <code>Make.deps</code> 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.
</li>
<p><small>
NOTE: dependencies are suppress by setting the make variable <code>MKDEPS</code> to point
NOTE: dependencies may be suppressed by setting the make variable <code>MKDEPS</code> to point
to the do-nothing dependency script, <code>tools/mknulldeps.sh</code>.
</small></p>
</ul>

View File

@ -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