summaryrefslogtreecommitdiff
path: root/make.texinfo
AgeCommit message (Collapse)AuthorFilesLines
1988-06-18Fixed some more Texinfo errors.Roland McGrath1-3/+3
1988-06-18* Documented that -k will continue if it doesn't know how to make a file.Roland McGrath1-1/+1
* Fixed a Texinfo error. * Bumped revision number to match the source.
1988-06-18* Removed Bourne shell $(a-b), etc. variable references.Roland McGrath1-47/+190
* Fixed foreach documentation slightly. * Added chapter listing features tersely.
1988-06-14Misc cleanup by RMS.Roland McGrath1-341/+278
Removed RCS log.
1988-06-10Added more stuff about `foreach'.Roland McGrath1-1/+71
1988-06-03* Fixed a typo in the `Missing' section.Roland McGrath1-2/+21
* Added an example of how to replace the System V $$@ feature using static pattern rules.
1988-05-30Added `foreach' and `sort' functions.Roland McGrath1-7/+49
1988-05-26* Removed built-in .? -> .s suffix rules.Roland McGrath1-70/+72
* Misc cleanup, etc.
1988-05-22Major Beta release before release 2.0.Beta2Roland McGrath1-1/+4
1988-05-22Misc cleanupRoland McGrath1-53/+61
1988-05-22Static pattern rules section rewritten by RMS.Roland McGrath1-77/+128
1988-05-20Documented extended static rules.Roland McGrath1-2/+76
1988-05-18Fixed a couple Texinfo bugs.Roland McGrath1-3/+6
1988-05-15Miscellaneous changes by Richard Stallman, added `$$@' to theRoland McGrath1-170/+238
list of unsupported features.
1988-05-11* Made `$<' automatic variable be the first dependency of any rule.Roland McGrath1-3/+6
* Bumped revision number to correspond to `make.c'.
1988-05-04* Miscellaneous changes suggested by RMS.Roland McGrath1-143/+133
* The `define' directive makes recursive variables. * Removed the `expand' function.
1988-05-01Added Bugs section, replacing the paragraph in Roland McGrath1-20/+43
the Overview chapter (Top node).
1988-04-30* Removed `roland@rtsg.lbl.gov' address.Roland McGrath1-2/+6
* Doubled up @'s in addresses to fix Makeinfo errors.
1988-04-24Removed $($@) automatic macro.Roland McGrath1-4/+4
1988-04-23* Added paragraph about reporting bugs.Roland McGrath1-8/+36
* Documented -v (print version info) flag. * Corrected a couple typos (probably made a couple more :-). * Given to RMS for beta-testing.
1988-04-23* Changed RCS stuff slightly (added a keyword).Roland McGrath1-2/+9
* Changed date from February to April, 1988. * Given to RMS for beta-testing.
1988-04-23* Bumped revision number to be the same as the source.Roland McGrath1-1/+7
* 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.
1988-04-23* Added RCS log.Roland McGrath1-64/+392
* 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.
1988-04-23Initial revisionRelease1Roland McGrath1-0/+3705
This version was distributed by RMS in `binutils.tar'.