From b508a8b1e0bbfb212df61b7d8242d259b35571d7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 10:49:02 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d7329189d..199d7beed 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1045,3 +1045,9 @@ * Many Makefiles. For kernel build, the object file containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile (2014-9-7). + * apps/import/Make.defs: libapps.a needs to be added to the list of + libraries to link against (2014-9-7). + * apps/nshlib/nsh.h and nsh_ddcmd.c: Several commands must be disabled + in the kernel build because they depend on interfaces that are not + available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and + ps (2014-9-7).