From 31d629d573a0967c69048c2095b32e0202cded85 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Wed, 22 May 2013 10:16:58 +0200 Subject: comment fixes --- comfignat.mk | 11 ++++++----- 1 file 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. -- cgit v1.2.3