diff --git a/ChangeLog b/ChangeLog index 88c031a2784..ceb264edf96 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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).