aboutsummaryrefslogtreecommitdiff
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
commit6953365d30f06846a8f3877b73e01ee7d8321db0 (patch)
tree85a64e39b3a82aa186b3852b5274cfc5081fd220 /apps/ChangeLog.txt
parent7c73fe57c659ce9f9a31a247b04f7068a0b62cb1 (diff)
downloadpx4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.tar.gz
px4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.tar.bz2
px4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.zip
Fix several build issues noted by Mike Smith
git-svn-id: http://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.