summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-04 12:39:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-04 12:39:03 -0600
commitb4ddd5c4d15cdb22e036721ff513e93c01b6f619 (patch)
tree2f24695f2612fa0c4c0d762297c1ad6277bd7c32 /nuttx/ChangeLog
parent89627d6c300f03551d82a672d634ed0217a241a4 (diff)
downloadnuttx-b4ddd5c4d15cdb22e036721ff513e93c01b6f619.tar.gz
nuttx-b4ddd5c4d15cdb22e036721ff513e93c01b6f619.tar.bz2
nuttx-b4ddd5c4d15cdb22e036721ff513e93c01b6f619.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 88c031a27..ceb264edf 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).