summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
commit62b8fb69badccc3f10fb5184b9d375fea23ca59f (patch)
tree85a64e39b3a82aa186b3852b5274cfc5081fd220 /apps/ChangeLog.txt
parent23883d60d78f152827edcbff4f8ac8040ef8cdb5 (diff)
downloadnuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.tar.gz
nuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.tar.bz2
nuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.zip
Fix several build issues noted by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5459 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 09a4f634d..ea1b247f5 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -439,12 +439,18 @@
* Makefiles: Removed dependency of distclean on clean in most top-level
files. It makes sense for 'leaf' Makefiles to have this dependency,
but it does not make sense for upper-level Makefiles.
- * namedapp/: Renamed to builtins in preparation for another change.
+ * apps/namedapp/: Renamed to builtins in preparation for another change.
* .context: Removed the .context kludge. This caused lots of problems
when changing configurations because there is no easy way to get the
system to rebuild the context. Now, the context will be rebuilt
whenever there is a change in either .config or the Makefile.
- * builtin/registry: Updated new built-in registration logic to handle
+ * apps/builtin/registry: Updated new built-in registration logic to handle
cases where (1) old apps/.config is used, and (2) applications ared
removed, not just added.
+ * apps/examples/nettest/Makefile: Fix an error that crept in during
+ some of the recent, massive build system changes.
+ * apps/builtin/Makefile: Need to have auto-generated header files
+ in place early in the dependency generation phase to avoid warnings.
+ It is not important if they are only stubbed out header files at
+ this build phase.