diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-15 19:35:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-15 19:35:51 +0000 |
commit | d0d141ea5bc60e36f2a75e3c7c6a92c6a374e41a (patch) | |
tree | 6970db57b6c05e85968677acdbbfcd93a148f88a | |
parent | 97f458f27e61bdf46a569e729a3ac311c248e193 (diff) | |
download | gunmake-d0d141ea5bc60e36f2a75e3c7c6a92c6a374e41a.tar.gz |
Formerly make.texinfo.~63~
-rw-r--r-- | make.texinfo | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/make.texinfo b/make.texinfo index e023fab..79a73e4 100644 --- a/make.texinfo +++ b/make.texinfo @@ -1615,7 +1615,6 @@ there is no need to write explicit rules for compiling the files. @vindex VPATH @findex vpath @cindex vpath -@c !!! s/search path/search path for dependencies (@code{VPATH})/ @cindex search path for dependencies (@code{VPATH}) @cindex directory search (@code{VPATH}) @@ -1789,8 +1788,7 @@ will look for a file ending in @samp{.c} in @file{foo}, then @node Commands/Search, Implicit/Search, Selective Search, Directory Search @subsection Writing Shell Commands with Directory Search @cindex shell command, and directory search -@c !!! s/directory search/& (VPATH)/ -@cindex directory search, and shell commands +@cindex directory search (@code{VPATH}), and shell commands When a dependency is found in another directory through directory search, this cannot change the commands of the rule; they will execute as written. @@ -1828,8 +1826,8 @@ foo.o : foo.c defs.h hack.h @node Implicit/Search, Libraries/Search, Commands/Search, Directory Search @subsection Directory Search and Implicit Rules @cindex @code{VPATH}, and implicit rules -@cindex directory search, and implicit rules -@cindex search path, and implicit rules +@cindex directory search (@code{VPATH}), and implicit rules +@cindex search path for dependencies (@code{VPATH}), and implicit rules @cindex implicit rule, and directory search @cindex implicit rule, and @code{VPATH} @cindex rule, implicit, and directory search @@ -1854,9 +1852,9 @@ directory search with no extra effort. @subsection Directory Search for Link Libraries @cindex link libraries, and directory search @cindex libraries for linking, directory search -@cindex directory search, and link libraries +@cindex directory search (@code{VPATH}), and link libraries @cindex @code{VPATH}, and link libraries -@cindex search path, and link libraries +@cindex search path for dependencies (@code{VPATH}), and link libraries @cindex @code{-l} (library search) Directory search applies in a special way to libraries used with the |