Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-09-04 12:39:03 -06:00
parent 7743a2d4e2
commit 87f946d4a9
1 changed files with 5 additions and 2 deletions

View File

@ -8392,5 +8392,8 @@
* tools/mkexport.sh: Fix 'make export'. Adding subdirectories to the
sched/ directory broke the header file collection logic (2014-9-4).
* Makefile.unix, Makefile.win, FlatLibs.mk, KernelLibs.mk, and
ProtectedLibs.mk: In the kernel build, only the user libraries should
be exported (2014-9-4).
ProtectedLibs.mk: In the kernel or protected builds, only the user
libraries should be exported (2014-9-4).
* Makefile.unix, Makefile.win, and tools/mkexport.sh: In 'make export',
do not copy internal header files or build scripts if this is a
kernel or protected build (014-9-4).