Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-07-15 | * Fix up and document $(apply ...) function. | Paul Smith | 1 | -0/+3 | |
1999-03-05 | * Update FSF address info in copyright notices. | Paul Smith | 1 | -1/+2 | |
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive. | |||||
1998-10-03 | Checkpoint changes. Bug fixes, mostly. | Paul Smith | 1 | -18/+67 | |
1998-07-30 | GNU make release 3.77. | Paul Smith | 1 | -5/+20 | |
1997-08-27 | Updates for GNU make 3.75.92. | Paul Smith | 1 | -9/+2 | |
1997-08-18 | Bug fixes and automake changes. | Paul Smith | 1 | -0/+17 | |
1997-04-07 | Changes for make 3.75.1 | Paul Smith | 1 | -10/+14 | |
1996-06-22 | Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -9/+14 | |
* file.c (file_hash_enter): Allow renaming :: to : when latter is non-target, or : to :: when former is non-target. | |||||
1996-05-13 | Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de> | Roland McGrath | 1 | -8/+12 | |
* dir.c: New function: amigafy() to fold filenames Changes HASH() to HASHI() to fold filenames on Amiga. Stringcompares use strieq() instead of streq() The current directory on Amiga is "" instead of "." * file.c: Likewise. | |||||
1996-03-20 | Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> | Roland McGrath | 1 | -6/+49 | |
Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>. * make.h (PARAMS): New macro. * config.h-vms: New file. * makefile.com: New file. * makefile.vms: New file. * readme.vms: New file. * vmsdir.h: New file. * vmsfunctions.c: New file. * vmsify.c: New file. * file.h: Renamed to filedef.h to avoid conflict with VMS system hdr. * ar.c: Added prototypes and changes for VMS. * commands.c: Likewise. * commands.h: Likewise. * default.c: Likewise. * dep.h: Likewise. * dir.c: Likewise. * expand.c: Likewise. * file.c: Likewise. * function.c: Likewise. * implicit.c: Likewise. * job.c: Likewise. * job.h: Likewise. * main.c: Likewise. * make.h: Likewise. * misc.c: Likewise. * read.c: Likewise. * remake.c: Likewise. * remote-stub.c: Likewise. * rule.c: Likewise. * rule.h: Likewise. * variable.c: Likewise. * variable.h: Likewise. * vpath.c: Likewise. * compatMakefile (srcs): Rename file.h to filedef.h. | |||||
1996-03-20 | Sun Jul 30 00:49:53 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | Roland McGrath | 1 | -2/+39 | |
* file.h (struct file): New field `secondary'. * file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY. (remove_intermediates): Don't delete .SECONDARY files. | |||||
1995-05-03 | (print_file): Grok update_status of 1 for -q. | Roland McGrath | 1 | -0/+5 | |
1995-04-26 | (remove_intermediates): Fix inverted test to bail under -n for signal case. | Roland McGrath | 1 | -3/+9 | |
Bail under -q or -t. Skip files with update_status==-1. | |||||
1994-10-27 | (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. | Roland McGrath | 1 | -1/+1 | |
1994-10-26 | (snap_deps): Set command_flags bits in all :: entries. | Roland McGrath | 1 | -2/+4 | |
1994-10-24 | (snap_deps): Fix last change. | Roland McGrath | 1 | -12/+20 | |
1994-10-24 | (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main. | Roland McGrath | 1 | -2/+18 | |
If .IGNORE has deps, OR COMMANDS_NOERROR into their command_flags and don't set -i. Likewise .SILENT. | |||||
1994-09-07 | (set_command_state): Actually set FILE->command_state. | Roland McGrath | 1 | -0/+2 | |
1994-09-07 | (set_command_state): Fix typo. | Roland McGrath | 1 | -1/+1 | |
1994-09-07 | (set_command_state): Declare D. | Roland McGrath | 1 | -1/+1 | |
1994-09-07 | (set_command_state): New function. | Roland McGrath | 1 | -0/+13 | |
1994-04-05 | (enter_file): If there is already a double-colon entry for the file, set | Roland McGrath | 1 | -2/+4 | |
NEW->double_colon to that pointer. (file_hash_enter): Use FILE->double_colon to find all entries to set name. | |||||
1994-03-23 | entered into RCS | Roland McGrath | 1 | -2/+2 | |
1993-12-14 | Formerly file.c.~27~ | Roland McGrath | 1 | -1/+1 | |
1993-10-18 | Formerly file.c.~26~ | Roland McGrath | 1 | -81/+87 | |
1993-06-30 | Formerly file.c.~25~ | Roland McGrath | 1 | -1/+1 | |
1993-06-02 | Formerly file.c.~24~ | Roland McGrath | 1 | -21/+0 | |
1993-05-22 | Formerly file.c.~23~ | Roland McGrath | 1 | -2/+3 | |
1993-03-10 | Formerly file.c.~22~ | Roland McGrath | 1 | -12/+12 | |
1992-12-22 | Formerly file.c.~21~ | Roland McGrath | 1 | -1/+0 | |
1992-11-04 | Formerly file.c.~20~ | Roland McGrath | 1 | -5/+12 | |
1992-10-12 | Formerly file.c.~19~ | Roland McGrath | 1 | -2/+29 | |
1992-08-27 | Formerly file.c.~18~ | Roland McGrath | 1 | -1/+1 | |
1992-08-02 | Formerly file.c.~17~ | Roland McGrath | 1 | -27/+5 | |
1992-08-02 | Formerly file.c.~16~ | Roland McGrath | 1 | -8/+45 | |
1992-07-01 | Formerly file.c.~15~ | Roland McGrath | 1 | -4/+0 | |
1992-06-23 | Formerly file.c.~14~ | Roland McGrath | 1 | -1/+1 | |
1992-06-16 | Formerly file.c.~13~ | Roland McGrath | 1 | -2/+1 | |
1992-06-15 | Formerly file.c.~12~ | Roland McGrath | 1 | -3/+4 | |
1992-06-04 | Formerly file.c.~11~ | Roland McGrath | 1 | -0/+4 | |
1992-04-01 | Formerly file.c.~10~ | Roland McGrath | 1 | -0/+3 | |
1992-03-09 | Formerly file.c.~9~ | Roland McGrath | 1 | -1/+7 | |
1992-01-11 | Initial revision | Roland McGrath | 1 | -0/+469 | |