summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkdeps.c
Commit message (Expand)AuthorAgeFilesLines
* Remove warning about redefined strtok_rGregory Nutt2014-12-081-0/+1
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-221-3/+8
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* NAME_MAX not available on SunOSGregory Nutt2014-07-041-2/+22
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-2/+0
* nuttx/tools: Fixes for some Windows native build issues from Max HoltzbergGregory Nutt2014-01-041-9/+13
* Fix a error in a recent checkin to fix dependencies wehn object files lie in ...Gregory Nutt2013-09-301-2/+0
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-291-16/+101
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-12/+12
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-7/+7
* Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based confi...patacongo2012-11-201-1/+1
* mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native W...patacongo2012-11-131-0/+9
* mkdeps.c: Fix some strtok logic; fix some system() return value checkpatacongo2012-11-131-35/+77
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-0/+69
* Oops.. nested strtok in mkdeps.c, need to use strtok_rpatacongo2012-11-131-3/+5
* Mostly cosmetic changespatacongo2012-11-131-1/+2
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-131-7/+6
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-0/+599