Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-05-21 | Formerly make.texinfo.~23~ | Roland McGrath | 1 | -2/+2 | |
1992-05-12 | Formerly make.texinfo.~22~ | Roland McGrath | 1 | -2/+1 | |
1992-05-11 | Formerly make.texinfo.~21~ | Roland McGrath | 1 | -19/+50 | |
1992-05-04 | Formerly make.texinfo.~20~ | Roland McGrath | 1 | -6/+31 | |
1992-05-03 | Formerly make.texinfo.~19~ | Roland McGrath | 1 | -32/+84 | |
1992-03-11 | Formerly make.texinfo.~18~ | Roland McGrath | 1 | -21/+30 | |
1992-03-11 | Formerly make.texinfo.~17~ | melissa | 1 | -2/+2 | |
1992-03-10 | Formerly make.texinfo.~15~ | melissa | 1 | -38/+168 | |
1992-02-26 | Formerly make.texinfo.~14~ | Roland McGrath | 1 | -8/+7 | |
1992-02-12 | Formerly make.texinfo.~13~ | Roland McGrath | 1 | -3/+4 | |
1992-01-23 | Formerly make.texinfo.~12~ | Robert J. Chassell | 1 | -35/+35 | |
1992-01-14 | Formerly make.texinfo.~11~ | Roland McGrath | 1 | -1/+1 | |
1992-01-11 | Formerly make.texinfo.~10~ | Roland McGrath | 1 | -391/+1 | |
1991-12-30 | Formerly make.texinfo.~9~ | Roland McGrath | 1 | -637/+1715 | |
1991-11-15 | Formerly make.texinfo.~8~ | Roland McGrath | 1 | -13/+11 | |
1991-09-18 | Formerly make.texinfo.~7~ | Roland McGrath | 1 | -1128/+2130 | |
1988-07-10 | Minor editorial changes. | Roland McGrath | 1 | -10/+12 | |
1988-07-10 | Changed `Features' chapter, giving credit to some | Roland McGrath | 1 | -23/+10 | |
people who may have invented some things. | |||||
1988-07-04 | Gave credit for VPATH to System V (where it was invented, but | Roland McGrath | 1 | -4/+15 | |
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? | |||||
1988-07-03 | * Misc cleanup from RMS. | Roland McGrath | 1 | -89/+77 | |
* Documented `word' and `words' functions. * Bumped revision number to match make.c | |||||
1988-07-03 | Added some more stuff about recursive references. | Roland McGrath | 1 | -0/+72 | |
1988-07-02 | Misc cleanup. Fixed `Features' list slightly. | Roland McGrath | 1 | -38/+40 | |
1988-07-02 | Added copying conditions. | Roland McGrath | 1 | -15/+177 | |
1988-06-28 | * Fixed a minor grammaticaly error.Release2 | Roland McGrath | 1 | -1/+1 | |
* Second release. | |||||
1988-06-19 | Added recursive variable references. | Roland McGrath | 1 | -1/+62 | |
1988-06-18 | Fixed yet another Texinfo error. (Sigh) | Roland McGrath | 1 | -1/+1 | |
1988-06-18 | Fixed some more Texinfo errors. | Roland McGrath | 1 | -3/+3 | |
1988-06-18 | * Documented that -k will continue if it doesn't know how to make a file. | Roland McGrath | 1 | -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 McGrath | 1 | -47/+190 | |
* Fixed foreach documentation slightly. * Added chapter listing features tersely. | |||||
1988-06-14 | Misc cleanup by RMS. | Roland McGrath | 1 | -341/+278 | |
Removed RCS log. | |||||
1988-06-10 | Added more stuff about `foreach'. | Roland McGrath | 1 | -1/+71 | |
1988-06-03 | * Fixed a typo in the `Missing' section. | Roland McGrath | 1 | -2/+21 | |
* Added an example of how to replace the System V $$@ feature using static pattern rules. | |||||
1988-05-30 | Added `foreach' and `sort' functions. | Roland McGrath | 1 | -7/+49 | |
1988-05-26 | * Removed built-in .? -> .s suffix rules. | Roland McGrath | 1 | -70/+72 | |
* Misc cleanup, etc. | |||||
1988-05-22 | Major Beta release before release 2.0.Beta2 | Roland McGrath | 1 | -1/+4 | |
1988-05-22 | Misc cleanup | Roland McGrath | 1 | -53/+61 | |
1988-05-22 | Static pattern rules section rewritten by RMS. | Roland McGrath | 1 | -77/+128 | |
1988-05-20 | Documented extended static rules. | Roland McGrath | 1 | -2/+76 | |
1988-05-18 | Fixed a couple Texinfo bugs. | Roland McGrath | 1 | -3/+6 | |
1988-05-15 | Miscellaneous changes by Richard Stallman, added `$$@' to the | Roland McGrath | 1 | -170/+238 | |
list of unsupported features. | |||||
1988-05-11 | * Made `$<' automatic variable be the first dependency of any rule. | Roland McGrath | 1 | -3/+6 | |
* Bumped revision number to correspond to `make.c'. | |||||
1988-05-04 | * Miscellaneous changes suggested by RMS. | Roland McGrath | 1 | -143/+133 | |
* The `define' directive makes recursive variables. * Removed the `expand' function. | |||||
1988-05-01 | Added Bugs section, replacing the paragraph in | Roland McGrath | 1 | -20/+43 | |
the Overview chapter (Top node). | |||||
1988-04-30 | * Removed `roland@rtsg.lbl.gov' address. | Roland McGrath | 1 | -2/+6 | |
* Doubled up @'s in addresses to fix Makeinfo errors. | |||||
1988-04-24 | Removed $($@) automatic macro. | Roland McGrath | 1 | -4/+4 | |
1988-04-23 | * Added paragraph about reporting bugs. | Roland McGrath | 1 | -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 McGrath | 1 | -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 McGrath | 1 | -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 McGrath | 1 | -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-23 | Initial revisionRelease1 | Roland McGrath | 1 | -0/+3705 | |
This version was distributed by RMS in `binutils.tar'. |