summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-03-20[HAVE_STRING_H]: Include string.h.Roland McGrath1-0/+7
[HAVE_STDLIB_H]: Include stdlib.h.
1996-03-20RMS documented his .SECONDARY feature.Roland McGrath1-9/+57
1996-03-20.Roland McGrath1-0/+16
1996-03-20Sun Jul 30 00:49:53 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>Roland McGrath2-4/+50
* file.h (struct file): New field `secondary'. * file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY. (remove_intermediates): Don't delete .SECONDARY files.
1996-03-20Sat Aug 19 23:11:00 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>Roland McGrath1-38/+67
* remake.c (check_dep): For a secondary file, try implicit and default rules if appropriate. Wed Aug 2 04:29:42 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> * remake.c (check_dep): If an intermediate file exists, do consider its actual date.
1996-03-04Add '96 to copyright years.Roland McGrath1-2/+2
1996-03-04Minor tweaks to fix overfull & underfull hboxes in fmting make man.Roland McGrath1-6/+8
1996-03-02.Roland McGrath1-2/+6
1996-03-02Sat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-1/+2
* compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.
1996-03-01(Standard Targets): Use @smallexample.Roland McGrath1-7/+7
1996-03-01.3.74.3Roland McGrath1-0/+3
1996-03-01Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-9/+9
* remake.c (f_mtime): Move future modtime check before FILE is clobbered by :: loop.
1996-03-01.Roland McGrath1-0/+7
1996-03-01Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-28/+25
* dir.c: Use canonical code from autoconf manual for dirent include. [_D_NAMLEN]: Redefine NAMLEN using this. (dir_contents_file_exists_p): Use NAMLEN macro. (read_dirstream) [_DIRENT_HAVE_D_NAMLEN]: Only set d_namlen #if this.
1996-03-01Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-2/+2
* compatMakefile (objs): Add missing backslash.
1996-03-01Updated from libcRoland McGrath4-206/+329
1996-03-01(libc-srcdir) New var.Roland McGrath1-2/+3
(stamp-glob): Use $(libc-srcdir).
1996-03-01autoheaderRoland McGrath1-3/+0
1996-03-01RegeneratedRoland McGrath2-27/+16
1996-03-01Regenerated for 3.74.3Roland McGrath1-1/+1
1996-03-01Updated from libcRoland McGrath3-4/+29
1996-03-01.Roland McGrath2-1/+5
1996-03-01Fixed sed cmd in auto dep section.Roland McGrath1-151/+143
Fixed bogus MAKEFLAGS override example.
1996-03-01Mention future modtime detection.Roland McGrath1-3/+9
1996-02-29Say it is ok to use true and false.Richard M. Stallman1-5/+5
Make recommendations about install-info accurate.
1996-02-29.Roland McGrath1-0/+8
1996-02-29Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-1/+22
* remake.c (f_mtime): Check for future timestamps; give error and mark file as "failed to update".
1996-02-29Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-5/+5
* default.c (default_terminal_rules): Remove + prefix from RCS cmds. (default_variables): Put + prefix in $(CHECKOUT,v) value instead.
1996-02-28.Roland McGrath1-0/+4
1996-02-27Replace `strip' target with `install-strip'.Richard M. Stallman1-6/+9
1996-02-10Describe `strip' target.Richard M. Stallman1-0/+18
1996-02-01Update FSF address in comment.Karl Heuer1-1/+2
1996-01-19Reordering of sections for better reading linearly and to go witharnold1-228/+267
reorg'ed standards.texi. use Makefile with a capital 'M' everywhere. Add description of Autoconf versions of standard directories.
1996-01-17Minor change about parallel make.Richard M. Stallman1-1/+4
1996-01-12Don't declare unblock_sigs; job.h already does.Roland McGrath1-2/+2
1996-01-07(alloca): If malloc fails, just abort.Karl Heuer1-0/+3
1996-01-06.Roland McGrath1-0/+6
1996-01-06(HAVE_SYSCONF_OPEN_MAX): #undef removed.Roland McGrath1-3/+0
1996-01-06(NGROUPS_MAX): Don't try to define this macro.Roland McGrath1-14/+0
1995-12-28(getloadavg) [MSDOS]: Return 0 load instead of failing the call.Richard M. Stallman1-0/+10
1995-12-22.Roland McGrath1-0/+5
1995-12-22(GETOPT, GETOPT_SRC, GLOB): Variables removed.Roland McGrath1-17/+5
(objs, srcs): Include their values here instead of references.
1995-12-14autoconfRoland McGrath1-135/+80
1995-12-14.3.74.2Roland McGrath1-11/+0
1995-12-14Regenerated for 3.74.2Roland McGrath1-1/+1
1995-12-14.Roland McGrath3-116/+143
1995-12-14(reap_children): Call unblock_sigs after start_job_command.Roland McGrath1-1/+11
1995-12-14Updated from libcRoland McGrath2-4/+9
1995-12-14.Roland McGrath1-0/+18
1995-12-14(dir_setup_glob): Don't use lstat; glob never calls it anyway.Roland McGrath1-10/+9
Avoid & before function names to silence bogus sunos4 compiler.