summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 01:27:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 01:27:04 +0000
commite70772c61f74bdf3561f7f5326e3ebb5a9bff4cb (patch)
tree9afbce738a90c122d5a07059599ff60b0a7dd0d3 /nuttx/ChangeLog
parentdd1708a63c78d0d5c9c229371a9c89afcc4664dd (diff)
downloadnuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.tar.gz
nuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.tar.bz2
nuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.zip
tools/mkdep.sh should not report an error if there are no files on the command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1d696e6f4..59cb892e3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1735,3 +1735,5 @@
build time
* Makefile: Removed support for Pascal pcode interpreter. Support for that
interpreter has been moved to apps/interpreter/Makefile.
+ * tools/mkdep.sh: Should not report an error if there are no files on the command
+ line. This happens normally in certain configurations.