]> git.notmuchmail.org Git - notmuch/commitdiff
fix sum moar typos [build scripts, Makefiles]
authorPieter Praet <pieter@praet.org>
Mon, 20 Jun 2011 20:14:21 +0000 (22:14 +0200)
committerCarl Worth <cworth@cworth.org>
Thu, 23 Jun 2011 22:44:59 +0000 (15:44 -0700)
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.
completion/Makefile
configure
emacs/Makefile
lib/Makefile
lib/Makefile.local
test/Makefile

index b6859eacc7f87c70cae3f2bb320e48158d146af3..de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1 100644 (file)
@@ -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.
 all:
        $(MAKE) -C .. all
 # directory.
 all:
        $(MAKE) -C .. all
index cf525c9f6a0fc6a664d1918d001918c05e12363b..3999ce8f3a80509dda16572a3a92bcbf4035a103 100755 (executable)
--- a/configure
+++ b/configure
@@ -22,7 +22,7 @@ if [ "$srcdir" != "." ]; then
 fi
 
 # Set several defaults (optionally specified by the user in
 fi
 
 # Set several defaults (optionally specified by the user in
-# environemnt variables)
+# environment variables)
 CC=${CC:-gcc}
 CXX=${CXX:-g++}
 CFLAGS=${CFLAGS:--O2}
 CC=${CC:-gcc}
 CXX=${CXX:-g++}
 CFLAGS=${CFLAGS:--O2}
@@ -608,7 +608,7 @@ includedir = ${INCLUDEDIR:=\$(prefix)/include}
 # The directory to which man pages should be installed
 mandir = ${MANDIR:=\$(prefix)/share/man}
 
 # The directory to which man pages should be installed
 mandir = ${MANDIR:=\$(prefix)/share/man}
 
-# The directory to which read-only (configuration) filesshould be installed
+# The directory to which read-only (configuration) files should be installed
 sysconfdir = ${SYSCONFDIR:=\$(prefix)/etc}
 
 # The directory to which emacs lisp files should be installed
 sysconfdir = ${SYSCONFDIR:=\$(prefix)/etc}
 
 # The directory to which emacs lisp files should be installed
index b6859eacc7f87c70cae3f2bb320e48158d146af3..de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1 100644 (file)
@@ -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.
 all:
        $(MAKE) -C .. all
 # directory.
 all:
        $(MAKE) -C .. all
index b6859eacc7f87c70cae3f2bb320e48158d146af3..de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1 100644 (file)
@@ -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.
 all:
        $(MAKE) -C .. all
 # directory.
 all:
        $(MAKE) -C .. all
index 4676504cd0f910542798b908a61ea65ce3f84c59..a33ba34d74a3cca0f9d79f596fbb2862e4310e55 100644 (file)
@@ -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
 # variable that is not reused.
 lib := $(dir)
 # but cannot be used reliably within commands, so copy its value to a
 # variable that is not reused.
 lib := $(dir)
index b6859eacc7f87c70cae3f2bb320e48158d146af3..de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1 100644 (file)
@@ -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.
 all:
        $(MAKE) -C .. all
 # directory.
 all:
        $(MAKE) -C .. all