The `addsufix' typo in make.texinfo cost me 30 minutes of debugging
time, so I decided to do a public service and actually run spell-check
on make.texinfo and add some other trivial corrections.
./ChangeLog:
2000-06-25 Martin Buchholz <[EMAIL PROTECTED]>
* make.texinfo:
* NEWS:
* TODO.private:
Minor spelling corrections. Ran spell-check on make.texinfo.
Index: NEWS
===================================================================
RCS file: /cvs/make/NEWS,v
retrieving revision 2.42
diff -u -w -r2.42 NEWS
--- NEWS 2000/06/23 18:55:43 2.42
+++ NEWS 2000/06/25 06:40:24
@@ -44,7 +44,7 @@
explicitly within a make rule you may need to re-examine your use for
correctness given this change.
-* A new psuedo-target .NOTPARALLEL is available. If defined, the
+* A new pseudo-target .NOTPARALLEL is available. If defined, the
current makefile is run serially regardless of the value of -j.
However, submakes are still eligible for parallel execution.
Index: TODO.private
===================================================================
RCS file: /cvs/make/TODO.private,v
retrieving revision 2.3
diff -u -w -r2.3 TODO.private
--- TODO.private 1999/09/17 03:15:46 2.3
+++ TODO.private 2000/06/25 06:40:24
@@ -95,7 +95,7 @@
doing until #1 is done.
9) Right now the .PRECIOUS, .INTERMEDIATE, and .SECONDARY
- psuedo-targets have different capabilities. For example, .PRECIOUS
+ pseudo-targets have different capabilities. For example, .PRECIOUS
can take a "%", the others can't. Etc. These should all work the
same, insofar as that makes sense.
Index: make.texinfo
===================================================================
RCS file: /cvs/make/make.texinfo,v
retrieving revision 2.189
diff -u -w -r2.189 make.texinfo
--- make.texinfo 2000/06/20 05:48:40 2.189
+++ make.texinfo 2000/06/25 06:40:25
@@ -17,7 +17,7 @@
@c finalout
-@c ISPELL CHECK: done, 10 June 1993 --roland
+@c ISPELL CHECK: done, 2000-06-25 --Martin Buchholz
@c Combine the variable and function indices:
@syncodeindex vr fn
@@ -1105,8 +1105,8 @@
@cindex @code{-I}
@cindex @code{--include-dir}
-@cindex included makefiles, default directries
-@cindex default directries for included makefiles
+@cindex included makefiles, default directories
+@cindex default directories for included makefiles
@findex /usr/gnu/include
@findex /usr/local/include
@findex /usr/include
@@ -6084,7 +6084,7 @@
the first instance of a program in @code{PATH}:
@smallexample
-pathsearch = $(firstword $(wildcard $(addsufix /$(1),$(subst :, ,$(PATH)))))
+pathsearch = $(firstword $(wildcard $(addsuffix /$(1),$(subst :, ,$(PATH)))))
LS := $(call pathsearch,ls)
@end smallexample
ObLegal: I hereby place this message in the public domain.