From 1c1a2b79dfdc5c59f6fba82df7c3be41a8df2bf1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 08:02:10 -0600 Subject: [PATCH] Update ChangleLog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7f3c76b59..b004d500e 100644 --- a/ChangeLog.txt +++ b/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).