summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 08:02:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 08:02:10 -0600
commit53f35d753e96a72380a6162bc2ee925eb45a457b (patch)
treebc48cfc0c0d2f7074abe9105fc1d4ad7625827a9
parent5a79aa40e5a82a8358df0ab581f436df1e204134 (diff)
downloadnuttx-53f35d753e96a72380a6162bc2ee925eb45a457b.tar.gz
nuttx-53f35d753e96a72380a6162bc2ee925eb45a457b.tar.bz2
nuttx-53f35d753e96a72380a6162bc2ee925eb45a457b.zip
Update ChangleLog
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7f3c76b59..b004d500e 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1035,4 +1035,7 @@
* apps/import/Make.defs: Also need to define CFLAGS (2015-9-5)
* apps/import/scripts/gnu-elf.ld: Add GCC linker script for ELF
import builds (2014-9-5).
+ * 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).