summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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).