Roland McGrath [Thu, 9 May 1996 18:06:45 +0000 (18:06 +0000)]
Updated from libc
Roland McGrath [Thu, 9 May 1996 18:02:06 +0000 (18:02 +0000)]
Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (globfiles): Add AmigaDOS support files.
(distfiles): Add $(amigafiles).
(amigafiles): New variable.
Thu Nov 7 10:18:16 1995 Aaron Digulla <digulla@fh-konstanz.de>
* Added Amiga support in commands.c, dir.c, function.c,
job.c, main.c, make.h, read.c, remake.c
* commands.c: Amiga has neither SIGHUP nor SIGQUIT
* dir.c: Amiga has filenames with Upper- and Lowercase,
but "FileName" is the same as "filename". Added strieq()
which is use to compare filenames. This is like streq()
on all other systems. Also there is no such thing as
"." under AmigaDOS.
* function.c: On Amiga, the environment is not passed as envp,
there are no pipes and Amiga can't fork. Use my own function
to create a new child.
* job.c: default_shell is "" (The system automatically chooses
a shell for me). Have to use the same workaround as MSDOS for
running batch commands. Added HAVE_SYS_PARAM_H. NOFILE isn't
known on Amiga. Cloned code to run children from MSDOS. Own
version of sh_chars[] and sh_cmds[]. No dup2() or dup() on Amiga.
* main.c: Force stack to 20000 bytes. Read environment from ENV:
device. On Amiga, exec_command() does return, so I exit()
afterwards.
* make.h: Added strieq() to compare filenames.
* read.c: Amiga needs special extension to have passwd. Only
one include-dir. "Makefile" and "makefile" are the same.
Added "SMakefile". Added special code to handle device names (xxx:)
and "./" in rules.
* remake.c: Only one lib-dir. Amiga link-libs are named "%s.lib"
instead of "lib%s.a".
* main.c, rule.c, variable.c: Avoid floats at all costs.
* vpath.c: Get rid of as many alloca()s as possible.
Roland McGrath [Thu, 9 May 1996 17:28:47 +0000 (17:28 +0000)]
Thu May 9 13:20:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* read.c (read_makefile): Grok `sinclude' as alias for `-include'.
Roland McGrath [Thu, 9 May 1996 17:25:54 +0000 (17:25 +0000)]
Document "sinclude".
Roland McGrath [Thu, 9 May 1996 17:24:04 +0000 (17:24 +0000)]
Note "sinclude".
Roland McGrath [Thu, 9 May 1996 17:07:56 +0000 (17:07 +0000)]
Update date to 20 March 96
Richard M. Stallman [Mon, 6 May 1996 03:45:23 +0000 (03:45 +0000)]
Avoid symlinks if possible.
Roland McGrath [Wed, 20 Mar 1996 15:01:50 +0000 (15:01 +0000)]
.
Roland McGrath [Wed, 20 Mar 1996 14:59:27 +0000 (14:59 +0000)]
[HAVE_STRING_H]: Include string.h.
Roland McGrath [Wed, 20 Mar 1996 14:58:34 +0000 (14:58 +0000)]
moved to filedef.h
Roland McGrath [Wed, 20 Mar 1996 14:58:18 +0000 (14:58 +0000)]
Wed Mar 20 09:52:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* GNUmakefile (vmsfiles): New variable.
(distfiles): Include $(vmsfiles).
Roland McGrath [Wed, 20 Mar 1996 14:57:41 +0000 (14:57 +0000)]
Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
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.
Roland McGrath [Wed, 20 Mar 1996 14:55:13 +0000 (14:55 +0000)]
Regenerated
Roland McGrath [Wed, 20 Mar 1996 03:12:54 +0000 (03:12 +0000)]
Updated from libc
Roland McGrath [Wed, 20 Mar 1996 01:08:11 +0000 (01:08 +0000)]
(NULL): Define only if not already defined.
Roland McGrath [Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)]
[HAVE_STRING_H]: Include string.h.
[HAVE_STDLIB_H]: Include stdlib.h.
Roland McGrath [Wed, 20 Mar 1996 00:58:43 +0000 (00:58 +0000)]
RMS documented his .SECONDARY feature.
Roland McGrath [Wed, 20 Mar 1996 00:57:43 +0000 (00:57 +0000)]
.
Roland McGrath [Wed, 20 Mar 1996 00:56:52 +0000 (00:56 +0000)]
Sun Jul 30 00:49:53 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* file.h (struct file): New field `secondary'.
* file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY.
(remove_intermediates): Don't delete .SECONDARY files.
Roland McGrath [Wed, 20 Mar 1996 00:56:45 +0000 (00:56 +0000)]
Sat Aug 19 23:11:00 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* 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.
Roland McGrath [Mon, 4 Mar 1996 17:59:44 +0000 (17:59 +0000)]
Add '96 to copyright years.
Roland McGrath [Mon, 4 Mar 1996 17:57:41 +0000 (17:57 +0000)]
Minor tweaks to fix overfull & underfull hboxes in fmting make man.
Roland McGrath [Sat, 2 Mar 1996 21:27:49 +0000 (21:27 +0000)]
.
Roland McGrath [Sat, 2 Mar 1996 21:27:40 +0000 (21:27 +0000)]
Sat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.
Roland McGrath [Fri, 1 Mar 1996 21:47:33 +0000 (21:47 +0000)]
(Standard Targets): Use @smallexample.
Roland McGrath [Fri, 1 Mar 1996 19:19:37 +0000 (19:19 +0000)]
.
Roland McGrath [Fri, 1 Mar 1996 19:14:35 +0000 (19:14 +0000)]
Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* remake.c (f_mtime): Move future modtime check before FILE is
clobbered by :: loop.
Roland McGrath [Fri, 1 Mar 1996 17:45:50 +0000 (17:45 +0000)]
.
Roland McGrath [Fri, 1 Mar 1996 17:45:37 +0000 (17:45 +0000)]
Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* 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.
Roland McGrath [Fri, 1 Mar 1996 17:45:34 +0000 (17:45 +0000)]
Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* compatMakefile (objs): Add missing backslash.
Roland McGrath [Fri, 1 Mar 1996 17:43:47 +0000 (17:43 +0000)]
Updated from libc
Roland McGrath [Fri, 1 Mar 1996 17:19:01 +0000 (17:19 +0000)]
(libc-srcdir) New var.
(stamp-glob): Use $(libc-srcdir).
Roland McGrath [Fri, 1 Mar 1996 17:07:48 +0000 (17:07 +0000)]
autoheader
Roland McGrath [Fri, 1 Mar 1996 17:07:36 +0000 (17:07 +0000)]
Regenerated
Roland McGrath [Fri, 1 Mar 1996 17:07:14 +0000 (17:07 +0000)]
Regenerated for 3.74.3
Roland McGrath [Fri, 1 Mar 1996 17:07:10 +0000 (17:07 +0000)]
Updated from libc
Roland McGrath [Fri, 1 Mar 1996 17:05:11 +0000 (17:05 +0000)]
.
Roland McGrath [Fri, 1 Mar 1996 17:02:26 +0000 (17:02 +0000)]
Fixed sed cmd in auto dep section.
Fixed bogus MAKEFLAGS override example.
Roland McGrath [Fri, 1 Mar 1996 17:00:57 +0000 (17:00 +0000)]
Mention future modtime detection.
Richard M. Stallman [Thu, 29 Feb 1996 04:22:34 +0000 (04:22 +0000)]
Say it is ok to use true and false.
Make recommendations about install-info accurate.
Roland McGrath [Thu, 29 Feb 1996 00:27:34 +0000 (00:27 +0000)]
.
Roland McGrath [Thu, 29 Feb 1996 00:27:25 +0000 (00:27 +0000)]
Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* remake.c (f_mtime): Check for future timestamps; give error and mark
file as "failed to update".
Roland McGrath [Thu, 29 Feb 1996 00:27:22 +0000 (00:27 +0000)]
Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* default.c (default_terminal_rules): Remove + prefix from RCS cmds.
(default_variables): Put + prefix in $(CHECKOUT,v) value instead.
Roland McGrath [Wed, 28 Feb 1996 07:40:34 +0000 (07:40 +0000)]
.
Richard M. Stallman [Tue, 27 Feb 1996 07:36:22 +0000 (07:36 +0000)]
Replace `strip' target with `install-strip'.
Richard M. Stallman [Sat, 10 Feb 1996 06:28:45 +0000 (06:28 +0000)]
Describe `strip' target.
Karl Heuer [Thu, 1 Feb 1996 18:44:05 +0000 (18:44 +0000)]
Update FSF address in comment.
arnold [Fri, 19 Jan 1996 00:18:58 +0000 (00:18 +0000)]
Reordering of sections for better reading linearly and to go with
reorg'ed standards.texi. use Makefile with a capital 'M' everywhere.
Add description of Autoconf versions of standard directories.
Richard M. Stallman [Wed, 17 Jan 1996 22:29:34 +0000 (22:29 +0000)]
Minor change about parallel make.
Roland McGrath [Fri, 12 Jan 1996 23:09:23 +0000 (23:09 +0000)]
Don't declare unblock_sigs; job.h already does.
Karl Heuer [Sun, 7 Jan 1996 07:00:56 +0000 (07:00 +0000)]
(alloca): If malloc fails, just abort.
Roland McGrath [Sat, 6 Jan 1996 21:26:02 +0000 (21:26 +0000)]
.
Roland McGrath [Sat, 6 Jan 1996 21:25:28 +0000 (21:25 +0000)]
(HAVE_SYSCONF_OPEN_MAX): #undef removed.
Roland McGrath [Sat, 6 Jan 1996 21:24:34 +0000 (21:24 +0000)]
(NGROUPS_MAX): Don't try to define this macro.
Richard M. Stallman [Thu, 28 Dec 1995 23:28:35 +0000 (23:28 +0000)]
(getloadavg) [MSDOS]: Return 0 load instead of failing the call.
Roland McGrath [Fri, 22 Dec 1995 23:45:03 +0000 (23:45 +0000)]
.
Roland McGrath [Fri, 22 Dec 1995 23:44:31 +0000 (23:44 +0000)]
(GETOPT, GETOPT_SRC, GLOB): Variables removed.
(objs, srcs): Include their values here instead of references.
Roland McGrath [Thu, 14 Dec 1995 11:25:51 +0000 (11:25 +0000)]
autoconf
Roland McGrath [Thu, 14 Dec 1995 11:25:36 +0000 (11:25 +0000)]
.
Roland McGrath [Thu, 14 Dec 1995 11:25:13 +0000 (11:25 +0000)]
Regenerated for 3.74.2
Roland McGrath [Thu, 14 Dec 1995 11:23:23 +0000 (11:23 +0000)]
.
Roland McGrath [Thu, 14 Dec 1995 11:21:20 +0000 (11:21 +0000)]
(reap_children): Call unblock_sigs after start_job_command.
Roland McGrath [Thu, 14 Dec 1995 11:14:36 +0000 (11:14 +0000)]
Updated from libc
Roland McGrath [Thu, 14 Dec 1995 11:00:34 +0000 (11:00 +0000)]
.
Roland McGrath [Thu, 14 Dec 1995 07:22:03 +0000 (07:22 +0000)]
(dir_setup_glob): Don't use lstat; glob never calls it anyway.
Avoid & before function names to silence bogus sunos4 compiler.
Roland McGrath [Thu, 14 Dec 1995 07:18:09 +0000 (07:18 +0000)]
Remove check for `sysconf (_SC_OPEN_MAX)'.
Roland McGrath [Tue, 12 Dec 1995 05:49:35 +0000 (05:49 +0000)]
.
Roland McGrath [Tue, 12 Dec 1995 05:48:31 +0000 (05:48 +0000)]
(read_dirstream): Fix braino: fill in the buffer when not reallocating it!
Roland McGrath [Tue, 12 Dec 1995 05:47:27 +0000 (05:47 +0000)]
(CPPFLAGS): Add -Iglob.
Roland McGrath [Tue, 12 Dec 1995 04:55:06 +0000 (04:55 +0000)]
Fix typo.
Roland McGrath [Tue, 12 Dec 1995 04:54:41 +0000 (04:54 +0000)]
Mention delayed -w msgs.
Roland McGrath [Tue, 12 Dec 1995 04:36:32 +0000 (04:36 +0000)]
autoheader
Roland McGrath [Tue, 12 Dec 1995 04:35:35 +0000 (04:35 +0000)]
Regenerated
Roland McGrath [Tue, 12 Dec 1995 04:34:14 +0000 (04:34 +0000)]
autoconf
Roland McGrath [Tue, 12 Dec 1995 04:33:36 +0000 (04:33 +0000)]
Regenerated for 3.74.1
Roland McGrath [Tue, 12 Dec 1995 04:33:02 +0000 (04:33 +0000)]
Updated from libc
Roland McGrath [Tue, 12 Dec 1995 04:32:10 +0000 (04:32 +0000)]
.
Roland McGrath [Tue, 12 Dec 1995 04:24:17 +0000 (04:24 +0000)]
(collapse_continuations): Fix skipping of trailing \s so it can never
dereference before the beginning of the array.
Roland McGrath [Tue, 12 Dec 1995 03:48:29 +0000 (03:48 +0000)]
.
Roland McGrath [Tue, 12 Dec 1995 03:37:15 +0000 (03:37 +0000)]
[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
(D_NAMLEN): Macro removed.
(FAKE_DIR_ENTRY): New macro.
(dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using D_NAMLEN.
(read_dirstream): Return a struct dirent * for new glob interface.
(init_dir): Function removed.
(dir_setup_glob): New function.
Roland McGrath [Tue, 12 Dec 1995 03:33:25 +0000 (03:33 +0000)]
Remove all [M_XENIX] code.
Roland McGrath [Tue, 12 Dec 1995 03:32:46 +0000 (03:32 +0000)]
(main): Don't call init_dir.
Roland McGrath [Tue, 12 Dec 1995 03:31:40 +0000 (03:31 +0000)]
Use plain stat instead of safe_stat.
(find_semicolon): Function removed.
(read_makefile): Don't use find_semicolon or remove_comments for rule lines.
Use find_char_unquote directly and handle quoted comments properly.
(multi_glob): Call dir_setup_glob on our glob_t and use GLOB_ALTDIRFUNC flag.
Roland McGrath [Tue, 12 Dec 1995 03:27:28 +0000 (03:27 +0000)]
(safe_stat): Function removed.
Roland McGrath [Tue, 12 Dec 1995 03:26:08 +0000 (03:26 +0000)]
Use plain stat instead of safe_stat.
Roland McGrath [Tue, 12 Dec 1995 02:50:12 +0000 (02:50 +0000)]
Updated from libc
Roland McGrath [Tue, 12 Dec 1995 02:42:43 +0000 (02:42 +0000)]
Updated from libc
Roland McGrath [Thu, 7 Dec 1995 21:05:46 +0000 (21:05 +0000)]
Updated from libc
Roland McGrath [Thu, 7 Dec 1995 20:32:37 +0000 (20:32 +0000)]
Updated from libc
Roland McGrath [Sun, 26 Nov 1995 01:43:28 +0000 (01:43 +0000)]
.
Roland McGrath [Sun, 26 Nov 1995 01:42:27 +0000 (01:42 +0000)]
[HAVE_UNION_WAIT]: Include sys/wait.h.
(start_job_command): Pass new arg to `message'; fix inverted test in that
call.
Roland McGrath [Sun, 26 Nov 1995 01:40:35 +0000 (01:40 +0000)]
.
Roland McGrath [Sun, 26 Nov 1995 01:39:38 +0000 (01:39 +0000)]
(log_working_directory): Declare it.
Roland McGrath [Sun, 26 Nov 1995 01:38:10 +0000 (01:38 +0000)]
Pass new arg in `message' calls.
Roland McGrath [Sun, 26 Nov 1995 01:37:07 +0000 (01:37 +0000)]
(log_working_directory): Made global.
Print entering msg only once.
Roland McGrath [Sun, 26 Nov 1995 01:35:05 +0000 (01:35 +0000)]
(message): Take new arg PREFIX. Print "make: " only if nonzero.
Roland McGrath [Wed, 22 Nov 1995 00:16:14 +0000 (00:16 +0000)]
(touch_file): Removing newline from message string.
Roland McGrath [Wed, 22 Nov 1995 00:14:59 +0000 (00:14 +0000)]
(start_job_command): Pass null instead of "" to message; don't add newline.
Roland McGrath [Wed, 22 Nov 1995 00:06:28 +0000 (00:06 +0000)]
(start_job_command): Use `message' to print the command, and call it with
an empty string if the command is silent.
Roland McGrath [Tue, 21 Nov 1995 23:58:54 +0000 (23:58 +0000)]
(touch_file): Use message instead of printf.