1 Wed Mar 20 09:52:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
3 * GNUmakefile (vmsfiles): New variable.
4 (distfiles): Include $(vmsfiles).
6 Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8 Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>.
9 * make.h (PARAMS): New macro.
10 * config.h-vms: New file.
11 * makefile.com: New file.
12 * makefile.vms: New file.
13 * readme.vms: New file.
15 * vmsfunctions.c: New file.
17 * file.h: Renamed to filedef.h to avoid conflict with VMS system hdr.
18 * ar.c: Added prototypes and changes for VMS.
19 * commands.c: Likewise.
20 * commands.h: Likewise.
21 * default.c: Likewise.
26 * function.c: Likewise.
27 * implicit.c: Likewise.
35 * remote-stub.c: Likewise.
38 * variable.c: Likewise.
39 * variable.h: Likewise.
41 * compatMakefile (srcs): Rename file.h to filedef.h.
43 Sat Aug 19 23:11:00 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
45 * remake.c (check_dep): For a secondary file, try implicit and
46 default rules if appropriate.
48 Wed Aug 2 04:29:42 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
50 * remake.c (check_dep): If an intermediate file exists,
51 do consider its actual date.
53 Sun Jul 30 00:49:53 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
55 * file.h (struct file): New field `secondary'.
56 * file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY.
57 (remove_intermediates): Don't delete .SECONDARY files.
59 Sat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
61 * compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.
63 Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
67 * remake.c (f_mtime): Move future modtime check before FILE is
70 * dir.c: Use canonical code from autoconf manual for dirent include.
71 [_D_NAMLEN]: Redefine NAMLEN using this.
72 (dir_contents_file_exists_p): Use NAMLEN macro.
73 (read_dirstream) [_DIRENT_HAVE_D_NAMLEN]: Only set d_namlen #if this.
75 * compatMakefile (objs): Add missing backslash.
77 Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
79 * default.c (default_terminal_rules): Remove + prefix from RCS cmds.
80 (default_variables): Put + prefix in $(CHECKOUT,v) value instead.
82 * remake.c (f_mtime): Check for future timestamps; give error and mark
83 file as "failed to update".
85 Fri Jan 12 18:09:36 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
87 * job.c: Don't declare unblock_sigs; job.h already does.
89 Sat Jan 6 16:24:44 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
91 * acconfig.h (HAVE_SYSCONF_OPEN_MAX): #undef removed.
93 * job.c (NGROUPS_MAX): Don't try to define this macro.
95 Fri Dec 22 18:44:44 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
97 * compatMakefile (GETOPT, GETOPT_SRC, GLOB): Variables removed.
98 (objs, srcs): Include their values here instead of references.
100 Thu Dec 14 06:21:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
104 * job.c (reap_children): Call unblock_sigs after start_job_command.
106 Thu Dec 14 07:22:03 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
108 * dir.c (dir_setup_glob): Don't use lstat; glob never calls it anyway.
109 Avoid & before function names to silence bogus sunos4 compiler.
111 * configure.in: Remove check for `sysconf (_SC_OPEN_MAX)'.
113 Tue Dec 12 00:48:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
117 * dir.c (read_dirstream): Fix braino: fill in the buffer when not
120 Mon Dec 11 22:26:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
122 * misc.c (collapse_continuations): Fix skipping of trailing \s so
123 it can never dereference before the beginning of the array.
125 * read.c (find_semicolon): Function removed.
126 (read_makefile): Don't use find_semicolon or remove_comments for
127 rule lines. Use find_char_unquote directly and handle quoted comments
130 * default.c: Remove all [M_XENIX] code.
132 * dir.c [HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
133 (D_NAMLEN): Macro removed.
134 (FAKE_DIR_ENTRY): New macro.
135 (dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using
137 (read_dirstream): Return a struct dirent * for new glob interface.
138 (init_dir): Function removed.
139 (dir_setup_glob): New function.
140 * main.c (main): Don't call init_dir.
141 * read.c (multi_glob): Call dir_setup_glob on our glob_t and use
142 GLOB_ALTDIRFUNC flag.
144 * misc.c (safe_stat): Function removed.
145 * read.c, commands.c, remake.c, vpath.c: Use plain stat instead of
148 Sat Nov 25 20:35:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
150 * job.c [HAVE_UNION_WAIT]: Include sys/wait.h.
152 * main.c (log_working_directory): Made global.
153 Print entering msg only once.
154 * make.h (log_working_directory): Declare it.
155 * misc.c (message): Take new arg PREFIX. Print "make: " only if
156 nonzero. Call log_working_directory.
157 * remake.c: Pass new arg in `message' calls.
158 * job.c (start_job_command): Pass new arg to `message'; fix
159 inverted test in that call.
161 Tue Nov 21 19:01:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
163 * job.c (start_job_command): Use `message' to print the command,
164 and call it with null if the command is silent.
165 * remake.c (touch_file): Use message instead of printf.
167 Tue Oct 10 14:59:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
169 * main.c (enter_command_line_file): Barf if NAME is "".
171 Sat Sep 9 06:33:20 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
173 * commands.c (delete_target): Ignore unlink failure if it is ENOENT.
175 Thu Aug 17 15:08:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
177 * configure.in: Don't check for getdtablesize.
178 * job.c (getdtablesize): Remove decls and macros.
180 Thu Aug 10 19:10:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
182 * main.c (define_makeflags): Omit command line variable
183 definitions from MFLAGS value.
185 * arscan.c (ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET,
186 indicating a valid, but empty, archive.
188 Mon Aug 7 15:40:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
190 * dir.c (file_impossible_p): Correctly reset FILENAME to name
191 within directory before hash search.
193 * job.c (child_error): Do nothing if IGNORED under -s.
195 * job.c (exec_command): Correctly use ARGV[0] for script name when
196 running shell directly.
198 Tue Aug 1 14:39:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
200 * job.c (child_execute_job): Close STDIN_FD and STDOUT_FD after
201 dup'ing from them. Don't try to close all excess descriptors;
202 getdtablesize might return a huge value. Any open descriptors in
203 the parent should have FD_CLOEXEC set.
204 (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.
206 Tue Jun 20 03:47:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
208 * read.c (read_all_makefiles): Properly append default makefiles
209 to the end of the `read_makefiles' chain.
211 Fri May 19 16:36:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
213 * Version 3.74 released.
215 Wed May 10 17:43:34 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
219 Tue May 9 17:15:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
221 * compatMakefile ($(infodir)/make.info): Make sure $$dir is set in
224 Wed May 3 15:56:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
226 * file.c (print_file): Grok update_status of 1 for -q.
228 Thu Apr 27 12:39:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
232 Wed Apr 26 17:15:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
234 * file.c (remove_intermediates): Fix inverted test to bail under
235 -n for signal case. Bail under -q or -t.
236 Skip files with update_status==-1.
238 * job.c (job_next_command): Skip empty lines.
239 (new_job): Don't test the return of job_next_command.
240 Just let start_waiting_job handle the case of empty commands.
242 Wed Apr 19 03:25:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
244 * function.c [__MSDOS__]: Include <fcntl.h>. From DJ Delorie.
248 Sat Apr 8 14:53:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
250 * remake.c (notice_finished_file): Set FILE->update_status to zero
253 Wed Apr 5 00:20:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
255 * Version 3.73 released.
257 Tue Mar 28 13:25:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
259 * main.c (main): Fixed braino in assert.
263 Mon Mar 27 05:29:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
265 * main.c: Avoid string in assert expression. Some systems are broken.
267 Fri Mar 24 00:32:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
269 * main.c (main): Handle 1 and 2 returns from update_goal_chain
270 makefile run properly.
274 * main.c (handle_non_switch_argument): New function, broken out of
276 (decode_switches): Set optind to 0 to reinitialize getopt, not to 1.
277 When getopt_long returns EOF, break the loop and handle remaining args
278 with a simple second loop.
280 * remake.c (remake_file): Set update_status to 2 instead of 1 for
281 no rule to make. Mention parent (dependent) in error message.
282 (update_file_1): Handle FILE->update_status == 2 in -d printout.
283 * job.c (start_job_command, reap_children): Set update_status to 2
284 instead of 1 for failed commands.
286 Tue Mar 21 16:23:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
288 * job.c (search_path): Function removed (was already #if 0'd out).
289 * configure.in: Remove AC_TYPE_GETGROUPS; nothing needs it any more.
291 Fri Mar 17 15:57:40 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
293 * configure.bat: Write @CPPFLAGS@ translation.
295 Mon Mar 13 00:45:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
297 * read.c (parse_file_seq): Rearranged `l(a b)' -> `l(a) l(b)' loop
298 to not skip the elt immediately preceding `l(...'.
300 Fri Mar 10 13:56:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
304 * read.c (find_char_unquote): Make second arg a string of stop
305 chars instead of a single stop char. Stop when any char in the
306 string is hit. All callers changed.
307 (find_semicolon): Pass stop chars "#;" to one find_char_unquote call,
308 instead of using two calls. If the match is not a ; but a #,
310 * misc.c: Changed find_char_unquote callers here too.
314 * read.c (read_makefile, parse_file_seq): Fix typo __MS_DOS__ ->
317 * GNUmakefile (globfiles): Add glob/configure.bat.
318 (distfiles): Add configh.dos, configure.bat.
320 Wed Mar 8 13:10:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
322 Fixes for MS-DOS from DJ Delorie.
323 * read.c (read_makefile, parse_file_seq) [__MS_DOS__]: Don't see :
324 as separator in "C:\...".
325 * configh.dos (STDC_HEADERS): Define only if undefined.
326 (HAVE_SYS_PARAM_H): Don't define this.
327 (HAVE_STRERROR): Define this.
328 * job.c (construct_command_argv_internal) [__MSDOS__]: Fix typos.
332 * main.c (decode_switches): Reset optind to 1 instead of 0.
334 Tue Mar 7 17:31:06 1995 Roland McGrath <roland@geech.gnu.ai.mit.edu>
336 * main.c (decode_switches): If non-option arg is "-", ignore it.
338 Mon Mar 6 23:57:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
342 Wed Feb 22 21:26:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
346 Tue Feb 21 22:10:43 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
348 * main.c (main): Pass missing arg to tmpnam.
350 * configure.in: Check for strsignal.
351 * job.c (child_error): Use strsignal.
352 * main.c (main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
354 * misc.c (strerror): Fix swapped args in sprintf.
356 Mon Feb 13 11:50:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
358 * configure.in (CFLAGS, LDFLAGS): Don't set these variables.
360 Fri Feb 10 18:44:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
362 * main.c (print_version): Add 95 to copyright years.
366 * job.c (start_job_command): Remember to call notice_finished_file
367 under -n when not recursing. To do this, consolidate that code
368 under the empty command case and goto there for the -n case.
370 Tue Feb 7 13:36:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
372 * make.h [! STDC_HEADERS]: Don't declare qsort. Sun headers
375 Mon Feb 6 17:37:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
377 * read.c (read_makefile): For bogus line starting with tab, ignore
378 it if blank after removing comments.
380 * main.c: Cast results of `alloca' to `char *'.
381 * expand.c: Likewise.
383 Sun Feb 5 18:35:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
387 * configure.in: Check for mktemp.
388 * main.c (main) [! HAVE_MKTEMP]: Use tmpnam instead of mktemp.
390 * configure.in (make_cv_sysconf_open_max): New check for `sysconf
392 * acconfig.h: Added #undef HAVE_SYSCONF_OPEN_MAX.
393 * job.c [HAVE_SYSCONF_OPEN_MAX] (getdtablesize): Define as macro
396 Fri Jan 27 04:42:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
398 * remake.c (update_file_1): When !MUST_MAKE, don't set
399 FILE->update_status to zero before calling notice_finished_file.
400 (notice_finished_file): Touch only when FILE->update_status is zero.
401 (remake_file): Set FILE->update_status to zero after not calling
402 execute_file_command and deciding to touch instead.
404 Thu Jan 26 01:29:32 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
406 * main.c (debug_signal_handler): New function; toggles debug_flag.
407 (main): Handle SIGUSR1 with that.
409 Mon Jan 16 15:46:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
411 * compatMakefile (realclean): Remove Info files.
413 Sun Jan 15 08:23:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
417 * job.c (start_job_command): Save and restore environ around vfork
419 (search_path): Function #if 0'd out.
420 (exec_command): Use execvp instead of search_path.
422 * expand.c (variable_expand): Rewrote computed variable name and
423 substitution reference handling to be simpler. First expand the
424 entire text between the parens if it contains any $s, then examine
425 the result of that for subtitution references and do no further
426 expansion while parsing them.
428 * job.c (construct_command_argv_internal): Handle " quoting too,
429 when no backslash, $ or ` characters appear inside the quotes.
431 * configure.in (union wait check): If WEXITSTATUS and WTERMSIG are
432 defined, just use int.
434 Tue Jan 10 06:27:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
436 * default.c (default_variables) [__hpux]: Remove special
437 definition of ARFLAGS. Existence of the `f' flag is not
438 consistent across HPUX versions; and one might be using GNU ar
441 * compatMakefile (clean): Don't remove Info files.
443 * compatMakefile (check): Remove gratuitous target declaration.
445 Sat Jan 7 11:38:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
447 * compatMakefile (ETAGS, CTAGS): Don't use -t.
449 * arscan.c (ar_name_equal) [cray]: Subtract 1 like [__hpux].
451 * main.c (decode_switches): For --help, print usage to stdout.
453 Mon Dec 5 12:42:18 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
457 * remake.c (update_file_1): Do set_command_state (FILE,
458 cs_not_started) only if old state was deps_running.
460 Mon Nov 28 14:24:03 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
462 * job.c (start_waiting_job): Use set_command_state.
464 * build.template (CPPFLAGS): New variable.
465 (prefix, exec_prefix): Set from @...@.
466 (compilation loop): Pass $CPPFLAGS to compiler.
468 * GNUmakefile (build.sh.in): Make it executable.
470 * GNUmakefile (globfiles): Add configure.in, configure.
474 * configure.in (AC_OUTPUT): Don't write glob/Makefile.
476 * configure.in (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.
478 * configure.in: Don't check for ranlib.
480 Tue Nov 22 22:42:40 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
482 * remake.c (notice_finished_file): Only mark also_make's as
483 updated if really ran cmds.
485 Tue Nov 15 06:32:46 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
487 * configure.in: Put dnls before random whitespace.
489 Sun Nov 13 05:02:25 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
491 * compatMakefile (CPPFLAGS): New variable, set from @CPPFLAGS@.
492 (RANLIB): Variable removed.
493 (prefix, exec_prefix): Set these from @...@.
494 (.c.o): Use $(CPPFLAGS).
495 (glob/libglob.a): Don't pass down variables to sub-make.
496 glob/Makefile should be configured properly by configure.
497 (distclean): Remove config.log and config.cache (autoconf stuff).
499 Mon Nov 7 13:58:06 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
501 * acconfig.h: Add #undef HAVE_UNION_WAIT.
502 * configure.in: Converted to Autoconf v2.
503 * dir.c: Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead
504 of DIRENT, SYSDIR, NDIR.
505 * build.sh.in (prefix, exec_prefix): Set these from @...@.
506 (CPPFLAGS): New variable, set from @CPPFLAGS@.
507 (compiling loop): Pass $CPPFLAGS before $CFLAGS.
508 * install.sh: File renamed to install-sh.
510 * main.c (define_makeflags): When no flags, set WORDS to zero.
512 Sun Nov 6 18:34:01 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
516 * main.c (define_makeflags): Terminate properly when FLAGSTRING is
519 Fri Nov 4 16:02:51 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
523 Tue Nov 1 01:18:10 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
527 * job.c (start_job_command): When ARGV is nil, only set
528 update_state and call notice_finished_file if job_next_command
531 * job.c (start_job_command): Call notice_finished_file for empty
534 Thu Oct 27 02:02:45 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
536 * file.c (snap_deps): Set COMMANDS_SILENT for .SILENT, not
539 Wed Oct 26 02:14:10 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
543 Tue Oct 25 22:49:24 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
545 * file.c (snap_deps): Set command_flags bits in all :: entries.
547 Mon Oct 24 18:47:50 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
549 * make.h (posix_pedantic): Declare it.
550 * main.c (main): Move checks .IGNORE, .SILENT, .POSIX to
552 * file.c (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead
553 of in main. If .IGNORE has deps, OR COMMANDS_NOERROR into their
554 command_flags and don't set -i. Likewise .SILENT.
555 * job.c (start_job_command): In FLAGS initialization, OR in
556 CHILD->file->command_flags.
557 * file.h (struct file): New member `command_flags'.
559 Sun Oct 16 01:01:51 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
561 * main.c (switches): Bump flag values for --no-print-directory and
562 --warn-undefined-variables, so neither is 1 (which indicates a
565 Sat Oct 15 23:39:48 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
567 * main.c (main): Add missing code in .IGNORE test.
569 Mon Oct 10 04:09:03 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
571 * variable.c (define_automatic_variables): Define +D and +F.
573 Sat Oct 1 04:07:48 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
575 * main.c (main): Define hidden automatic variable with command
576 vars, and MAKEOVERRIDES to a reference to that.
577 (define_makeflags): If posix_pedantic, write a reference to that
580 Thu Sep 29 00:14:26 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
582 * main.c (posix_pedantic): New variable.
583 (main): Set posix_pedantic if .POSIX is a target.
584 Fix .IGNORE and .SILENT checks to require is_target.
586 * commands.c (set_file_variables): Define new automatic variable
587 $+, like $^ but before calling uniquize_deps.
589 * job.c (reap_children): Call delete_child_targets for non-signal
590 error if .DELETE_ON_ERROR is a target.
592 Tue Sep 27 01:57:14 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
596 Mon Sep 26 18:16:55 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
598 * job.c (reap_children): Don't change C->file->command_state when
599 dying. Test it only after calling start_job_command for a new
600 command line. When no more cmds, just set C->file->update_status.
601 (start_job_command): When the last line is empty or under -n, set
602 C->file->update_status.
603 (start_waiting_job): Grok cs_not_started after start_job_command
605 (new_job): Set C->file->update_status when there are no cmds.
606 (job_next_command): When out of lines, don't set
607 CHILD->file->update_status or CHILD->file->command_state.
609 * main.c (quote_as_word): Renamed from shell_quote. Take new arg;
610 if nonzero, also double $s.
611 (main): Define MAKEOVERRIDES from command_variables here.
612 (define_makeflags): Don't use command_variables here; instead write a
613 reference $(MAKEOVERRIDES) in MAKEFLAGS. Make vars recursive.
615 * dir.c [__MSDOS__]: Fixed typo.
617 * vpath.c (selective_vpath_search): Reset EXISTS when stat fails.
619 Sat Sep 10 03:01:35 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
621 * remake.c: Include <assert.h> and use assert instead of printfs
624 * main.c (decode_switches): Loop until optind hits ARGC, not just
625 until getopt_long returns EOF. Initialize C to zero before loop;
626 in loop if C is EOF, set optarg from ARGV[optind++], else call
628 (decode_env_switches): Use variable_expand instead of
629 allocated_variable_expand. Allocate a fresh buffer to copy split
630 words into; scan characters by hand to break words and
632 (shell_quote): New function.
633 (define_makeflags): Allocate doubled space for switch args, and command
634 variable names and values; use shell_quote to quote those things.
636 Fri Sep 9 01:37:47 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
640 * acconfig.h: Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.
642 * main.c (decode_switches): The non-option return from getopt is
644 (command_variables): New type and variable.
645 (decode_switches, decode_env_switches): After making a variable
646 definition, record the struct variable pointer in the
647 command_variables chain.
648 (define_makeflags): If ALL, write variable definitions for
651 * main.c (other_args): Variable removed.
652 (goals, lastgoal): New static variables (moved from auto in main).
653 (main): Don't process OTHER_ARGS at all.
654 Don't set variable MAKEOVERRIDES at all; define MAKE to just
656 (init_switches): Prepend a - {return in order} instead of a +
658 (decode_switches): Don't set OTHER_ARGS at all.
659 Grok '\0' return from getopt_long as non-option argument; try
660 variable definition and (if !ENV) enter goal targets here.
661 (decode_env_switches): Use allocated_variable_expand to store value.
662 Use find_next_token to simplify word-splitting loop. Don't
663 prepend a dash to uninterpreted value. Instead, if split into
664 only one word, try variable definition and failing that prepend a
665 dash to the word and pass it to decode_switches as a single arg.
667 Wed Sep 7 03:02:46 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
669 * remake.c (notice_finished_file): Only recheck modtimes if
670 FILE->command_state was cs_running on entry (meaning the commands
672 (update_file_1): Whenever we set FILE->update_status, call
673 notice_finished_file instead of just set_command_state.
674 * job.c (start_job_command): Whenever we set
675 CHILD->file->update_status, call notice_finished_file instead of
676 just set_command_state.
678 Tue Sep 6 19:13:54 1994 Roland McGrath <roland@geech.gnu.ai.mit.edu>
680 * default.c: Add missing ".
682 * job.c: Changed all assignments of command_state members to calls
683 to set_command_state.
684 * remake.c: Likewise.
685 * file.c (set_command_state): New function.
686 * file.h: Declare set_command_state.
688 * main.c (init_switches): Put a + first in options.
690 Mon Jul 25 18:07:46 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
692 Merge MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
693 * vpath.c: Changed all uses of ':' to PATH_SEPARATOR_CHAR.
694 * main.c (directory_before_chdir): New variable, moved out of main
696 (main) [__MSDOS__]: Look for \ or : to delimit last component of
697 PROGRAM. Don't frob ARGV[0] before setting MAKE_COMMAND variable.
698 (die): Change back to `directory_before_chdir' before dying.
699 * make.h (PATH_SEPARATOR_CHAR): New macro; differing defns for
701 * job.c [__MSDOS__]: Include <process.h>.
702 [__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename,
703 dos_batch_file): New variables.
704 (reap_children) [__MSDOS__]: Don't call wait; just examine those vars.
705 (unblock_sigs) [__MSDOS__]: Do nothing.
706 (start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork & exec.
707 (load_too_high) [__MSDOS__]: Always return true.
708 (search_path) [__MSDOS__]: Check for : or / in FILE to punt.
709 Use PATH_SEPARATOR_CHAR instead of ':'.
710 (construct_command_argv_internal) [__MSDOS__]: Wholly different
711 values for sh_chars and sh_cmds. Wholly new code to handle shell
713 * function.c (expand_function: `shell') [__MSDOS__]: Wholly new
715 * dir.c [__MSDOS__] (dosify): New function.
716 (dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and
717 process the result instead of FILENAME itself.
718 (file_impossible_p) [__MSDOS__]: Likewise.
719 * default.c [__MSDOS__]: Define GCC_IS_NATIVE.
720 (default_suffix_rules) [__MSDOS__]: Use `y_tab.c' instead of `y.tab.c'.
721 (default_variables) [GCC_IS_NATIVE]: Set CC and CXX to `gcc', YACC to
722 `bison -y', and LEX to `flex'.
723 * configure.bat, configh.dos: New files.
724 * commands.c (fatal_error_signal) [__MSDOS__]: Just remove
725 intermediates and exit.
727 * commands.c (set_file_variables): Add parens in length
728 computation in .SUFFIXES dep loop to quiet compiler warning. From
731 * read.c (read_makefile): Free FILENAME if we allocated it. From
734 Mon Jul 4 17:47:08 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
736 * misc.c (safe_stat): New function, EINTR-safe wrapper around stat.
737 * vpath.c (selective_vpath_search): Use safe_stat in place of stat.
738 * read.c (construct_include_path): Use safe_stat in place of stat.
739 * job.c (search_path): Use safe_stat in place of stat.
740 * dir.c (find_directory): Use safe_stat in place of stat.
741 * commands.c (delete_target): Use safe_stat in place of stat.
742 * arscan.c (ar_member_touch) [EINTR]: Do EINTR looping around fstat.
743 * remake.c (name_mtime): Use safe_stat in place of stat.
744 (touch_file) [EINTR]: Do EINTR looping around fstat.
746 Fri Jun 24 05:40:24 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
748 * read.c (read_makefile): Check for a shell command first, and
749 then strip leading tabs before further checking if it's not a
752 * make.h [__arm]: Undefine POSIX.
753 [!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system
754 functions that return int.
756 * job.c (construct_command_argv_internal): After swallowing a
757 backslash-newline combination, if INSTRING is set goto string_char
758 (new label) for normal INSTRING handling code.
760 Sat Jun 4 01:11:20 1994 Roland McGrath (roland@geech.gnu.ai.mit.edu)
762 * configure.in: Don't check for sys_siglist and _sys_siglist with
763 AC_HAVE_FUNCS. Instead use two AC_COMPILE_CHECKs.
765 Mon May 23 18:20:38 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
767 * Version 3.71.1 released.
769 * make.h [!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef
770 _POSIX_VERSION for these declarations.
772 * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs
773 around #undefs of HAVE_SETREUID and HAVE_SETREGID.
775 Sat May 21 16:26:38 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
777 * Version 3.71 released.
779 * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID]
780 and [HAVE_SETGID]. Every system has those, and configure doesn't
783 * make.h [_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.
785 * compatMakefile (loadavg): Depend on and use loadavg.c instead of
787 (loadavg.c): Link or copy it from getloadavg.c.
788 (distclean): Remove loadavg.c.
790 Mon May 16 22:59:04 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
794 * misc.c [GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID
797 * default.c (default_terminal_rules): In SCCS rules, put
798 $(SCCS_OUTPUT_OPTION) before $<. On some systems -G is grokked
799 only before the file name.
800 * configure.in (SCCS_GET_MINUS_G check): Put -G flag before file name.
802 Tue May 10 16:27:38 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
804 * job.c (construct_command_argv_internal): Swallow
805 backslash-newline combinations inside '' strings too.
807 Thu May 5 04:15:10 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
809 * read.c (do_define): Call collapse_continuations on each line
812 Mon Apr 25 19:32:02 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
814 * job.c (construct_command_argv_internal): Notice newline inside
815 '' string when RESTP is non-null.
817 Fri Apr 22 17:33:30 1994 Roland McGrath (roland@geech.gnu.ai.mit.edu)
821 * remake.c (update_goal_chain): Reset FILE to G->file after the
822 double-colon loop so it is never null for following code.
824 * read.c (read_makefile): Fix `override define' parsing to skip
825 whitespace after `define' properly.
827 * compatMakefile (srcdir): Define as @srcdir@; don't reference
829 (glob/Makefile): New target.
831 Thu Apr 21 16:16:55 1994 Roland McGrath (roland@geech.gnu.ai.mit.edu)
835 * misc.c (remove_comments): Use find_char_unquote.
836 * make.h (find_char_unquote): Declare it.
837 * read.c (find_char_unquote): New function, generalized from
839 (find_percent, find_semicolon, parse_file_seq): Use that.
841 Wed Apr 20 18:42:39 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
843 * implicit.c (pattern_search): Always allocate new storage for
844 FILE->stem. It is not safe to store STEM's address because it
845 might be auto storage.
847 * configure.in: Check for seteuid and setegid.
848 * misc.c [HAVE_SETEUID]: Declare seteuid.
849 [HAVE_SETEGID]: Declare setegid.
850 (make_access, user_access) [HAVE_SETEUID]: Use seteuid.
851 [HAVE_SETEGID]: Use setegid.
853 * remake.c (update_goal_chain): Set STATUS to FILE->update_status,
854 to preserve whether it's 2 for error or 1 for -q trigger. When
855 STATUS gets nonzero and -q is set, always stop immediately.
856 * main.c (main, decode_switches): Die with 2 for errors.
857 (main): Accept 2 return from update_goal_chain and die with that.
858 * misc.c (fatal, makefile_fatal): Die with 2; 1 is reserved for -q
860 * job.c (reap_children): Die with 2 for error.
861 (start_job_command): Set update_status to 2 for error. Set it to
862 1 when we would run a command and question_flag is set.
864 * read.c (read_makefile): Don't mark makefiles as precious. Just
865 like other targets, they can be left inconsistent and in need of
866 remaking by aborted commands.
868 * read.c (read_makefile): Write no error msg for -include file.
870 Tue Apr 5 05:22:19 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
872 * commands.c (fatal_error_signal): Don't unblock signals.
874 * file.h (struct file): Change member `double_colon' from flag to
876 * read.c (record_files): Set double_colon pointer instead of flag.
877 * main.c (main): When disqualifying makefiles for updating, use
878 double_colon pointer to find all entries for a file.
879 * file.c (enter_file): If there is already a double-colon entry
880 for the file, set NEW->double_colon to that pointer.
881 (file_hash_enter): Use FILE->double_colon to find all entries to
883 * remake.c (update_goal_chain): Do inner loop on double-colon entries.
884 (update_file): Use FILE->double_colon pointer to find all entries.
886 (notice_finished_file): Propagate mtime change to all entries.
888 * variable.c (try_variable_definition): Return after abort.
890 Fri Apr 1 18:44:15 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
892 * read.c (read_makefile): Remove unused variable.
893 (parse_file_seq): When removing an elt that is just `)', properly
894 fix up the previous elt's next pointer.
896 Mon Mar 28 18:31:49 1994 Roland McGrath (roland@mole.gnu.ai.mit.edu)
898 * configure.in: Do AC_SET_MAKE.
899 * GNUmakefile (Makefile.in): Edit MAKE assignment into @SET_MAKE@.
901 Fri Mar 4 00:02:32 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
903 * function.c (subst_expand): If BY_WORD or SUFFIX_ONLY is set and
904 the search string is the empty string, find a match at the end of
905 each word (using end_of_token in place of sindex).
907 * misc.c (end_of_token): Don't treat backslashes specially; you
908 can no longer escape blanks with backslashes in export, unexport,
909 and vpath. This was never documented anyway.
911 Thu Mar 3 23:53:46 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
913 * read.c (read_makefile): Variable name for `define' is not just
914 first token; use whole rest of line and strip trailing blanks.
916 Wed Feb 16 16:03:45 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
920 * read.c (read_makefile): Add -d msg stating args.
922 * read.c (read_makefile): Use isspace to skip over leading
923 whitespace, and explicitly avoid skipping over tabs. Don't want
924 to skip just spaces though; formfeeds et al should be skipped.
926 * default.c (default_variables) [__hpux]: Add f in ARFLAGS.
928 * arscan.c (ar_name_equal) [__hpux]: Subtract 2 instead of 1 from
929 sizeof ar_name for max length to compare.
931 * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Undefine HAVE_SETREUID
932 #ifdef HAVE_SETUID; likewise HAVE_SETREGID and HAVE_SETGID.
934 * main.c (main): Call user_access after setting `program', in case
935 it needs to use it in an error message.
937 * read.c (read_makefile): Ignore an empty line starting with a tab.
939 Thu Feb 10 21:45:31 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
941 * configure.in (AC_SYS_SIGLIST_DECLARED): Use this instead of
942 AC_COMPILE_CHECK that is now its contents.
944 Fri Feb 4 16:28:54 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
946 * make.h: #undef strerror after #include <string.h>.
947 [! ANSI_STRING]: Declare strerror.
949 Thu Feb 3 02:21:22 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
951 * misc.c (strerror): #undef any macro before function definition.
953 Mon Jan 31 19:07:23 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
955 * variable.c (try_variable_definition): Calculate BEG before loop
956 to strip blanks by decrementing END. Don't decr END to before BEG.
958 * read.c (read_makefile): Skip over leading space characters, but
959 not tabs, after removing continuations and comments (it used to
962 Tue Jan 25 16:45:05 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
964 * variable.c (define_automatic_variables): In $(@D) et al, use
965 patsubst to remove trailing slash.
967 * commands.c (delete_target): New function, broken out of
968 delete_child_targets. Check for archive members and give special msg.
969 (delete_child_targets): Use delete_target.
971 Mon Jan 17 17:03:22 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
973 * default.c (default_suffix_rules): Use $(TEXI2DVI_FLAGS) in
974 texi2dvi rules. Use $(MAKEINFO_FLAGS) in makeinfo rules.
976 Tue Jan 11 19:29:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
978 * GNUmakefile (tarfiles): Omit make-doc.
979 (make-$(version).tar): Include make.info*.
981 Fri Jan 7 16:27:00 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
983 * compatMakefile (configure, config.h.in): Comment out rules.
985 Thu Jan 6 18:08:08 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
987 * compatMakefile (binprefix, manprefix): New variables.
988 (instname): Variable removed.
989 (install): Use $({bin,man}prefix)make in place of $(instname).
990 File targets likewised renamed.
992 Mon Jan 3 17:50:25 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
994 * Version 3.70 released.
996 Thu Dec 23 14:46:54 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1000 * read.c (parse_file_seq): Inside multi-word archive ref
1001 translation loop, check NEW1==0 at end and break out of the loop.
1003 * GNUmakefile (make-$(version).tar): Distribute install.sh.
1004 * install.sh: New file.
1006 * configure.in (SCCS_GET_MINUS_G check): Put redirection for admin
1007 cmds outside subshell parens, to avoid "command not found" msgs
1010 Wed Dec 22 17:00:43 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1012 * configure.in (SCCS_GET_MINUS_G check): Put -G flag last in get cmd.
1013 Redirect output & error from get to /dev/null.
1014 Fix reversed sense of test.
1016 Fri Dec 17 15:31:36 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1018 * configure.in (SCCS_GET_MINUS_G check): Use parens instead of
1019 braces inside if condition command; some shells lose.
1021 Thu Dec 16 15:10:23 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1025 * arscan.c [M_UNIX]: Move #undef M_XENIX for PORTAR stuff.
1026 (PORTAR) [M_XENIX]: Define to 0 instead of 1.
1028 * main.c (define_makeflags): Only export MAKEFLAGS if !ALL.
1030 Wed Dec 15 17:47:48 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1032 * main.c (main): Cast result of pointer arith to unsigned int
1033 before passing to define_variable for envars. Matters when
1034 sizeof(unsigned)!=sizeof(ptrdiff_t).
1036 Tue Dec 14 14:21:16 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1038 * configure.in: Add new check for SCCS_GET_MINUS_G.
1039 * config.h.in: Add #undef SCCS_GET_MINUS_G.
1040 * default.c (default_terminal_rules): Use `$(SCCS_OUTPUT_OPTION)' in
1041 place of `-G $@' in SCCS commands.
1042 (default_variables) [SCCS_GET_MINUS_G]: Define SCCS_OUTPUT_OPTION
1045 * configure.in (AC_OUTPUT): Put touch stamp-config in second arg
1046 (so it goes in config.status), rather than afterward.
1048 * ar.c (ar_member_date): Don't call enter_file on the archive file
1049 if it doesn't exist (by file_exists_p).
1051 * compatMakefile ($(infodir)/make.info): Replace `$$d/foo.info'
1052 with `$$dir/make.info' in install-info invocation (oops).
1054 * vpath.c (construct_vpath_list): Only set LASTPATH set PATH when
1055 we do not unlink and free PATH.
1057 * file.c (print_file_data_base): Fix inverted calculation for
1058 average files per hash bucket.
1060 * read.c (readline): When we see a NUL, give only a warning and
1061 synthesize a newline to terminate the building line (used to
1062 fatal). Move fgets call into the loop condition, and after the
1063 loop test ferror (used to test !feof in the loop).
1065 Fri Dec 3 16:40:31 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1067 * configure.in: Check for strerror in AC_HAVE_FUNCS.
1069 Thu Dec 2 15:37:50 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1071 Differentiate different flavors of missing makefile error msgs,
1072 removing gratuitous `fopen: ' and giving caller for included makefiles.
1073 * misc.c [! HAVE_STRERROR]: Define our own strerror here.
1074 (perror_with_name, pfatal_with_name): Use strerror instead of
1075 replicating its functionality.
1076 * read.c (read_makefile): Return int instead of void.
1077 (read_all_makefiles, read_makefile): Change callers to notice zero
1078 return and give error msg.
1080 Thu Nov 11 11:47:36 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1084 * default.c: Put `-G $@' before $< in SCCS cmds.
1086 Wed Nov 10 06:06:14 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1088 * read.c (read_makefile): After trying a variable defn, notice if
1089 the line begins with a tab, and diagnose an error.
1091 Sun Nov 7 08:07:37 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1095 Wed Nov 3 06:54:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1099 * implicit.c (try_implicit_rule): Look for a normal rule before an
1102 Fri Oct 29 16:45:28 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1104 * function.c (expand_function: `sort'): Double NWORDS when it
1105 overflows, instead of adding five.
1107 * compatMakefile (clean): Remove loadavg.
1109 Wed Oct 27 17:58:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1113 * file.h (NEW_MTIME): Define new macro.
1114 * main.c (main): Set time of NEW_FILES to NEW_MTIME, not to
1115 current time returned from system. Removed variable NOW.
1116 * remake.c (notice_finished_file): Use NEW_MTIME in place of
1117 current time here too.
1119 Tue Oct 26 19:45:35 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1123 * remake.c (update_file_1): Don't clear MUST_MAKE when FILE has no
1124 cmds and !DEPS_CHANGED unless also !NOEXIST.
1126 Mon Oct 25 15:25:21 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1128 * read.c (parse_file_seq): When converting multi-word archive
1129 refs, ignore a word beginning with a '('.
1131 Fri Oct 22 02:53:38 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1133 * configure.in: Check for sys/timeb.h.
1134 * make.h [HAVE_SYS_TIMEB_H]: Test this before including it.
1136 Thu Oct 21 16:48:17 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1140 * rule.c (convert_suffix_rule): New local TARGPERCENT. Set it to
1141 TARGNAME+1 for "(%.o)", to TARGNAME for "%.?". Use it in place of
1142 TARGNAME to initialize PERCENTS[0].
1144 Mon Oct 18 06:49:35 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1146 * configure.in: Use AC_HAVE_HEADERS(unistd.h) instead of AC_UNISTD_H.
1147 Remove AC_USG; it is no longer used.
1149 * file.c (print_file): New function, broken out of
1150 print_file_data_base.
1151 (print_file_data_base): Call it.
1152 * rule.c (print_rule): New function, broken out of
1153 print_rule_data_base.
1154 (print_rule_data_base): Call it.
1156 Thu Oct 14 14:54:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1158 * default.c (install_default_suffix_rules): New function, broken
1159 out of install_default_implicit_rules.
1160 (install_default_implicit_rules): Move suffix rule code there.
1161 * make.h: Declare install_default_suffix_rules.
1162 * main.c (main): Call install_default_suffix_rules before reading
1163 makefiles. Move convert_to_pattern call before
1164 install_default_implicit_rules.
1166 * job.h (struct child): Make `pid' member type `pid_t' instead of
1169 * compatMakefile (RANLIB): New variable, set by configure.
1170 (glob/libglob.a): Pass RANLIB value down to submake.
1172 Fixes for SCO 3.2 "devsys 4.2" from pss@tfn.com (Peter Salvitti).
1173 * make.h: Include <sys/timeb.h> before <time.h> for SCO lossage.
1174 * job.c [! getdtablesize] [! HAVE_GETDTABLESIZE]: If NOFILE is not
1175 defined but NOFILES_MAX is, define it to be that.
1177 Mon Oct 11 19:47:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1179 * GNUmakefile (make-$(version).tar): Depend on acconfig.h, so it
1182 Sun Oct 3 15:15:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1184 * default.c (default_terminal_rules): Add `-G $@' to SCCS get cmds.
1186 Tue Sep 28 14:18:20 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1188 * job.c (construct_command_argv_internal): Add ^ to SH_CHARS; it
1189 is another symbol for | in some shells.
1190 * main.c (main): Add it to CMD_DEFS quoting list as well.
1192 Mon Sep 20 18:05:24 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1194 * job.c (construct_command_argv_internal): Remove '=' from
1195 SH_CHARS. Only punt on '=' if it is unquoted in a word before the
1196 first word without an unquoted '='.
1198 * main.c (define_makeflags): Set v_export for MAKEFLAGS.
1200 Fri Sep 17 00:37:18 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1202 * remake.c (update_file_1): Use .DEFAULT cmds for phony targets.
1204 * make.h [_AIX && _POSIX_SOURCE]: Define POSIX.
1206 * commands.c (delete_child_targets): Don't delete phony files.
1208 * job.c (start_job_command): Set COMMANDS_RECURSE in FLAGS if we
1209 see a `+' at the beginning of the command line.
1211 Thu Sep 9 17:57:14 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1215 Wed Sep 8 20:14:21 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1217 * main.c (define_makeflags): Define MAKEFLAGS with o_file, not o_env.
1219 Mon Aug 30 12:31:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1221 * expand.c (variable_expand): Fatal on an unterminated reference.
1223 Thu Aug 19 16:27:53 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1227 * variable.c (define_automatic_variables): Define new o_default
1228 variable `MAKE_VERSION' from version_string and remote_description.
1230 * make.h (version_string, remote_description): Declare these here.
1231 * main.c: Don't declare version_string.
1232 (print_version): Don't declare remote_description.
1234 Wed Aug 18 15:01:24 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1236 * read.c (read_makefile): Free space pointed to by CONDITIONALS
1237 before restoring the old pointer.
1239 Mon Aug 16 17:33:36 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1241 * compatMakefile ($(objs)): Depend on config.h.
1243 * GNUmakefile (build.sh.in): Depend on compatMakefile.
1245 * configure.in: Touch stamp-config after AC_OUTPUT.
1247 Fri Aug 13 16:04:22 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1251 Thu Aug 12 17:18:57 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1253 * make.h: Include <config.h> instead of "config.h".
1255 Wed Aug 11 02:35:25 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1257 * main.c (main): Make all variables interned from ENVP be v_export.
1258 * variable.c (try_variable_definition): In v_default case, don't
1259 check for an o_file variable that `getenv' finds.
1261 * job.c (reap_children): New local variable ANY_LOCAL; set it
1262 while setting ANY_REMOTE. If !ANY_LOCAL, don't wait for local kids.
1264 * main.c (main): Don't call decode_env_switches on MFLAGS. DOC THIS.
1266 * function.c (expand_function): #if 0 out freeing of ENVP since it
1269 Mon Aug 9 17:37:20 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1273 * remote-stub.c (remote_status): Set errno to ECHILD before return.
1274 * job.c (reap_children): Scan the chain for remote children and
1275 never call remote_status if there are none.
1277 * function.c (expand_function: `shell'): #if 0 out calling
1278 target_environment; just set ENVP to environ instead.
1280 * job.c (reap_children): Check for negative return from
1281 remote_status and fatal for it.
1282 When blocking local child wait returns 0, then try a blocking call
1285 Tue Aug 3 00:19:00 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1287 * compatMakefile (clean): Delete make.info* and make.dvi here.
1288 (distclean): Not here.
1290 * dep.h (RM_*): Use #defines instead of enum to avoid lossage from
1291 compilers that don't like enum values used as ints.
1293 Mon Aug 2 16:46:34 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1295 * compatMakefile (loadavg): Add $(LOADLIBES).
1297 Sun Aug 1 16:01:15 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1301 * compatMakefile (loadavg, check-loadavg): New targets.
1302 (check): Depend on check-loadavg.
1304 * compatMakefile (glob/libglob.a): Depend on config.h.
1306 * misc.c (log_access): Write to stderr instead of stdout.
1308 Fri Jul 30 00:07:02 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1312 Thu Jul 29 23:26:40 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1314 * configure.in (SYS_SIGLIST_DECLARED): In test program include
1315 <unistd.h> #ifdef HAVE_UNISTD_H.
1317 * compatMakefile (.PHONY): Put after `all' et al.
1319 * configure.in: Add AC_IRIX_SUN.
1321 Wed Jul 28 17:41:12 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1325 Mon Jul 26 14:36:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1329 Sun Jul 25 22:09:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1333 * compatMakefile ($(infodir)/make.info): Don't use $(instname).
1334 Run install-info script if present.
1336 Fri Jul 23 16:03:50 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1338 * make.h [STAT_MACROS_BROKEN]: Test this instead of [uts].
1340 * configure.in: Add AC_STAT_MACROS_BROKEN.
1342 Wed Jul 14 18:48:11 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1346 * read.c (read_makefile): Recognize directive `-include', like
1347 `include' but sets RM_DONTCARE flag.
1349 * variable.c (target_environment): If FILE is nil, use
1350 current_variable_set_list in place of FILE->variables.
1351 * function.c (expand_function: `shell'): Get an environment for
1352 the child from target_environment instead of using environ.
1354 * dep.h: Declare read_all_makefiles here.
1355 (RM_*): Define new enum constants.
1356 * read.c (read_makefile): Second arg is FLAGS instead of TYPE.
1357 Treat it as a bit mask containing RM_*.
1358 (read_all_makefiles): For default makefiles, set D->changed to
1359 RM_DONTCARE instead of 1.
1360 * main.c: Don't declare read_all_makefiles here.
1361 (main): Check `changed' member of read_makefiles elts for RM_*
1362 flags instead of specific integer values.
1364 Mon Jul 12 22:42:17 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1366 * make.h [sequent && i386]: #undef POSIX. From trost@cse.ogi.edu.
1368 Thu Jul 8 19:51:23 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1370 * vpath.c (construct_vpath_list): If ELEM is zero 0, free PATTERN
1372 (build_vpath_lists): Empty `vpaths' around construct_vpath_list
1373 call for $(VPATH). Expand $(strip $(VPATH)), not just $(VPATH).
1375 * rule.c (convert_suffix_rule): Use alloca instead of xmalloc for
1376 PERCENTS, whose storage is not consumed by create_pattern_rule.
1378 * make.h [__mips && _SYSTYPE_SVR3]: #undef POSIX.
1380 Wed Jun 30 18:11:40 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1384 * rule.c (max_pattern_targets): New variable.
1385 (count_implicit_rule_limits): Compute its value.
1386 * rule.h: Declare it.
1387 * implicit.c (pattern_search): Make TRYRULES max_target_patterns
1388 times bigger. Move adding new TRYRULES elt inside the inner
1389 targets loop, so each matching target gets its own elt in MATCHES
1390 and CHECKED_LASTSLASH.
1392 * file.c (remove_intermediates): If SIG!=0 say `intermediate file'
1393 instead of just `file' in error msg.
1395 Fri Jun 25 14:55:15 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1397 * job.c (construct_command_argv): Turn off
1398 --warn-undefined-variables around expansion of SHELL and IFS.
1399 * read.c (tilde_expand): Likewise for HOME.
1400 (read_all_makefiles): Likewise for MAKEFILES.
1401 * vpath.c (build_vpath_lists): Likewise for VPATH.
1403 * main.c (warn_undefined_variables_flag): New flag variable.
1404 (switches): Add --warn-undefined-variables.
1405 * make.h (warn_undefined_variables_flag): Declare it.
1406 * expand.c (warn_undefined): New function.
1407 (reference_variable): Call it if the variable is undefined.
1408 (variable_expand): In substitution ref, call warn_undefined if the
1409 variable is undefined.
1411 * default.c (default_pattern_rules): Add `%.c: %.w %.ch' and
1412 `%.tex: %.w %.ch' rules.
1413 (default_suffix_rules: .w.c, .w.tex): Pass three args: $< - $@.
1414 (default_suffixes): Add `.ch'.
1416 Mon Jun 21 17:55:39 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1418 * default.c (default_suffixes): Replace `.cweb' with `.w'.
1419 (default_suffix_rules): Rename `.cweb.c' and `.cweb.tex' to `.w.c'
1422 Fri Jun 11 14:42:09 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1424 * compatMakefile ($(bindir)/$(instname)): Add missing backslash.
1426 Thu Jun 10 18:14:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1430 * read.c (multi_glob): Don't free OLD and OLD->name in the
1431 FOUND!=0 fork. Use new block-local variable F instead of
1434 * ar.c (glob_pattern_p): New function, snarfed from glob/glob.c.
1435 (ar_glob): Call it; return nil immediately if MEMBER_PATTERN
1436 contains no metacharacters.
1438 Wed Jun 9 16:25:35 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1440 * ar.c (ar_glob{_match,_alphacompare}): New function.
1442 * dep.h [! NO_ARCHIVES]: Declare it.
1443 * read.c (multi_glob) [! NO_ARCHIVES]: Use it on archive member elts.
1445 * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1446 multi_glob (which doesn't take a 3rd arg).
1447 * rule.c (install_pattern_rule): Likewise.
1448 * default.c (set_default_suffixes): Here too.
1449 * function.c (string_glob): Don't pass gratuitous arg to multi_glob.
1451 * read.c (parse_file_seq) [! NO_ARCHIVES]: Add post-processing
1452 loop to translate archive refs "lib(a b)" into "lib(a) lib(b)".
1454 Mon Jun 7 19:26:51 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1456 * compatMakefile (installdirs): Actually pass directory names.
1457 ($(bindir)/$(instname)): Test chgrp&&chmod exit status with `if';
1458 if it fails, echo a warning msg, but don't make the rule fail.
1460 * read.c (tilde_expand): New function, broken out of tilde_expand.
1461 (multi_glob): Call it.
1462 (construct_include_path): Expand ~ in directory names.
1463 * dep.h: Declare tilde_expand.
1464 * main.c (enter_command_line_file): Expand ~ at the start of NAME.
1465 (main): Expand ~ in -C args.
1466 * read.c (read_makefile): Expand ~ in FILENAME unless TYPE==2.
1468 Fri Jun 4 13:34:47 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1470 * main.c (decode_env_switches): Use xmalloc instead of alloca for ARGS.
1472 * main.c (main): Put result of alloca in temporary variable with
1473 simple assignment, to make SGI compiler happy.
1475 Thu Jun 3 20:15:46 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1479 * main.c (main): Before re-execing, remove intermediate files, and
1480 print the data base under -p. Sexier debugging message.
1482 * implicit.c (pattern_search): Allocate an extra copy of the name
1483 of a winning intermediate file when putting it in FOUND_FILES.
1485 Wed Jun 2 16:38:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1487 * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1488 multi_glob (which doesn't take a 3rd arg).
1490 * dir.c (dir_contents_file_exists_p): When reading dirents, ignore
1491 chars within D_NAMLEN that are NULs.
1493 * main.c (decode_switches): Don't savestring ARGV[0] to put it
1495 For string switch, don't savestring `optarg'.
1496 (main): Don't free elts of makefiles->list that are "-".
1497 Use alloca'd rather than savestring'd storage for elts of
1498 makefiles->list that are temporary file names.
1499 * read.c (read_all_makefiles): Don't free *MAKEFILES.
1500 * file.c (enter_file): Don't strip `./'s.
1501 * main.c (enter_command_line_file): New function.
1502 (main): Use it in place of enter_file for command-line goals from
1503 other_files, and for old_files and new_files.
1505 Mon May 31 18:41:40 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1509 * compatMakefile (.SUFFIXES): Add .info.
1510 ($(infodir)/$(instname).info): Find make.info* in cwd if there,
1511 else in $srcdir. Use basename to remove dir name from installed name.
1513 Thu May 27 17:35:02 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1515 * implicit.c (pattern_search): When interning FOUND_FILES, try
1516 lookup_file first; if found, free the storage for our copy of the name.
1518 Wed May 26 14:31:20 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1522 * main.c (decode_switches): In usage msg, write `--switch=ARG' or
1523 `--switch[=OPTARG]' rather than `--switch ARG' or `--switch [ARG]'.
1525 Mon May 24 16:17:31 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1527 * rule.c (convert_suffix_rule): New function.
1528 (convert_to_pattern): Use it instead of doing all the work here
1530 For target suffix `.a', generate both the archive magic rule and
1533 * compatMakefile (distclean): Remove stamp-config.
1535 Sat May 22 16:15:18 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1539 * file.c (remove_intermediates): Don't write extra space after `rm'.
1541 * main.c (struct command_switch.type): Remove `usage_and_exit'.
1542 (print_usage_flag): New variable.
1543 (switches: --help): Make type `flag', to set print_usage_flag.
1544 (init_switches): Remove `usage_and_exit' case.
1545 (decode_switches): Likewise.
1546 (decode_switches): Print usage if print_usage_flag is set.
1547 When printing usage, die with status of BAD.
1548 (main): Die with 0 if print_version_flag.
1550 Fri May 21 16:09:28 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1554 Wed May 19 21:30:44 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1556 * compatMakefile (installdirs): New target.
1557 (install): Depend on it.
1559 Sun May 16 20:15:07 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1563 Fri May 14 16:40:09 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1565 * vpath.c (construct_vpath_list): In removal loop for DIRPATH==0,
1566 set LASTPATH to PATH, not NEXT.
1568 * dir.c (read_dirstream): Break out of loop after incrementing
1569 DS->buckets such that it reaches DIRFILE_BUCKETS; avoid trying to
1570 dereference DS->contents->files[DIRFILE_BUCKETS].
1572 * read.c (read_makefile): Clear no_targets after reading a
1573 targetful rule line.
1575 * main.c (main): If print_version_flag is set, exit after printing
1577 (switches): Change --version docstring to say it exits.
1579 * make.h [butterfly]: #undef POSIX.
1581 Wed May 12 15:20:21 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1585 * arscan.c (ar_scan) [! AIAMAG]: Don't declare LONG_NAME.
1586 [AIAMAG]: Pass TRUNCATE flag arg to (*FUNCTION), always zero.
1588 * function.c (handle_function): Use fatal instead of
1589 makefile_fatal when reading_filename is nil.
1591 * configure.in: Add AC_GETGROUPS_T.
1592 * job.c (search_path): Use GETGROUPS_T in place of gid_t.
1594 Sun May 9 15:41:25 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1598 Fri May 7 18:34:56 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1600 * function.c (handle_function): Fatal for unmatched paren.
1602 Thu May 6 16:13:41 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1606 * commands.c (handling_fatal_signal): New variable.
1607 (fatal_error_signal): Set it.
1608 * job.c (reap_children): Avoid nonreentrant operations if that is set.
1609 * make.h: Declare handling_fatal_signal.
1611 * expand.c (reference_variable): New function, snippet of code
1612 broken out of simple-reference case of variable_expand.
1613 (variable_expand): Use it for simple refs.
1614 (variable_expand): When checking for a computed variable name,
1615 notice a colon that comes before the final CLOSEPAREN. Expand
1616 only up to the colon, and then replace the pending text with a
1617 copy containing the expanded name and fall through to subst ref
1619 (variable_expand): Don't bother expanding the name if a colon
1620 appears before the first $.
1621 (expand_argument): Use alloca instead of savestring.
1622 (variable_expand): For subst ref, expand both sides of = before
1623 passing to [pat]subst_expand. Use find_percent instead of lindex
1624 to check the lhs for a %.
1626 Wed May 5 14:45:52 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1630 Mon May 3 17:00:32 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1632 * arscan.c (ar_name_equal) [AIAMAG]: Abort if TRUNCATED is nonzero.
1634 * read.c (read_makefile): Pass extra arg of 1 to parse_file_seq,
1637 Thu Apr 29 19:47:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1641 * arscan.c (ar_scan): New local flag var LONG_NAME. Set it when
1642 we read the member name in any of the fashions that allow it to be
1643 arbitrarily long. Pass its negation to FUNCTION.
1644 (describe_member): Take TRUNCATED from ar_scan and print it.
1645 (ar_name_equal): Take new arg TRUNCATED; if nonzero, compare only
1646 the first sizeof (struct ar_hdr.ar_name) chars.
1647 (ar_member_pos): Take TRUNCATED from ar_scan, pass to ar_name_equal.
1648 * ar.c (ar_member_date_1): Likewise.
1650 Wed Apr 28 21:18:22 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1652 * job.c (reap_children): Before calling start_job_command to start
1653 the next command line, reset C->remote by calling start_remote_job_p.
1655 Mon Apr 26 15:56:15 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1657 * arscan.c (ar_scan): New local var NAMEMAP.
1658 In loop, rename NAME to NAMEBUF; new var NAME is a pointer; new
1659 flag IS_NAMEMAP. When extracting the member name, always put a
1660 null at its end first. If the name is "//" or "/ARFILENAMES", set
1661 IS_NAMEMAP. If we have already read in NAMEMAP, and NAME looks
1662 like " /N", get full name from NAMEMAP+N.
1663 Else if NAME looks like "#1/N", read N chars from the
1664 elt data to be the full name. At end of loop, if IS_NAMEMAP, read
1665 the elt's data into alloca'd NAMEMAP.
1666 (ar_name_equal): #if 0 truncating code.
1668 * make.h: Don't declare vfork at all. It returns int anyway,
1669 unless <unistd.h> declared it; and we conflicted with some systems.
1671 * main.c (define_makeflags): If FLAGSTRING[1] is '-', define
1672 MAKEFLAGS to all of FLAGSTRING, not &FLAGSTRING[1]. Don't want to
1673 define it to something like "-no-print-directory".
1674 Use %g format instead of %f for floating-valued things.
1676 Thu Apr 22 18:40:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1678 * GNUmakefile (Makefile.in): Use a substitution ref on nolib-deps
1679 to change remote-%.dep to remote-stub.dep.
1681 Wed Apr 21 15:17:54 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1685 Fri Apr 16 14:22:22 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1687 * compatMakefile (install): Remove - prefix from chgrp+chmod.
1691 Thu Apr 15 18:24:07 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1693 * acconfig.h: New file; contains "#undef SCCS_GET" for autoheader.
1694 * configure.in: If /usr/sccs/get exists, define SCCS_GET to that,
1696 * default.c (default_variables): Set GET to macro SCCS_GET.
1698 * read.c (parse_file_seq): Take extra arg STRIP; strip `./' only
1699 if nonzero. I hope this is the last time this argument is added
1701 (read_makefile): Pass it 1 when parsing include file names.
1702 Pass it 1 when parsing target file names.
1703 Pass it 1 when parsing static pattern target pattern names.
1704 * rule.c (install_pattern_rule): Pass it 1 when parsing rule deps.
1705 * default.c (set_default_suffixes): Pass it 1 when parsing
1707 * function.c (string_glob): Pass it 0 here.
1709 Wed Apr 14 11:32:05 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1711 * misc.c (log_access): New function.
1712 ({init,user,make,child}_access): Call it.
1713 (child_access): Abort if !access_inited.
1715 * main.c (switches: --no-print-directory): Use 1 instead of -1 for
1716 single-letter option.
1717 (init_switches, decode_switches, define_makeflags): An option with
1718 no single-letter version is no longer indicated by a value of -1;
1719 instead a value that is !isalnum.
1720 (init_switches): Don't put such switches into the string, only
1721 into the long_option table.
1723 * make.h [!NSIG] [!_NSIG]: #define NSIG 32.
1725 * job.c [HAVE_WAITPID]: Remove #undef HAVE_UNION_WAIT. AIX's
1726 bsdcc defined WIF* to use union wait.
1728 * main.c (struct command_switch): Change member `c' to type int.
1729 (switches): Make const.
1730 (decode_switches): Use `const struct command_switch *'.
1731 (define_makeflags): Likewise.
1733 * default.c (default_suffix_rules): Add `-o $@' to makeinfo rules.
1735 Mon Apr 12 12:30:04 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1739 * configure.in (AC_HAVE_HEADERS): Check for string.h and memory.h.
1740 Removed AC_MEMORY_H.
1741 * make.h [USG, NeXT]: Don't test these.
1742 [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
1743 [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
1744 [! ANSI_STRING]: Put decls of bcopy et al here.
1745 [sparc]: Don't test this for alloca.h; HAVE_ALLOCA_H is sufficient.
1746 [HAVE_SIGSETMASK]: Test this rather than USG.
1747 [__GNU_LIBRARY__ || POSIX]: Don't #include <unistd.h> again.
1748 * main.c (main): Handle SIGCHLD if defined, and SIGCLD if defined.
1749 It doesn't hurt to do both if they are both defined, and testing
1751 * dir.c: Rationalize directory header conditionals.
1752 * arscan.c [HAVE_FCNTL_H]: Test this rather than USG || POSIX.
1754 * default.c (default_suffixes): Add `.txinfo'.
1755 (default_suffix_rules): Add `.txinfo.info' and `.txinfo.dvi' rules.
1757 * variable.c (try_variable_definition): Replace RECURSIVE flag
1758 with enum FLAVOR, which can be simple, recursive, or append.
1759 Recognize += as append flavor. Set new variable VALUE in a switch
1760 on FLAVOR. For append flavor, prepend the variable's old value.
1761 If the variable was previously defined recursive, set FLAVOR to
1762 recursive; if it was defined simple, expand the new value before
1763 appending it to the old value. Pass RECURSIVE flag to
1764 define_variable iff FLAVOR == recursive.
1766 * variable.c (try_variable_definition): Use alloca and bcopy for
1767 NAME, instead of savestring. Might as well use stack storage
1768 since we free it immediately anyway.
1770 Thu Apr 8 18:04:43 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1772 * job.c (start_waiting_jobs): Move decl of JOB outside of loop.
1774 * main.c (define_makeflags): Rename `struct flag' member `switch'
1775 to `cs', which is not a reserved word.
1777 Wed Apr 7 15:30:51 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1779 * job.c (new_job): Call start_waiting_jobs first thing.
1780 (start_waiting_job): Changed return type from void to int.
1781 Return 0 when putting the child on the waiting_jobs chain.
1782 (start_waiting_jobs): Don't check load and job_slots here.
1783 Always take a job off the chain and call start_waiting_job on it;
1784 give up and return when start_waiting_job returns zero.
1786 * main.c (define_makeflags: struct flag): Change member `char c' to
1787 `struct command_switch *switch'.
1788 (ADD_FLAG): Set that to CS instead of CS->c.
1789 If CS->c is -1, increment FLAGSLEN for the long name.
1790 When writing out FLAGS, handle FLAGS->switch->c == -1 and write
1791 the long name instead.
1793 * compatMakefile (stamp-config): New target of old config.h rule.
1794 Touch stamp-config after running config.status.
1795 (config.h): Just depend on stamp-config, and have empty commands.
1797 Mon Apr 5 20:14:02 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1799 * job.c [HAVE_WAITPID]: #undef HAVE_UNION_WAIT.
1801 * configure.in (AC_HAVE_FUNCS): Check for psignal.
1803 Fri Apr 2 17:15:46 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1805 * main.c (long_option_aliases): Remove "new"; it is already an
1806 unambiguous prefix of "new-file".
1808 Sun Mar 28 16:57:17 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1812 Wed Mar 24 14:26:19 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1814 * vpath.c (selective_vpath_search): When adding the
1815 name-within-directory at the end of NAME, and we don't add a
1816 slash, don't copy FILENAME in one char too far into NAME.
1818 * variable.c (define_automatic_variables): Find default_shell's
1819 length with strlen, not numerology.
1821 Wed Mar 17 20:02:27 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1823 * main.c (define_makeflags): Add the elts of a string option in
1824 reverse order, so they come out right when reversed again.
1826 Fri Mar 12 15:38:45 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1828 * compatMakefile (make.info): Use `-o make.info'.
1830 Thu Mar 11 14:13:00 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1832 * compatMakefile (REMOTE): Set to @REMOTE@; change comments to
1834 (objs): Replace remote.o with remote-$(REMOTE).o.
1835 (srcs): Replace remote.c with remote-$(REMOTE).c.
1836 (remote.o): Rule removed.
1838 * configure.in (REMOTE): Subst this in Makefile et al; default "stub".
1839 Use AC_WITH to grok --with-customs arg to set REMOTE=cstms.
1840 * GNUmakefile (build.sh.in): Filter out remote-% from objs list.
1841 * build.template (REMOTE): New var; set to @REMOTE@.
1842 (objs): Add remote-${REMOTE}.o.
1844 Wed Mar 10 15:12:24 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1848 * implicit.c (pattern_search): Fix "dependent"->"dependency" in
1849 "Rejecting impossible" -d msg.
1851 * file.c (file_hash_enter): New local vars {OLD,NEW}BUCKET. Store
1852 mod'd values there; never mod {OLD,NEW}HASH.
1854 Mon Mar 8 13:32:48 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1856 * remake.c [eta10]: Include <fcntl.h> instead of <sys/file.h>.
1858 * compatMakefile (VPATH): Set this to @srcdir@.
1859 (srcdir): Set this to $(VPATH).
1861 * main.c (main): New local var DIRECTORY_BEFORE_CHDIR. Save in it
1862 a copy of CURRENT_DIRECTORY after the first getcwd. Use it
1863 instead of CURRENT_DIRECTORY when chdir'ing back before re-execing.
1865 * remake.c (notice_finished_file): Pass missing SEARCH arg to f_mtime.
1867 * read.c (read_makefile): Remove extraneous arg to parse_file_seq.
1869 Mon Feb 22 14:19:38 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1871 * compatMakefile ($(infodir)/$(instname).info): Use , instead of /
1872 as the sed delimiter char.
1874 Sun Feb 21 14:11:04 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1878 * rule.h (struct rule): Removed `subdir' member.
1879 * rule.c (new_pattern_rule): No need to clear it.
1880 (count_implicit_rule_limits): Set the `changed' flag in each dep
1881 that refers to a nonexistent directory. No longer set rule-global
1882 `subdir' flag with that information.
1883 (print_rule_data_base): Don't record info on `subdir' flags.
1885 * implicit.c (pattern_search): Check the DEP->changed flag rather
1886 than the (now gone) RULE->subdir flag. Also test CHECK_LASTSLASH;
1887 if it is set, the file might exist even though the DEP->changed
1890 * rule.c (count_implicit_rule_limits): Pass "", not ".", as file
1891 name arg to dir_file_exists_p to check for existence of directory.
1893 * implicit.c (pattern_search): Inside dep-finding loop, set
1894 CHECK_LASTSLASH from the value recorded in CHECKED_LASTSLASH[I],
1895 rather than computing it anew.
1897 * commands.c (set_file_variables): Must alloca space for PERCENT
1898 and copy it, to avoid leaving the trailing `)' in the value.
1900 * misc.c (remove_comments): Fixed backslash-checking loop
1901 condition to allow it to look at the first char on the line.
1902 P2 >= LINE, not P2 > LINE.
1904 * compatMakefile ($(bindir)/$(instname)): Before moving $@.new to
1905 $@, rm $@.old and mv $@ to $@.old.
1907 * variable.c (try_variable_definition): Take new args FILENAME and
1908 LINENO. Fatal if the variable name is empty.
1909 * read.c (read_makefile): Change callers.
1910 * main.c (main): Likewise.
1912 * compatMakefile (group): Define to @KMEM_GROUP@, autoconf magic
1913 that configure will replace with the group owning /dev/kmem.
1915 Mon Feb 8 14:26:43 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1917 * vpath.c (vpath_search): Take second arg MTIME_PTR, pass thru to
1918 selective_vpath_search.
1919 (selective_vpath_search): Take second arg MTIME_PTR.
1920 If the dir cache thinks a file exists, stat it to make sure, and
1921 put the modtime in *MTIME_PTR.
1922 * remake.c (library_search): Take second arg MTIME_PTR.
1923 When we find a match, record its mtime there.
1924 Pass MTIME_PTR through to vpath_search to do same.
1925 (f_mtime): Pass &MTIME as new 2nd arg to {vpath,library}_search;
1926 store it in FILE->last_mtime if set nonzero.
1927 * implicit.c (pattern_search): Pass nil 2nd arg to vpath_search.
1929 * compatMakefile (remote.o): Prepend `$(srcdir)/' to `remote-*.c',
1930 so globbing looks somewhere it will find things.
1932 * compatMakefile ($(infodir)/$(instname).info): Install `make.info*'
1933 not `$(srcdir)/make.info*'; no need to use basename.
1935 Fri Feb 5 12:52:43 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1939 * compatMakefile (install): Add missing ;\s.
1941 Make -, @, and + prefixes on a pre-expanded command line affect
1942 all lines in the expansion, not just the first.
1943 * commands.h (struct commands): Replace `lines_recurse' member
1945 (COMMANDS_{RECURSE,SILENT,NOERROR}): New macros, bits to set in
1947 * commands.c (chop_commands): Set `lines_flags' instead of
1948 `lines_recurse'. Record not only + but also @ and - prefixes.
1949 * remake.c (notice_finished_file): Check the COMMANDS_RECURSE bit
1950 in FILE->cmds->lines_flags, rather than FILE->cmds->lines_recurse.
1951 * job.c (start_job_command): Replaced RECURSIVE and NOPRINT local
1952 var with FLAGS; initialize it to the appropriate `lines_flags' byte.
1953 Set CHILD->noerror if the COMMANDS_NOERROR bit is set in FLAGS.
1954 Set the COMMANDS_SILENT bit in FLAGS for a @ prefix.
1956 * remake.c (update_goal_chain): Set G->file to its prev after
1957 checking for G being finished, since that check needs to examine
1960 * configure.in (union wait check) [HAVE_WAITPID]: Try using
1961 waitpid with a `union wait' STATUS arg. If waitpid and union wait
1962 don't work together, we should not use union wait.
1966 * remake.c (update_goal_chain): When G->file->updated, move
1967 G->file to its prev. We aren't finished until G->file is nil.
1969 Thu Feb 4 12:53:04 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1971 * main.c (starting_directory): New global variable.
1972 (main): Set it to cwd after doing -Cs.
1973 (log_working_directory): Use it, rather than computing each time.
1974 * make.h: Declare it.
1976 * compatMakefile (SHELL): Define to /bin/sh for losing Unix makes.
1978 * main.c (decode_env_switches): Allocate (1 + LEN + 1) words for
1979 ARGV, rather than LEN words plus one byte.
1981 Wed Feb 3 18:13:52 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1983 * compatMakefile ($(bindir)/$(instname)): Put - before
1984 install_setgid command line, so its failure won't be an error.
1985 (infodir): New variable.
1986 (install): Depend on $(infodir)/$(instname).info.
1987 ($(infodir)/$(instname).info): New target.
1989 * read.c (read_makefile): If FILENAMES is nil when we see a line
1990 starting with a tab, don't treat it as a command. Just fall
1991 through, rather than giving an error.
1993 * read.c (read_makefile): If the NO_TARGETS flag is set when we see a
1994 command line, don't clear it before continuing. We want
1995 subsequent command lines to be ignored as well.
1997 * job.c (new_job): Before expanding each command line, collapse
1998 backslash-newline combinations that are inside var or fn references.
2000 Mon Feb 1 16:00:13 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2002 * compatMakefile (exec_prefix): Default to $(prefix), not /usr/local.
2004 * compatMakefile (make.info): Pass -I$(srcdir) to makeinfo.
2006 * job.c [POSIX] (unblock_sigs): Made global.
2007 [!POSIX] (unblock_sigs): Move defns to job.h.
2008 * job.h [POSIX] (unblock_sigs): Declare.
2010 Sun Jan 31 19:11:05 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2012 * read.c (read_makefile): In vpath parsing, after finding the
2013 pattern token, take entire rest of line as the search path, not
2014 just the next token.
2016 * compatMakefile (remote.o): Depend on remote-*.c.
2018 Thu Jan 28 16:40:29 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2020 * commands.c (set_file_variables): Don't define any F or D versions.
2021 * variable.c (define_automatic_variables): Define them here as
2022 recursively-expanded variables that use the dir and notdir funcs.
2024 * variable.c (target_environment): In v_default case, don't export
2025 o_default or o_automatic variables.
2027 * configure.in (union wait check): Remove ` and ' inside C code;
2028 they confuse the shell script.
2030 Mon Jan 25 13:10:42 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2034 * vpath.c (construct_vpath_list): When skipping further processing
2035 of an elt that is ".", don't also skip the code that pushes P past
2038 * compatMakefile (distclean): Don't remove make-*.
2040 * configure.in (HAVE_UNION_WAIT): Try to use WEXITSTATUS if it's
2041 defined. If one cannot use WEXITSTATUS with a `union wait'
2042 argument, we don't want to believe the system has `union wait' at all.
2044 * remake.c (update_file): Do nothing to print "up to date" msgs.
2045 (update_goal_chain): Do it here instead.
2046 Use the `changed' flag of each goal's `struct dep' to keep track
2047 of whether files_remade (now commands_started) changed around a
2048 call to update_file for that goal.
2049 When a goal is finished, and its file's update_status is zero (i.e.,
2050 success or nothing done), test the `changed' flag and give an "up
2051 to date" msg iff it is clear.
2052 * make.h (files_remade): Renamed to commands_started.
2053 * remake.c: Changed defn.
2054 (update_goal_chain): Changed uses.
2055 * job.c (start_job_command): Increment commands_started here.
2056 (reap_children): Not here.
2058 * remake.c (update_goal_chain): Don't do anything with files'
2059 `prev' members. update_file now completely handles this.
2061 * variable.c (target_environment): Don't expand recursive
2062 variables if they came from the environment.
2064 * main.c (define_makeflags): For flags with omitted optional args,
2065 store {"", 0} with ADD_FLAG. When constructing FLAGSTRING, a flag
2066 so stored cannot have more flags appended to the same word.
2068 Fri Jan 22 14:46:16 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2070 * variable.c (print_variable_set): In vars/bucket calculation,
2071 don't spuriously multiply by 100.
2075 * job.c [!HAVE_UNION_WAIT] (WTERMSIG, WCOREDUMP, WEXITSTATUS):
2076 Don't define if already defined.
2078 * remake.c (update_file): Don't keep track of the command_state before
2079 calling update_file_1. Remove local variable COMMANDS_FINISHED,
2080 and don't test it to decide to print the "is up to date" msg.
2081 Testing for files_remade having changed should always be sufficient.
2082 The old method lost when we are called in the goal chain run on a
2083 makefile, because the makefile's command_state is already
2084 `cs_finished' from the makefile chain run.
2086 * misc.c [HAVE_SETRE[GU]ID]: Test these to decl setre[gu]id.
2088 * configure.in: Rewrote wait checking.
2089 Use AC_HAVE_HEADERS to check for <sys/wait.h>.
2090 Use AC_HAVE_FUNCS to check for waitpid and wait3.
2091 Use a compile check to test just for `union wait'.
2092 * job.c: Rewrote conditionals accordingly.
2093 [HAVE_WAITPID]: Test this only to define WAIT_NOHANG.
2094 [HAVE_WAIT3]: Likewise.
2095 [HAVE_UNION_WAIT]: Test this to define WAIT_T and W*.
2097 * configure.in: Set CFLAGS and LDFLAGS before all checks.
2099 * dir.c: Add static forward decls of {open,read}_dirstream.
2101 Thu Jan 21 17:18:00 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2105 * job.c [NGROUPS_MAX && NGROUPS_MAX==0]: #undef NGROUPS_MAX.
2107 * compatMakefile (CFLAGS, LDFLAGS): Set to @CFLAGS@/@LDFLAGS@.
2108 * build.template (CFLAGS, LDFLAGS): Same here.
2109 * configure.in: AC_SUBST(CFLAGS) and LDFLAGS.
2110 Set them to -g if not defined in the environment.
2112 * remake.c (library_search): Use LIBNAME consistently, setting it
2113 only once, to be the passed name sans `-l'.
2114 Pass new var FILE to be modified by vpath_search.
2116 Mon Jan 18 14:53:54 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2120 * job.c (start_waiting_jobs): Return when job_slots_used is equal to
2123 * configure.in: Add AC_CONST for the sake of getopt.
2125 * read.c (read_makefile): Continue after parsing `override'
2126 directive, rather than falling through to lossage.
2127 Check for EOL or blank after "override define".
2129 * compatMakefile (.c.o, remote.o): Put $(CFLAGS) after other switches.
2131 Fri Jan 15 12:52:52 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2135 * main.c (define_makeflags): After writing everything into
2136 FLAGSTRING, only back up two chars if [-1] is a dash, meaning we
2137 just wrote " -". Always terminate the string at *P.
2139 * remake.c (library_search): When constructing names in std dirs,
2140 use &(*LIB)[2] for the stem, not LIBNAME (which points at the
2141 buffer we are writing into!).
2143 Thu Jan 14 13:50:06 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2145 * read.c (read_makefile): Set IN_IGNORED_DEFINE for "override
2146 define" when IGNORING is true.
2148 * compatMakefile (distclean): Remove config.status and build.sh.
2150 Wed Jan 13 16:01:12 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2154 * misc.c (xmalloc, xrealloc): Cast result of malloc/realloc to
2157 * arscan.c (ar_scan) [AIAMAG]: Cast read arg to (char *).
2159 * variable.c (define_automatic_variables): Override SHELL value for
2160 origin o_env_override as well as o_env.
2162 * GNUmakefile (build.sh.in): Don't replace %globobjs%. Instead,
2163 add the names of the glob objects (w/subdir) to %objs%.
2164 * build.template (globobjs): Removed.
2165 Take basename of $objs before linking.
2167 Tue Jan 12 12:31:06 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2171 * configure.in (AC_OUTPUT): Also edit build.sh.
2172 * build.template: New file.
2173 * GNUmakefile (build.sh.in): New rule to create it from build.template.
2174 (make-$(version).tar.Z): Depend on build.sh.in.
2176 * main.c (die): Call print_data_base if -p.
2177 (main): Don't call it here.
2179 * compatMakefile (defines): Add @DEFS@. configure should turn this
2180 into -DHAVE_CONFIG_H.
2182 Mon Jan 11 14:39:23 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2186 * misc.c (init_access): Surround with #ifdef GETLOADAVG_PRIVILEGED.
2187 ({make,user,child}_access) [! GETLOADAVG_PRIVILEGED]: Make no-op.
2188 * compatMakefile (install_setgid): New var, set by configure.
2189 (install): Install setgid $(group) only if $(install_setgid) is true.
2191 Fri Jan 8 15:31:55 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2193 * job.c (load_too_high): If getloadavg fails with errno==0, give a
2194 message saying that load limits are not supported.
2196 * vpath.c (construct_vpath_list): Rewrote path deletion code to
2197 not try to use PATH's next link after freeing PATH.
2199 * main.c (define_makeflags): Rewritten; now handles string-valued
2200 option, and has no arbitrary limits.
2201 (switches): Set `toenv' flag for -I and -v.
2203 * main.c (decode_env_switches): Cast return value of alloca to char *.
2205 * misc.c (child_access) [HAVE_SETREUID, HAVE_SETREGID]: Use
2206 setre[gu]id in place of set[gu]id.
2208 Wed Jan 6 15:06:12 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2210 * main.c (main): Define MAKEOVERRIDES, MAKE, and MAKE_COMMAND with
2213 * make.h [POSIX]: Don't test this to use ANSI_STRING.
2214 Testing STDC_HEADERS should be sufficient.
2216 * job.h: Declare start_waiting_jobs.
2218 * read.c (read_makefile): Add missing parens in if stmt that find
2219 conditional directives.
2221 * main.c (main): Declare init_dir.
2222 * implicit.c (pattern_search): Always use two % specs in a
2223 DEBUGP2, and always pass two non-nil args.
2224 Cast field width args to int.
2225 Add missing parens in !RULE->subdir if stmt.
2226 * function.c (expand_function, patsubst_expand): Add parens around
2227 assignments inside `while' stmts.
2228 * commands.c (print_commands): Cast field width args to int.
2230 * read.c (do_define): Cast return value of alloca to (char *).
2232 * main.c (init_switches): New function, broken out of decode_switches.
2233 (decode_switches): Take new arg ENV. If set, ignore non-option
2234 args; print no error msgs; ignore options with clear `env' flags.
2235 (decode_env_switches): Rewritten to chop envar value into words
2236 and pass them to decode_switches.
2237 (switches): Set `env' flag for -I and -v.
2239 * dir.c (init_dir): Cast free to __glob_closedir_hook's type.
2241 Tue Jan 5 14:52:15 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2245 * job.c [HAVE_SYS_WAIT || !USG]: Don't #include <sys/time.h> and
2246 <sys/resource.h>. <sys/time.h> interacts badly with <time.h>, and
2247 we don't need these anyway.
2249 * configure.in (AC_HAVE_FUNCS): Check for setre[gu]id.
2250 * misc.c ({user,make}_access): Test #ifndef HAVE_SETRE[GU]ID, not
2251 #ifdef POSIX || USG. SunOS 4.1 is supposedly POSIX.1 compliant,
2252 but its set[gu]id functions aren't; its setre[gu]id functions work.
2254 * misc.c ({user,make,child}_access): Give name of caller in error msgs.
2256 * job.c (load_too_high): Say "cannot enforce load limit" in error msg.
2258 * configure.in: Call AC_PROG_CC.
2259 * compatMakefile (CC): Define to @CC@ (autoconf magic).
2261 * compatMakefile: Add .NOEXPORT magic target.
2263 Mon Jan 4 17:00:03 1993 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2265 * main.c (print_version): Updated copyright to include 93.
2267 Thu Dec 31 12:26:15 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2269 * make.h [_AIX]: Don't declare alloca.
2271 Tue Dec 29 13:45:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2275 * compatMakefile (objs): Add signame.o.
2276 (srcs): Add signame.[ch].
2278 * compatMakefile (srcs): Add config.h.in.
2279 (remote.o): Add -I. before -I$(srcdir).
2281 Mon Dec 28 15:51:26 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2285 * read.c (readline): Fatal when LEN==0, indicating a line starting
2287 (readline): Take new arg LINENO, for use in error msg.
2288 (read_makefile, do_define): Pass it.
2290 * compatMakefile (glob/libglob.a): Pass -DHAVE_CONFIG_H in CPPFLAGS.
2291 (.c.o): Add -I. before -I$(srcdir).
2293 Wed Dec 23 12:12:04 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2295 * read.c (read_makefile): Accept and ignore a rule with no targets.
2297 * compatMakefile (ALLOCA_SRC): New variable.
2298 (srcs): Include its value.
2300 * read.c (struct conditional): Renamed member `max_ignoring' to
2301 `allocated'; added new member `seen_else'.
2302 (conditional_line): Initialize seen_else flag when starting an `if...';
2303 set it when we see an `else'; fatal if set when we see `else'.
2304 (read_makefile): Fatal "missing `endif'" if there are any pending
2305 conditionals, not just if we are still ignoring.
2307 Tue Dec 22 15:36:28 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2309 * compatMakefile (manext): Set to 1, not l.
2310 ($(mandir)/$(instname).$(manext)): Use $(srcdir) for make.man in cmds.
2312 * file.c (file_hash_enter): Don't call uniquize_deps here.
2313 * read.c (record_files): Likewise.
2314 * implicit.c (pattern_search): Likewise.
2315 * commands.c (set_file_variables): Call it only here.
2317 * default.c (default_variables) [__convex__]: FC=fc.
2319 * variable.c (target_environment): Expand the values of recursively
2320 expanded variables when putting them into the environment.
2321 * expand.c (recursively_expand): Made global.
2322 * make.h (recursively_expand): Declare it.
2324 * remake.c (check_dep): Set FILE->command_state to cs_deps_running
2325 when a dep's command_state is cs_running or cs_deps_running.
2327 * read.c (read_makefile): Changed error msg for spurious cmds to
2328 not say "first target".
2330 Sun Dec 20 17:56:09 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
2332 * configure.in: Do AC_CONFIG_HEADER right after AC_INIT.
2333 * make.h (HAVE_CONFIG_H): #include "config.h", then #define this.
2334 * compatMakefile (config.h, configure, config.h.in): New rules.
2335 (defines): Removed @DEFS@.
2337 Thu Dec 17 16:11:40 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2339 * compatMakefile (realclean): Just depend on distclean; no cmds.
2340 (distclean): Do what realclean did before; also remove Makefile and
2341 config.h; don't remove configure.
2342 (info, dvi): New targets; depend on make.{info,dvi}.
2343 (doc): Removed target.
2344 (MAKEINFO, TEXI2DVI): New vars.
2345 (make.info, make.dvi): Use them instead of explicit cmds.
2347 Wed Dec 16 16:25:24 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2349 * configure.in: Added fcntl.h to AC_HAVE_HEADERS. getloadavg cares.
2351 Wed Dec 9 15:21:01 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2353 * main.c (long_option_aliases): Add --new-file alias for -W.
2355 * default.c (default_variables): Change all C++ to CXX and C++FLAGS
2358 * read.c (do_define): Expand the variable name before using it.
2360 * main.c (main): Define variable "MAKE_COMMAND" to argv[0];
2361 define "MAKE=$(MAKE_COMMAND) $(MAKEOVERRIDES)" always.
2363 * remake.c (library_search): Search for libNAME.a in cwd; look in
2364 vpath before looking in standard dirs, not after.
2365 Changed order of std dirs to: /lib, /usr/lib, ${prefix}/lib.
2367 Mon Nov 23 14:57:34 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2369 * default.c (default_pattern_rules, default_terminal_rules): Added
2370 brackets around initializers.
2372 * variable.c (try_variable_definition): Don't check for LINE[0]=='\t'.
2373 (try_variable_definition): Expand the name before defining the var.
2375 * job.c (init_siglist): Removed function.
2376 Removed decl of `sys_siglist'.
2377 * make.h [! HAVE_SYS_SIGLIST]: #include "signame.h".
2378 [HAVE_SYS_SIGLIST && !SYS_SIGLIST_DECLARED]: Declare sys_siglist
2379 only under these conditions.
2380 * main.c (main): Don't declare init_siglist.
2381 (main) [! HAVE_SYS_SIGLIST]: Call signame_init instead of init_siglist.
2383 Wed Nov 18 14:52:51 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2385 * read.c (record_files): Don't try to append to FIRSTDEPS if it's
2386 nil; instead just set it to MOREDEPS.
2388 Mon Nov 16 17:49:17 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2390 * vpath.c (construct_vpath_list): Initialize P to DIRPATH before
2391 loop that sets MAXELEM.
2393 Fri Nov 13 18:23:18 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2397 Thu Nov 12 15:45:31 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2399 * job.c (start_job_command): Under -n, increment files_remade after
2400 processing (i.e., printing) all command lines.
2402 Tue Nov 10 15:33:53 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2404 * read.c (record_files): Append new deps if this rule has no
2405 commands; prepend them to existing deps if this rule has no commands.
2407 * dir.c (open_dirstream): Return nil if DIR->contents->files is nil.
2409 * read.c (parse_file_seq): Removed last arg STRIP. Always strip `./'s.
2410 (read_makefile): Changed callers.
2411 * function.c (string_glob): Likewise.
2412 * rule.c (install_pattern_rule): Likewise.
2414 Mon Nov 9 17:50:16 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2416 * remake.c (files_remade): Made global.
2417 (notice_finished_file): Don't increment files_remade here; this
2418 function gets called in many situations where no remaking was in
2420 * job.c (reap_children): Do it here instead, when we know that
2421 actual commands have been run for the file.
2422 * make.h (files_remade): Declare it.
2424 Thu Nov 5 18:26:10 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2426 * vpath.c (construct_vpath_list): Allow blanks as well as colons to
2427 separate elts in the search path.
2429 * read.c (read_makefile): Don't fatal on extra tokens in `vpath'.
2430 The search path can contain spaces now.
2432 Tue Nov 3 20:44:32 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2434 * compatMakefile (check): New target; no-op.
2436 * file.c (file_hash_enter): Mod OLDHASH by FILE_BUCKETS after
2437 testing for OLDHASH==0 but before using the value.
2438 (rename_file): Don't mod OLDHASH by FILE_BUCKETS before passing it
2441 * file.c (rename_file): Notice when OLDFILE->cmds came from
2442 default.c, and don't try to print ->filename in that case.
2444 Sun Oct 25 01:48:23 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2446 * remake.c (update_file): Don't process F->also_make here.
2447 (notice_finished_file): Don't process FILE->also_make if no attempt
2448 to update FILE was actually made.
2449 Fixed to call f_mtime directly to refresh their modtimes.
2451 Sat Oct 24 22:08:59 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2453 * read.c (find_percent): Don't increment P again after skipping
2456 * expand.c (variable_expand): In call to patsubst_expand, don't
2457 find `%'s ourselves; let that function do it.
2459 * read.c (read_makefile: record_waiting_files): Don't call
2460 record_files if FILENAMES is nil.
2461 (read_makefile): All alternatives in the parsing, except for rule
2462 lines, fall through to the end of the loop. At the end of the
2463 loop, do record_waiting_files so we notice later spurious cmds.
2465 Fri Oct 23 15:57:37 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2467 * variable.c (define_automatic_variables): Free old value of SHELL
2468 before replacing it.
2470 Thu Oct 15 18:57:56 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2472 * compatMakefile (.c.o): Add -I$(srcdir)/glob to flags.
2474 * dir.c (open_dirstream): Cast return value to __ptr_t.
2476 * default.c (default_variables: "GET") [_IBMR2]: Use USG defn.
2478 * make.h (MAXPATHLEN): Moved out of #ifndef POSIX.
2479 (GET_PATH_MAX): Moved from #ifdef POSIX to #ifdef PATH_MAX #else.
2480 Define as (get_path_max ()).
2481 [! PATH_MAX] (NEED_GET_PATH_MAX): Define.
2482 [! PATH_MAX] (get_path_max): Declare fn.
2483 * misc.c [NEED_GET_PATH_MAX] (get_path_max): New function.
2485 Mon Oct 12 13:34:45 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2489 * job.c (sys_siglist): Only declare #ifndef SYS_SIGLIST_DECLARED.
2490 * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2491 SYS_SIGLIST_DECLARED.
2493 * dir.c (file_impossible): When initializing DIR->contents, set
2494 DIR->contents->dirstream to nil.
2496 * compatMakefile (GLOB): Define new variable.
2497 (objs): Use it, rather than glob/libglob.a explicitly.
2499 * read.c (parse_file_seq): When stripping "./", handle cases like
2500 ".///foo" and "./////".
2501 * file.c (lookup_file, enter_file): Likewise.
2503 Sun Oct 11 17:00:35 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2505 * dir.c (struct dirstream, {open,read}_dirstream): New
2506 data type and functions to read a directory sequentially.
2507 (init_dir): New function to hook it into glob.
2508 * main.c (main): Call init_dir.
2510 * compatMakefile (objs): Added glob/libglob.a.
2511 * configure.in: Remove code to test for glob.
2513 Fri Oct 9 12:08:30 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2515 * read.c (record_files): Generalized test for NAME pointing
2516 somewhere into F->name.
2518 * variable.c (define_variable_in_set): Free old value when replacing.
2520 * read.c (do_define): Free the linebuffer before returning.
2521 (record_files): When clearing .SUFFIXES deps, free their data.
2522 (multi_glob): Free OLD and its data when replacing it with results
2525 * commands.c (set_file_variables): Use alloca in place of xmalloc
2526 for temp space for $^, $?, et al.
2528 * dir.c (struct directory): New member `contents' replaces `files'
2530 (struct directory_contents): New type.
2531 (directories_contents): New hash table.
2532 (dir_struct_file_exists_p): Take a struct directory_contents.
2533 (dir_file_exists_p): Pass it the `contents' member of the dir found.
2534 (dir_struct_file_exists_p): Renamed to dir_contents_file_exists_p;
2535 made static. Return 0 if DIR is nil (meaning it couldn't be stat'd).
2536 (dir_file_exists_p, find_directory): Change all callers.
2537 (file_impossible): Use DIR->contents, initializing it if nil.
2538 (print_dir_data_base): Use DIR->contents, and print out device and
2539 inode numbers with each directory.
2541 * Changes for performance win from John Gilmore <gnu@cygnus.com>:
2542 * dir.c (DIRECTORY_BUCKETS): Increase to 199.
2543 (DIRFILE_BUCKETS): Decrease to 107.
2544 (find_directory): Allocate and zero a multiple of
2545 sizeof (struct dirfile *), not of sizeof (struct dirfile).
2546 (dir_struct_file_exists_p): New function, nearly all code from
2548 (dir_file_exists_p): Just call find_directory+dir_struct_file_exists_p.
2549 * vpath.c (selective_vpath_search): Remove redundant
2550 dir_file_exists_p call.
2552 * configure.in: Comment out glob check; always use our code.
2554 Fri Oct 2 19:41:20 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2556 * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2557 HAVE_SYS_SIGLIST; after doing #define sys_siglist _sys_siglist, we
2560 Wed Sep 30 19:21:01 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2562 * main.c (main): Don't do -w automatically if -s.
2564 Tue Sep 29 21:07:55 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2566 * main.c (printed_version): Move variable inside print_version.
2567 (print_version): Return immediately if printed_version is set.
2568 (die): Don't test printed_version here.
2569 (decode_switches): Under -v, do print_version before giving usage.
2570 (DESCRIPTION_COLUMN): New macro.
2571 (decode_switches): Use it when printing the usage message.
2572 Leave at least two spaces between options and their descriptions.
2574 Fri Sep 25 13:12:42 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2578 Wed Sep 16 16:15:22 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2580 * read.c (read_makefile): Save errno value from trying to open
2581 FILENAME, and restore it before erring; otherwise we get the errno
2582 value from the last elt of the search path.
2584 Tue Sep 15 15:12:47 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2586 * main.c (long_option_aliases): Add --stop for -S.
2588 * read.c (word1eq): Do strncmp before dereferencing someplace that
2589 may be out in space.
2591 Wed Sep 9 15:50:41 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2593 * remake.c (notice_finished_file): If all the command lines were
2594 recursive, don't do the touching.
2596 * job.c (start_job_command): Don't check for + here.
2597 * commands.c (chop_commands): Do it here instead.
2599 * default.c (default_terminal_rules): Prepend + to cmds for RCS.
2601 Wed Sep 2 17:53:08 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2603 * compatMakefile (objs): Include $(ALLOCA).
2605 * make.h [CRAY]: Move #define signal bsdsignal to before #includes.
2607 Thu Aug 27 17:45:43 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
2609 * read.c (default_include_directories): Add INCLUDEDIR first.
2610 * compatMakefile (includedir): Define.
2611 (defines): Add -D for INCLUDEDIR="$(includedir)".
2613 * read.c (read_makefile): Grok multiple files in `include';
2616 * remake.c (library_search): New function.
2617 (library_file_mtime): Remove function.
2618 (f_mtime): Use library_search instead of library_file_mtime.
2619 * compatMakefile (libdir): Define.
2620 (defines): Add -D for LIBDIR="$(libdir)".
2621 * make.texinfo (Libraries/Search): Document change.
2623 * file.c (rename_file): Fix file_hash_enter call with missing arg.
2625 Wed Aug 26 17:10:46 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2629 * main.c (main): Set command_state to cs_finished for temp files
2630 made for stdin makefiles.
2632 * main.c (decode_switches): Don't tell getopt to return non-option
2634 Ignore an argument of `-'.
2636 Thu Aug 20 13:36:04 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2638 * job.c (start_job_command): If (touch_flag && !RECURSIVE), ignore
2639 the command line and go to the next.
2640 (notice_finished_file): Under -t, touch FILE.
2641 * remake.c (remake_file): Don't touch it here.
2643 Wed Aug 19 16:06:09 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2645 * function.c (pattern_matches): Use temporary for strlen (WORD)
2646 instead of two function calls.
2648 * compatMakefile (LOAD_AVG): Remove variable and comments.
2650 Tue Aug 18 14:58:58 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2652 * make.texinfo (Running): Node renamed to `make Invocation'.
2654 Fri Aug 14 12:27:10 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2656 * arscan.c (ar_name_equal): Don't compare [MAX-3..MAX] if
2659 Thu Aug 13 17:50:09 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2663 * main.c: Don't #include <time.h>; make.h already does.
2665 Mon Aug 10 17:03:01 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2667 * implicit.c (pattern_search): Fixed copying of suffix when building
2670 * function.c (expand_function: `shell'): Make sure BUFFER is
2671 null-terminated before replacing newlines.
2673 * compatMakefile (mandir): Use man$(manext), not always manl.
2675 Sun Aug 2 01:42:50 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2677 * rule.c (new_pattern_rule): Not static.
2678 * rule.h: Declare it.
2680 * file.c (file_hash_enter): New function, most code from rename_file.
2681 (rename_file): Call it.
2682 * file.h (file_hash_enter): Declare it.
2686 Thu Jul 30 15:40:48 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2688 * main.c (decode_switches): Handle usage_and_exit when building
2689 long options vector.
2691 * default.c (default_terminal_rules): Make RCS rules use $(CHECKOUT,v).
2692 (default_variables): Define CHECKOUT,v (hairy).
2694 * make.h [!HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2695 sys_siglist to _sys_siglist.
2697 Sun Jul 26 16:56:32 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2699 * NEWS: Add header and tail copyright info like Emacs NEWS.
2701 * make.h [ANSI_STRING]: Don't #define index, rindex, bcmp, bzero,
2702 bcopy if already #define'd.
2703 [STDC_HEADERS] (qsort, abort, exit): Declare here.
2704 [! __GNU_LIBRARY__ && !POSIX]: Not here.
2706 * make.h [_AIX]: #pragma alloca first thing.
2708 * job.c (start_waiting_job): Set the command_state to cs_running
2709 when we queue a job on waiting_jobs.
2711 Fri Jul 24 02:16:28 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2713 * variable.c (define_automatic_variables): Use "" instead of nil
2716 Thu Jul 23 22:31:18 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2720 * main.c (struct command_switch.type): Add alternative usage_and_exit.
2721 (command_switches): Add -h/--help.
2723 Thu Jul 16 14:27:50 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2725 * GNUmakefile (make-$(version).tar.Z): Include NEWS, not CHANGES.
2726 * README.template: Mention NEWS.
2727 * CHANGES: Renamed to NEWS.
2729 * main.c [! STDC_HEADERS] [sun]: Don't declare exit.
2731 Tue Jul 14 18:48:41 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2733 * main.c (main): Set -o files' command_states to cs_finished.
2735 * rule.c (count_implicit_rule_limits): Decrement num_pattern_rules
2736 when tossing a rule.
2738 * main.c (main): Use alloca only in simple local var assignment,
2739 for braindead SGI compiler.
2741 * rule.c (print_rule_data_base): Barf if num_pattern_rules is
2742 inconsistent with the number computed when listing them.
2744 Mon Jul 13 17:51:53 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2746 * commands.c (set_file_variables): For $? and $^ elts that are archive
2747 member refs, use member name only.
2749 Fri Jul 10 00:05:04 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2751 * variable.h (struct variable.export): Add new alternative v_ifset.
2752 * variable.c (target_environment): Check for it.
2753 (define_automatic_variables): Set it for MAKEFILES.
2755 Thu Jul 9 21:24:28 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2757 * compatMakefile (objs): Remove getloadavg.o; $(extras) gets it.
2758 (remote.o): Use $(srcdir)/remote.c, not $remote.c<.
2759 (distclean, mostlyclean): New targets.
2761 Tue Jul 7 19:12:49 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2765 * compatMakefile (config.status): Remove rule.
2767 * job.c (start_waiting_job): Free C after using C->file, not before.
2769 Sat Jul 4 20:51:49 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2771 * commands.c, job.c, main.c, make.h, remote-cstms.c: Use #ifdef
2772 HAVE_* instead of #ifndef *_MISSING.
2773 * configure.in: Use AC_HAVE_FUNCS instead of AC_MISSING_FUNCS (gone).
2775 Thu Jul 2 18:47:52 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2777 * main.c (main): makelevel>0 or -C implies -w.
2779 Tue Jun 30 20:50:17 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2781 * file.c, job.c, function.c: Don't #include <errno.h>.
2782 make.h: Do it here instead.
2783 * arscan.c (ar_member_touch): Don't declare errno.
2785 Thu Jun 25 17:06:55 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2787 * GNUmakefile (make-$(version).tar.Z): Depend on INSTALL, configure.in.
2789 * remake.c (update_file): If commands or deps are running after
2790 update_file_1 returns, break out of the :: rule (->prev) loop and
2793 * job.c (job_next_command): New function; code from start_job.
2794 (start_job_command): Renamed from start_job. Call job_next_command
2795 and recurse for empty command lines and -n.
2796 (start_waiting_job): Call start_job_command, not start_job.
2797 (new_job): Call job_next_command to prime the child structure, and
2798 then call start_waiting_job.
2799 (reap_children): Use job_next_command and start_job_command.
2800 (start_waiting_job): Call start_remote_job_p here, and store its
2801 result in C->remote. If zero, check the load average and
2802 maybe put C on waiting_jobs.
2803 (start_job_command): Test CHILD->remote rather than calling
2804 start_remote_job_p. Don't do load avg checking at all here.
2806 * main.c (main): Don't handle SIGILL, SIGIOT, SIGEMT, SIGBUS,
2807 SIGSEGV, SIGFPE or SIGTRAP.
2809 * compatMakefile (glob/libglob.a): Don't pass srcdir to sub-make.
2810 configure will set it in glob/Makefile.
2812 Wed Jun 24 19:40:34 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2814 * dir.c [DIRENT] (direct): Don't define to dirent.
2815 [! DIRENT] (direct): Define to dirent.
2816 (dir_file_exists_p): Use struct dirent instead of struct direct.
2818 * make.h (getcwd): No space between macro and ( for args!
2820 * job.c (start_job): Don't put the job on waiting_jobs if
2823 * make.texinfo (Missing): Shortened title.
2825 Tue Jun 23 18:42:21 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2827 * file.c (remove_intermediates): Print "rm" commands under -n.
2829 Mon Jun 22 16:20:02 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2833 Fri Jun 19 16:20:26 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2835 * arscan.c [M_UNIX]: #undef M_XENIX.
2837 Wed Jun 17 17:59:28 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2839 * default.c (default_terminal_rules): Put @ prefix on RCS cmds.
2841 Tue Jun 16 19:24:17 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2843 * compatMakefile (getloadavg.o): Removed special rule.
2844 (CFLAGS): Don't include $(defines).
2845 (.c.o): Define suffix rule.
2846 (glob/libglob.a): Pass CPPFLAGS=$(defines) to submake.
2847 (GETOPT_SRC, srcs, tagsrcs): Prefix files with $(srcdir)/.
2849 * arscan.c (ar_name_equal): Moved local vars inside #if'd block.
2851 * make.h (max): Removed.
2852 * expand.c (variable_buffer_output): Don't use it.
2854 * compatMakefile (INSTALL): Define.
2855 (Makefile): New rule to make from Makefile.in.
2858 (getloadavg.o, remote.o): Use autoconf $foo< hack.
2860 * commands.c (fatal_error_signal): Removed return.
2862 Mon Jun 15 17:42:51 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2866 * make.texinfo (Summary): New node.
2867 (Special Targets): Mention .EXPORT_ALL_VARIABLES here.
2869 * variable.c (max): Moved to make.h.
2871 * compatMakefile (objs, srcs): Added ar & arscan.
2873 * job.c (start_waiting_job): New function, 2nd half of new_job.
2875 (start_waiting_jobs): New function.
2876 * remake.c (update_goal_chain): Call start_waiting_jobs at the top
2878 * compatMakefile (objs, srcs): Removed load, added getloadavg.
2880 Fri Jun 12 19:33:16 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2882 * job.c (load_too_high): New function. Uses getloadavg.
2883 (waiting_jobs): New variable.
2884 (start_job): Don't call wait_to_start_job. Instead, if
2885 load_too_high returns nonzero, add the child to the
2886 `waiting_jobs' chain and return without starting the job.
2888 Thu Jun 11 00:05:28 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2890 * expand.c (variable_buffer_output): Made global again.
2891 * variable.h: And declare it.
2893 * arscan.c (PORTAR): Define for all systems if PORT5AR is not defined.
2894 (AR_NAMELEN, AR_TRAILING_SLASH): Removed.
2895 (ar_scan): Don't use it. Don't #ifdef AR_TRAILING_SLASH; just look
2896 for a slash in the archive at run time.
2897 (ar_name_equal): Rewrote .o hacking to not use AR_NAMELEN, and to
2898 cope with trailing-slash and non-trailing-slash archives.
2900 * main.c (main) [! SETVBUF_REVERSED]: Test this instead of USGr3 et al.
2901 [SETVBUF_REVERSED]: Always allocate a buffer ourselves.
2903 * load.c (load_average) [sgi]: Use sysmp call.
2905 * compatMakefile (INSTALL_DATA, INSTALL_PROGRAM): Define.
2906 ($(bindir)/$(instname), $(mandir)/make.$(manext)): Use them.
2908 * make.h [HAVE_VFORK_H]: #include <vfork.h>.
2909 (vfork, VFORK_NAME): Don't define.
2910 * job.c (start_job): Use "vfork" in place of VFORK_NAME.
2912 * make.h [HAVE_LIMITS_H, HAVE_SYS_PARAM_H]: If #define'd, #include
2913 the each file. Rearranged PATH_MAX hacking.
2914 * job.c: Rearranged NGROUPS_MAX hacking.
2916 * remake.c (fstat, time): Don't declare.
2918 * compatMakefile (defines): Value is @DEFS@.
2919 (LOADLIBES): Value is @LIBS@.
2920 (extras): Value is @LIBOBJS@.
2921 (ARCHIVES, ARCHIVES_SRC, ALLOCASRC): Removed.
2922 * arscan.c, ar.c: Surround body with #ifndef NO_ARCHIVES.
2924 * misc.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl get*id.
2926 * make.h [GETCWD_MISSING]: Test instead of !USG && !POSIX et al.
2927 (getcwd): Just declare if present. If not, declare as a macro
2928 using getwd, and declare getwd.
2929 [PATH_MAX] (GET_PATH_MAX): #define to PATH_MAX.
2930 * main.c (main, log_working_directory): Use getcwd instead of getwd.
2932 * main.c (main) [SETLINEBUF_MISSING]: Test this instead of USG.
2934 * make.h (SIGHANDLER, SIGNAL): Removed.
2935 (RETSIGTYPE): Define if not #define'd.
2936 * main.c (main): Use signal in place of SIGNAL.
2938 * main.c [SYS_SIGLIST_MISSING]: Test instead of USG.
2940 * job.c (search_path) [GETGROUPS_MISSING]: Test instead of USG.
2941 [HAVE_UNISTD_H]: Test instead of POSIX to not decl getgroups.
2943 * main.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl chdir.
2944 [! STDC_HEADERS]: Test instead of !POSIX to decl exit & atof.
2946 * job.c (child_handler), commands.c (fatal_error_signal): Return
2947 RETSIGTYPE instead of int.
2948 * main.c (main): Declare fatal_error_signal and child_handler here
2949 to return RETSIGTYPE; removed top-level decl of former.
2951 * commands.c (fatal_error_signal), job.c (unblock_sigs, start_job),
2952 main.c [SIGSETMASK_MISSING]: Test this instead of USG.
2954 Wed Jun 10 22:06:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2956 * job.c [HAVE_WAITPID]: Test this instead of USG.
2957 [! HAVE_UNISTD_H]: Test this instead of !POSIX to declare misc fns.
2958 (GID_T): Don't #define.
2959 (search_path): Use gid_t instead of GID_T.
2960 [GETDTABLESIZE_MISSING, SYS_SIGLIST_MISSING, DUP2_MISSING]: Test
2961 these individually instead of USG for all.
2962 * make.h (ctime): Don't declare. #include time.h instead.
2963 [HAVE_UNISTD_H]: #include <unistd.h> and #define POSIX #ifdef
2965 * dir.c [__GNU_LIBRARY__] (D_NAMLEN): Define to use d_namlen member.
2966 * make.h [NEED_MEMORY_H]: Only include memory.h #ifdef this.
2968 * arscan.c: Removed #ifdef mess about string.h et al.
2969 Just #include make.h instead.
2970 * make.h (fstat, atol): Declare.
2972 * commands.c (fatal_error_signal): Don't use sigmask to check for
2973 propagated signals; use ||s instead.
2974 (PROPAGATED_SIGNAL_MASK): Removed.
2975 (fatal_error_signal) [POSIX]: Use sigprocmask in place of sigsetmask.
2977 * variable.c (variable_buffer, variable_buffer_length,
2978 initialize_variable_output, variable_output): Moved to expand.c;
2980 (struct output_state, save_variable_output,
2981 restore_variable_output): Removed.
2982 * expand.c (initialize_variable_output): Put a NUL at the beginning
2983 of the new buffer after allocating it.
2984 (allocated_variable_expand_for_file): Don't use
2985 {save,restore}_variable_output. Do it by hand instead, keeping
2986 state on the stack instead of malloc'ing it.
2987 (allocated_variable_expand): Removed.
2988 * variable.h (allocated_variable_expand): Define here as macro.
2989 (variable_buffer_output, initialize_variable_output,
2990 save_variable_output, restore_variable_output): Removed decls.
2992 * read.c (conditional_line): For an if cmd, if any elt of the
2993 conditionals stack is ignoring, just push a new level that ignores
2994 and return 1; don't evaluate the condition.
2996 Thu Jun 4 21:01:20 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2998 * main.c (main): Put #ifdef's around frobbing SIGSYS and SIGBUS.
3000 * job.c (getdtablesize): Don't declare or #define if already #define'd.
3002 Wed Jun 3 23:42:36 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3004 * file.c (snap_deps): If `.EXPORT_ALL_VARIABLES' is a target, set
3005 export_all_variables.
3006 * make.texinfo (Variables/Recursion): Document .EXPORT_ALL_VARIABLES.
3008 Tue Jun 2 21:08:35 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3012 * commands.c (set_file_variables): Calculate length for ^D and ?D
3013 individually, making sure to give them at least enough space for "./".
3015 * make.h [CRAY]: #define signal to bsdsignal.
3017 * default.c (default_variables) [CRAY]: Define PC, SEGLDR,
3018 CF77PPFLAGS, CF77PP, CFT, CF, and FC.
3020 * arscan.c (AR_HDR_SIZE): Define to sizeof (struct ar_hdr), if it
3021 wasn't defined by <ar.h>.
3023 Thu May 28 00:56:53 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3027 Tue May 26 01:26:30 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3029 * rule.c (new_pattern_rule): Initialize LASTRULE to nil, not
3032 Mon May 25 19:02:15 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3034 * main.c (decode_switches): Initialize all the long_option elt members.
3036 Thu May 21 16:34:24 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3038 * make.texinfo (Text Functions): Correct filter-out description.
3040 Tue May 19 20:50:01 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3042 * compatMakefile (realclean): Don't remove backup files.
3044 * main.c (decode_switches): Allocate ARGC+1 elts in `other_args'.
3046 Sun May 17 16:38:48 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3050 Thu May 14 16:42:33 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3052 * job.c (reap_children): Don't die if wait returns EINTR.
3054 Wed May 13 18:28:25 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3056 * job.c (reap_children): Always run the next command for a
3057 successful target. If we are going to die, we don't want to leave
3058 the target partially made.
3060 Tue May 12 00:39:19 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3062 * job.c (construct_command_argv_internal): After loop, if we only
3063 have one word, check it for being a shell command.
3065 * main.c (decode_switches): Allocate ARGC slots in other_args to
3066 begin with, so we never need to worry about growing it.
3067 If we get a non-option arg and POSIXLY_CORRECT is in the
3068 environment, break out of the loop. After the loop, add all remaining
3069 args to other_args list.
3071 * main.c (decode_switches): For positive_int and floating switches
3072 when optarg is nil, use next arg if it looks right (start with a
3073 digit, or maybe decimal point for floating).
3075 * variable.c (define_automatic_variables): Always set SHELL to
3076 default if it comes from the environment. Set its export bit.
3077 * make.texinfo (Environment): Document change.
3079 Mon May 11 00:32:46 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3083 * compatMakefile (tags, TAGS): Use vars for cmds.
3084 (ETAGS, CTAGS): Define.
3086 * main.c (decode_switches): If a switches elt has a nil long_name,
3087 make the long option name elt be "".
3088 Fixed loop to not ignore all the options.
3090 * make.texinfo (Option Summary): Added long options.
3092 * main.c (switches): Changed -m's description to "-b".
3093 (decode_switches): When printing the usage message, don't print
3094 switches whose descriptions start with -.
3095 When constructing the list of names for switch -C, search the
3096 switches vector for switches whose descriptions are "-C".
3098 * main.c (switches): Call -S --no-keep-going, not --dont-keep-going.
3099 Call -I --include-dir, not --include-path.
3100 (long_option_aliases): Added --new == -W, --assume-new == -W,
3101 --assume-old == -o, --max-load == -l, --dry-run == -n, --recon == -n,
3104 * main.c (switches): Removed bogus "silent" elt.
3105 (long_option_aliases): Define new var.
3106 (decode_switches): Add long_option_aliases onto the end of the long
3107 options vector created for getopt_long.
3108 Look through long_option_aliases for extra names to list
3111 Sat May 9 00:21:05 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3113 * main.c (log_working_directory): Fixed to properly not print the
3114 leaving message when we haven't printed the entering message.
3116 Fri May 8 21:55:35 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3118 * main.c (struct command_switch): Added elts `long_name',
3119 `description', and `argdesc'.
3120 (switches): Added initializers for new members.
3121 (decode_switches): Rewritten to use getopt_long.
3122 * compatMakefile (GETOPT, GETOPT_SRC): Define.
3123 (objs, srcs): Include them.
3125 * job.c (child_died): Renamed to dead_children; made static.
3126 (child_handler): Increment dead_children instead of setting child_died.
3127 (reap_children): Decrement dead_children instead of clearing
3128 child_died. The point of all this is to avoid printing "waiting
3129 for unfinished jobs" when we don't actually need to block.
3130 This happened when multiple SIGCHLDs before reap_children was called.
3132 * job.c (reap_children): If ERR is set, so we don't call start_job
3133 on the child being reaped, instead set its command_state to
3135 (reap_children, child_handler, new_job): I added several
3136 debugging printf's while fixing this. I left them in if (debug_flag)
3137 because they may be useful for debugging this stuff again.
3139 Wed May 6 22:02:37 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3141 * read.c (read_makefile): v_export is not 1.
3143 Mon May 4 17:27:37 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3147 * variable.c (export_all_variables): New variable.
3148 (target_environment): Export variables whose `export' member is
3149 v_default if export_all_variables is set and their names are benign.
3150 * variable.h: Declare export_all_variables.
3151 * read.c (read_makefile): If export or unexport is given with no
3152 args, set or clear export_all_variables, respectively.
3154 * variable.c (target_environment): Exclude MAKELEVEL in the loop,
3155 so it isn't duplicated when we add it at the end.
3157 Sun May 3 17:44:48 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3161 * variable.h (struct variable): Added new member `export'.
3162 * variable.c (define_variable_in_set): Initialize it to v_default.
3163 (target_environment): Don't check for .NOEXPORT.
3164 Export variables whose `export' member is v_default and that would
3165 have been exported under .NOEXPORT, and variables whose `export'
3167 (try_variable_definition): Return the variable defined.
3168 * variable.h (try_variable_definition): Changed decl.
3169 * read.c (read_makefile): Recognize `export' and `unexport' directives.
3171 Fri May 1 11:39:38 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3173 * main.c (main) [POSIX]: Reversed args to sigaddset.
3175 Thu Apr 30 17:33:32 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3177 * job.c [POSIX || !USG] (unblock_sigs): New fn.
3178 (start_job): Block signals before forking.
3179 (new_job): Unblock signals after putting the new child on the chain.
3180 * main.c (main) [POSIX]: Use sigset_t fatal_signal_set instead of
3181 int fatal_signal_mask.
3183 * load.c [sgi] (LDAV_CVT): Define.
3185 Wed Apr 29 17:15:59 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3189 * load.c (load_average) [sgi]: Clear the high bit of the address
3190 from the symbol table before looking it up in kmem.
3192 * misc.c (fatal, makefile_fatal): Put *** in fatal error messages.
3193 (remake_file): No longer needed in message here.
3195 * main.c (die): Call reap_children with BLOCK==1.
3197 Tue Apr 28 20:44:35 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3199 * rule.c (freerule): Don't set LASTRULE->next if LASTRULE is nil.
3201 Sun Apr 26 15:09:51 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3203 * rule.c (count_implicit_rule_limits): Initialize LASTRULE to nil,
3204 not to head of chain. Extract next ptr before we might do
3205 freerule, and use that for next iteration.
3206 (freerule): Still do next ptr frobbing if LASTRULE is nil.
3208 Tue Apr 21 03:16:29 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3210 * job.c (child_error): Removed extra %s from error msg format.
3214 * job.c (reap_children): Don't start later commands in a sequence
3217 * job.c (new_job): Always call reap_children with BLOCK==0 first thing.
3219 * job.c (reap_children): New function; work that used to be done in
3221 (child_died): New global var.
3222 (child_handler): Now just sets child_died.
3223 (wait_for_children): Removed.
3224 (unknown_children_possible, block_signals, unblock_signals,
3225 push_signals_blocked_p, pop_signals_blocked_p): Removed.
3226 (child_execute_job): Removed call to unblock_signals.
3227 (new_job): Removed calls to push_signals_blocked_p and
3228 pop_signals_blocked_p.
3229 * job.h: Declare reap_children, not wait_for_children.
3230 * commands.c (fatal_error_signal), job.c (new_job),
3231 load.c [LDAV_BASED] (wait_to_start_job), main.c (die),
3232 remake.c (update_goal_chain), function.c (expand_function: `shell'):
3233 Changed wait_for_children calls to reap_children.
3234 Some needed to be loops to wait for all children to die.
3235 * commands.c (fatal_error_signal), main.c (main,
3236 log_working_directory), function.c (expand_function): Removed calls
3237 to push_signals_blocked_p and pop_signals_blocked_p.
3238 * job.h: Removed decls.
3240 * job.h: Added copyright notice.
3242 Wed Apr 15 02:02:40 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3244 * job.c (child_error): No *** for ignored error.
3246 Tue Apr 14 18:31:21 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3248 * implicit.c (DEBUGP2): Use do ... while (0) instead of if ... else to
3249 avoid compiler warnings.
3251 * read.c (parse_file_seq): Don't remove ./ when it is followed by a
3254 Mon Apr 13 21:56:15 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3256 * make.h (DEBUGPR): Use do ... while (0) instead of if ... else to
3257 avoid compiler warnings.
3259 * remake.c (notice_finished_file): Run file_mtime on the also_make
3260 files, so vpath_search can happen.
3262 * GNUmakefile (tests): Use perl test suite from csa@sw.stratus.com.
3263 (alpha-files): Include test suite tar file.
3265 Fri Apr 3 00:50:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3269 Wed Apr 1 05:31:18 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3271 * remake.c (update_file, update_file_1): Do check_renamed on elts
3272 of dep chains when traversing them. Something unrelated might have
3273 renamed one of the files the dep chain points to.
3275 * file.c (rename_file): If FILE has been renamed, follow its
3276 `renamed' ptr, so we get to the final real FILE. Using the renamed
3277 ones loses because they are not in the hash table, so the removal
3278 code loops infinitely.
3280 * read.c (read_all_makefiles): Clobber null terminator into
3281 MAKEFILES expansion, so string passed to read_makefile is properly
3284 Mon Mar 30 20:18:02 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3286 * commands.c (set_file_variables): $* for archive member with
3287 explicit cmds is stem of member, not of whole `lib(member)'.
3289 Thu Mar 26 15:24:38 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3293 Tue Mar 24 05:20:51 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3295 * rule.c (new_pattern_rule): Rules are identical only if all their
3296 targets match (regardless of order).
3298 Wed Mar 11 13:49:54 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3300 * remake.c (remake_file): Changed error "no way to make" to "no
3301 rule to make". Fiat Hugh.
3303 * make.texinfo (Last Resort): Describe %:: rules and new .DEFAULT
3306 * remake.c (update_file_1): Only use .DEFAULT cmds if FILE is not a
3309 Tue Mar 10 18:13:13 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3311 * remote-stub.c, remote-cstms.c (start_remote_job): Take new arg,
3312 environment to pass to child.
3313 * job.c (start_job): Pass it.
3315 Mon Mar 9 19:00:11 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3317 * file.c (enter_file): Also strip ./s here, to get command-line
3320 * remote-cstms.c: Add comment telling people to leave me alone.
3322 * compatMakefile (manpage install): Remove target before copying.
3324 Tue Mar 3 18:43:21 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3326 * make.texinfo (Missing): Renamed to "Incompatibilities and ...".
3327 Added paragraph describing $? incompatibility with Unix and POSIX.2.
3329 Sun Mar 1 15:50:54 1992 Roland McGrath (roland@nutrimat.gnu.ai.mit.edu)
3331 * function.c (expand_function: `shell'): Don't declare fork or pipe.
3332 Use vfork instead of fork.
3334 Tue Feb 25 22:05:32 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3336 * make.texinfo (Chained Rules): Clarify .PRECIOUS to save
3339 * load.c [sun] (LDAV_CVT): Define to divide by FSCALE.
3341 Sun Feb 16 02:05:16 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3345 Sat Feb 15 17:12:20 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3347 * compatMakefile (makeinfo): Use emacs batch-texinfo-format fn.
3349 Fri Feb 14 00:11:55 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3351 * read.c (read_makefile): Correctly handle define & endef in ifdefs.
3353 * read.c (record_files): Pass arg for %s in error msg.
3355 * main.c (main) [__IBMR2, POSIX]: Use correct (a la USGr3) setvbuf
3358 Wed Feb 12 12:07:39 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3360 * make.texinfo (Libraries/Search): Say it does /usr/local/lib too.
3362 Sun Feb 9 23:06:24 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3364 * read.c (read_makefile): Check for extraneous `endef' when ignoring.
3366 Thu Feb 6 16:15:48 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3370 Tue Feb 4 20:04:46 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3372 * job.c (construct_command_argv_internal): Correctly ignore
3373 whitespace after backslash-NL.
3375 Fri Jan 31 18:30:05 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3377 * compatMakefile: Ignore errors from chgrp and chmod when installing.
3379 Wed Jan 29 18:13:30 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3381 * main.c (main): When setting MAKELEVEL in the env to re-exec,
3382 allocate space so as not to clobber past the end of the old string.
3384 * make.h [HAVE_ALLOCA_H]: Include <alloca.h>
3385 * compatMakefile (defines): Document HAVE_ALLOCA_H.
3387 Mon Jan 20 13:40:05 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3389 * make.h [VFORK_MISSING]: Use fork instead.
3390 * compatMakefile (defines): Document same.
3392 * job.c (construct_command_argv_internal): Don't create an empty
3393 arg if backslash-NL is at beginning of word.
3395 Sun Jan 19 16:26:53 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3397 * main.c [DGUX]: Call setvbuf as for USGr3.
3399 * job.c (construct_command_argv_internal): Notice correctly that
3400 backslash-NL is the end of the arg (because it is replaced with a
3403 Thu Jan 16 18:42:38 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3405 * job.c (construct_command_argv_internal): If SHELL is nil, set it
3406 to default_shell before proceeding.
3408 * make.h [sgi]: No alloca.h, after all.
3410 Wed Jan 15 12:30:04 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3412 * read.c (multi_glob): Cons up the chain of the results of glob
3413 from back to front, so it comes out in forward order.
3415 * job.c (construct_command_argv_internal): Don't eat char following
3418 Mon Jan 13 19:16:56 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3422 * default.c (default_variables) [ultrix]: GET=get, like USG.
3424 * job.c (construct_command_argv_internal): Remove tabs following
3425 backslash-NL combos in the input line, so they don't show up when
3426 that line is printed.
3428 * read.c (read_makefile): Don't collapse_continuations the line on
3429 input; do it on the copy we do remove_comments on.
3430 For rule lines, collapse_continuations the line after chopping
3431 ";cmds" off the end, so we don't eat conts in the cmds.
3432 Give error for ";cmds" with no rule.
3433 * job.c (construct_command_argv_internal): Eat backslash-NL combos
3434 when constructing the line to recurse on for slow, too.
3436 Sat Jan 11 02:20:27 1992 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3438 * file.c (enter_file): Don't strip leading `./'s.
3439 * read.c (parse_file_seq): Take new arg STRIP; if nonzero, do it here.
3440 * default.c (set_default_suffixes), function.c (string_glob),
3441 read.c (read_makefile), rule.c (install_pattern_rule): Change callers.
3443 * default.c (default_variables) [_IBMR2]: FC=xlf
3445 * job.c (construct_command_argv_internal): Turn backslash-NL and
3446 following whitespace into a single space, rather than just eating
3449 * make.texinfo (Copying): @include gpl.texinfo, rather than
3450 duplicating its contents.
3452 Fri Nov 8 20:06:03 1991 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3454 * job.c (construct_command_argv_internal): Make sure not to bother
3455 processing an empty line.
3459 * job.c (construct_command_argv_internal): Always recurse for slow;
3460 simple case didn't handle finding newlines.
3462 Tue Nov 5 18:51:10 1991 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
3464 * job.c (construct_command_argv_internal): Set RESTP properly when
3465 slow; don't \ify past a newline.
3467 Fri Nov 1 19:34:28 1991 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3469 * make.h [sgi]: #include <alloca.h>.
3473 See ChangeLog.1 for earlier changes.