Roland McGrath [Mon, 4 Jul 1988 13:41:43 +0000 (13:41 +0000)]
Gave credit for VPATH to System V (where it was invented, but
is undocumented) as well as 4.3 BSD (where it was taken from
System V and documented).
Added the replacement of filenames found via VPATH search inside
commands to `Missing' list. Maybe implement this soon?
Roland McGrath [Sat, 23 Apr 1988 22:01:48 +0000 (22:01 +0000)]
* Added paragraph about reporting bugs.
* Documented -v (print version info) flag.
* Corrected a couple typos (probably made a couple more :-).
* Given to RMS for beta-testing.
Roland McGrath [Sat, 23 Apr 1988 17:40:09 +0000 (17:40 +0000)]
* Bumped revision number to be the same as the source.
* Note that the `patsubst' expansion function and expansions
of the form `$(a:-b)', etc. (from Sun sh) were in revision
1.2 but were accidently omitted from the log entry.
Roland McGrath [Sat, 23 Apr 1988 16:16:04 +0000 (16:16 +0000)]
* Added RCS log.
* Changed the copyrights from Richard Stallman to Free Software Foundation.
* Added Roland McGrath to the authors on the title page.
* Missing `include'd makefiles are warnings, not fatal errors.
* Clarified that conditionals determine what is `seen' in the makefile,
so they can't be used to determine commands based on macros that are
defined when the commands are executed (such as `$@').
* Added `-w' switch to log directories to stdout.
* Added selective VPATH lists and the `vpath' directive.
* Added the previously undocumented `-lLIB' dependent syntax.
* Added the `filter', `filter-out', `strip' and `join' expansion functions.
* Added simply expanded vs. recursively expanded variables, `:=' variable
assignments and changed most examples to use `:=' rather than `='.
* Corrected miscellaneous typos, grammatical errors, etc.
This version of the documentation is accurate for revision 1.2 of the source.