summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:42:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:42:58 -0600
commita700bdbd925462de80f3738497701ca675f0893e (patch)
tree18dab66ce57255025e964759fd9e5b009553dbd0 /apps/ChangeLog.txt
parentbeb70efffcde9f35e3ab80c748c38041677d1ac0 (diff)
downloadnuttx-a700bdbd925462de80f3738497701ca675f0893e.tar.gz
nuttx-a700bdbd925462de80f3738497701ca675f0893e.tar.bz2
nuttx-a700bdbd925462de80f3738497701ca675f0893e.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 5d6e3100e..09067d5c2 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1038,6 +1038,7 @@
* All Makefiles: Add an install target to all makefiles. For the
import build, the top-level Makefile now does two passes: (1) builds
libapp.a, then (2) installs the programs (not yet finished) (2014-9-6).
- * MAny files: With kernel build (CONFIG_BUILD_KERNEL), entry point to
- all tasks is main, not some xyz_main (2014-9-).
-
+ * Many files: With kernel build (CONFIG_BUILD_KERNEL), entry point to
+ all tasks is main, not some xyz_main (2014-9-6).
+ * Many Makefiles: Add program installation for CONFIG_BUILD_KERNEL in
+ all Makefiles that build a main() (2014-9-6).