summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-30 19:00:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-30 19:00:23 -0600
commit2ab19fe38a91ea086cba7a5fe41d9135329ea486 (patch)
tree462f6087f78e6cf65826141edb80af8ec7f5fbd0 /nuttx/Makefile.unix
parentbb044776d40312c51ce14b8e26ffd94ded2465a8 (diff)
downloadpx4-nuttx-2ab19fe38a91ea086cba7a5fe41d9135329ea486.tar.gz
px4-nuttx-2ab19fe38a91ea086cba7a5fe41d9135329ea486.tar.bz2
px4-nuttx-2ab19fe38a91ea086cba7a5fe41d9135329ea486.zip
Purely cosmetic updates to release notes and Makfile comments
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix15
1 files changed, 7 insertions, 8 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index d76c34859..375c240bc 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -108,7 +108,7 @@ endif
# USERDIRS - When NuttX is build is a monolithic kernel, this provides the
# list of directories that must be built
# OTHERDIRS - These are directories that are not built but probably should
-# be cleaned to prevent garbarge from collecting in them when changing
+# be cleaned to prevent garbage from collecting in them when changing
# configurations.
NONFSDIRS = sched $(ARCH_SRC) $(NUTTX_ADDONS)
@@ -188,7 +188,7 @@ CLEANDIRS += net
#
# Pass 1 1ncremental (relative) link objects should be put into the
# processor-specific source directory (where other link objects will
-# be created). If the pass1 obect is an archive, it could go anywhere.
+# be created). If the pass1 object is an archive, it could go anywhere.
ifeq ($(CONFIG_BUILD_2PASS),y)
EXTRA_OBJS += $(CONFIG_PASS1_OBJECT)
@@ -319,7 +319,7 @@ endif
# The float.h header file defines the properties of your floating point
# implementation. It would always be best to use your toolchain's float.h
-# header file but if none is avaiable, a default float.h header file will
+# header file but if none is available, a default float.h header file will
# provided if this option is selected. However there is no assurance that
# the settings in this float.h are actually correct for your platform!
@@ -469,7 +469,7 @@ check_context:
exit 1 ; \
fi
-# Archive targets. The target build sequency will first create a series of
+# Archive targets. The target build sequence will first create a series of
# libraries, one per configured source file directory. The final NuttX
# execution will then be built from those libraries. The following targets
# build those libraries.
@@ -628,7 +628,7 @@ lib/libarch$(LIBEXT): $(ARCH_SRC)/libarch$(LIBEXT)
# incremental (relative) link object, but could be a static library (archive);
# some modification to this Makefile would be required if CONFIG_PASS1_OBJECT
# is an archive. Exactly what is performed during pass1 or what it generates
-# is unknown to this makefule unless CONFIG_PASS1_OBJECT is defined.
+# is unknown to this makefile unless CONFIG_PASS1_OBJECT is defined.
pass1deps: pass1dep $(USERLIBS)
@@ -681,7 +681,7 @@ endif
# Create the final NuttX executable in a two pass build process. In the
# normal case, all pass1 and pass2 dependencies are created then pass1
# and pass2 targets are built. However, in some cases, you may need to build
-# pass1 depenencies and pass1 first, then build pass2 dependencies and pass2.
+# pass1 dependencies and pass1 first, then build pass2 dependencies and pass2.
# in that case, execute 'make pass1 pass2' from the command line.
$(BIN): pass1deps pass2deps pass1 pass2
@@ -804,7 +804,7 @@ endif
# apps_distclean: Perform the distclean operation only in the user application
# directory. Note that the apps/.config file (inf any) is
# preserved so that this is not a "full" distclean but more of a
-# configuration "reset." (There willnot be an apps/.config
+# configuration "reset." (There will not be an apps/.config
# file if the configuration was generated via make menuconfig).
apps_clean:
@@ -826,4 +826,3 @@ ifneq ($(APPDIR),)
{ echo "Copy of _SAVED_APPS_config failed" ; exit 1 ; } \
fi
endif
-