Rombobjörn

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-05-22 10:16:58 +0200
committerBjörn Persson <bjorn@rombobjörn.se>2013-05-22 10:16:58 +0200
commit31d629d573a0967c69048c2095b32e0202cded85 (patch)
tree5125ca162e25340fd639f7a25ff62af4b7127a9e
parent3cb24b9caa33dadb104e39df9feb4f53183b449c (diff)
comment fixes
-rw-r--r--comfignat.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/comfignat.mk b/comfignat.mk
index c9a34b6..d406fef 100644
--- a/comfignat.mk
+++ b/comfignat.mk
@@ -56,9 +56,10 @@ GNATFLAGS ?= ${if ${findstring gnatmake, \
# (DESTDIR is also supported.)
# Containing makefiles may assign default values to the options variables
-# GNAT_BUILDER_FLAGS, ADAFLAGS, CFLAGS, CXXFLAGS, FFLAGS, GNATBINDFLAGS,
-# GNATLINKFLAGS and LDFLAGS if they are undefined in the environment, but
-# should expect that users and distributions may override those defaults.
+# GNAT_BUILDER_FLAGS, ADAFLAGS, CPPFLAGS, CFLAGS, CXXFLAGS, FFLAGS,
+# GNATBINDFLAGS, GNATLINKFLAGS and LDFLAGS if they are undefined in the
+# environment, but should expect that users and distributions may override
+# those defaults.
#
@@ -171,7 +172,7 @@ endif
build_GPR = "${GNAT_BUILDER}" -P ${firstword ${filter %.gpr,$^}} -p \
${GNATFLAGS} -margs
-# build_GPR is a command for use in recipies. It performs a build controlled by
+# build_GPR is a command for use in recipes. It performs a build controlled by
# the first project file among the rule's prerequisites.
# Containing makefiles may append additional arguments for the builder, but
# should ensure that any arguments that aren't essential for the build to work
@@ -309,7 +310,7 @@ build_targets = ${addsuffix .phony_target,${build_GPRs}}
# whether the project needs rebuilding is delegated to the builder.
stage_any_GPRs = ${if ${usage_GPRs},stage_GPRs}
-# The recipie for the target stage_GPRs breaks if usage_GPRs is empty, so it's
+# The recipe for the target stage_GPRs breaks if usage_GPRs is empty, so it's
# included as a prerequisite of build only if there are some usage projects.