From cb305dc9fca2f3c19771601fe9da139db2574982 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:42:58 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5d6e3100e..09067d5c2 100644 --- a/ChangeLog.txt +++ b/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).