mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-04 16:38:14 +01:00
fix sum moar typos [build scripts, Makefiles]
Various typo fixes in comments within the Makefile and other build scripts. Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just build files.
This commit is contained in:
parent
18bf91def9
commit
730acd4764
6 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
# See Makfefile.local for the list of files to be compiled in this
|
# See Makefile.local for the list of files to be compiled in this
|
||||||
# directory.
|
# directory.
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C .. all
|
$(MAKE) -C .. all
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -22,7 +22,7 @@ if [ "$srcdir" != "." ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set several defaults (optionally specified by the user in
|
# Set several defaults (optionally specified by the user in
|
||||||
# environemnt variables)
|
# environment variables)
|
||||||
CC=${CC:-gcc}
|
CC=${CC:-gcc}
|
||||||
CXX=${CXX:-g++}
|
CXX=${CXX:-g++}
|
||||||
CFLAGS=${CFLAGS:--O2}
|
CFLAGS=${CFLAGS:--O2}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# See Makfefile.local for the list of files to be compiled in this
|
# See Makefile.local for the list of files to be compiled in this
|
||||||
# directory.
|
# directory.
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C .. all
|
$(MAKE) -C .. all
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# See Makfefile.local for the list of files to be compiled in this
|
# See Makefile.local for the list of files to be compiled in this
|
||||||
# directory.
|
# directory.
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C .. all
|
$(MAKE) -C .. all
|
||||||
|
|
|
@ -89,7 +89,7 @@ $(dir)/$(LINKER_NAME): $(dir)/$(SONAME)
|
||||||
|
|
||||||
install: install-$(dir)
|
install: install-$(dir)
|
||||||
|
|
||||||
# The (often-reused) $dir works fine within targets/pre-requisites,
|
# The (often-reused) $dir works fine within targets/prerequisites,
|
||||||
# but cannot be used reliably within commands, so copy its value to a
|
# but cannot be used reliably within commands, so copy its value to a
|
||||||
# variable that is not reused.
|
# variable that is not reused.
|
||||||
lib := $(dir)
|
lib := $(dir)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# See Makfefile.local for the list of files to be compiled in this
|
# See Makefile.local for the list of files to be compiled in this
|
||||||
# directory.
|
# directory.
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C .. all
|
$(MAKE) -C .. all
|
||||||
|
|
Loading…
Reference in a new issue