summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-29 11:46:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-29 11:46:10 -0600
commitbcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57 (patch)
treea1d7ed3a7b884b53d54f02ec23c6139dd7bd8d0f /nuttx/ChangeLog
parent4c24c7c4a741eaeffc76339f07076cdad7a36c56 (diff)
downloadnuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.tar.gz
nuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.tar.bz2
nuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.zip
Dependency generation fix for directories that keep object files in a sub-directory
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c8cf633a4..7a6c770cc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5666,4 +5666,7 @@
* nuttx/fs/fs_sendfile.c, nuttx/net/net_sendfile.c, and other file:
Integrate an optimized sendfile() operation from Max Holtzberg
(2013-9-28).
-
+ * tools/mkdeps.*, nuttx/mm/Makefile, nuttx/libc/Makefile: Dependency
+ generation generation was broken for directories that keep objects in
+ a sub-directory. Fixed by adding a object path to the mkdeps.c,
+ mkdeps.bat, mkdeps.sh tools (2013-0-29).