platform/upstream/make.git
29 years agoAdd HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST. 3.71.2
Roland McGrath [Fri, 9 Sep 1994 07:16:54 +0000 (07:16 +0000)]
Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.

29 years ago(Archive Suffix Rules): Remove Next pointer.
Roland McGrath [Fri, 9 Sep 1994 06:59:08 +0000 (06:59 +0000)]
(Archive Suffix Rules): Remove Next pointer.

29 years ago(decode_switches): The non-option return from getopt is 1, not 0.
Roland McGrath [Fri, 9 Sep 1994 06:45:51 +0000 (06:45 +0000)]
(decode_switches): The non-option return from getopt is 1, not 0.
(command_variables): New type and variable.
(decode_switches, decode_env_switches): After making a variable definition,
record the struct variable pointer in the command_variables chain.
(define_makeflags): If ALL, write variable definitions for
command_variables.

29 years ago(other_args): Variable removed.
Roland McGrath [Fri, 9 Sep 1994 05:37:40 +0000 (05:37 +0000)]
(other_args): Variable removed.
(goals, lastgoal): New static variables (moved from auto in main).
(main): Don't process OTHER_ARGS at all.
Don't set variable MAKEOVERRIDES at all; define MAKE to just $(MAKE_COMMAND).
(init_switches): Prepend a - (return in order) instead of a + (require order).
(decode_switches): Don't set OTHER_ARGS at all.
Grok '\0' return from getopt_long as non-option argument; try variable
definition and (if !ENV) enter goal targets here.
(decode_env_switches): Use allocated_variable_expand to store value.
Use find_next_token to simplify word-splitting loop.
Don't prepend a dash to uninterpreted value.
Instead, if split into only one word, try variable definition and failing
that prepend a dash to the word and pass it to decode_switches as a single arg.

29 years ago(notice_finished_file): Only recheck modtimes if FILE->command_state was
Roland McGrath [Wed, 7 Sep 1994 07:06:46 +0000 (07:06 +0000)]
(notice_finished_file): Only recheck modtimes if FILE->command_state was
cs_running on entry (meaning the commands actually just ran).
(update_file_1): Whenever we set FILE->update_status, call
notice_finished_file instead of just set_command_state.

29 years ago(start_job_command): Whenever we set CHILD->file->update_status, call
Roland McGrath [Wed, 7 Sep 1994 07:02:23 +0000 (07:02 +0000)]
(start_job_command): Whenever we set CHILD->file->update_status, call
notice_finished_file instead of just set_command_state.

29 years ago(set_command_state): Actually set FILE->command_state.
Roland McGrath [Wed, 7 Sep 1994 00:31:13 +0000 (00:31 +0000)]
(set_command_state): Actually set FILE->command_state.

29 years ago(set_command_state): Fix typo.
Roland McGrath [Wed, 7 Sep 1994 00:24:10 +0000 (00:24 +0000)]
(set_command_state): Fix typo.

29 years ago(set_command_state): Declare D.
Roland McGrath [Wed, 7 Sep 1994 00:17:57 +0000 (00:17 +0000)]
(set_command_state): Declare D.

29 years agoAdd missing ".
Roland McGrath [Wed, 7 Sep 1994 00:15:23 +0000 (00:15 +0000)]
Add missing ".

29 years agoChanged all assignments of command_state members to calls to
Roland McGrath [Wed, 7 Sep 1994 00:04:49 +0000 (00:04 +0000)]
Changed all assignments of command_state members to calls to
set_command_state.

29 years ago(set_command_state): New function.
Roland McGrath [Wed, 7 Sep 1994 00:02:25 +0000 (00:02 +0000)]
(set_command_state): New function.

29 years agoDeclare set_command_state.
Roland McGrath [Tue, 6 Sep 1994 23:48:36 +0000 (23:48 +0000)]
Declare set_command_state.

29 years ago(init_switches): Put a + first in options.
Roland McGrath [Tue, 6 Sep 1994 23:13:43 +0000 (23:13 +0000)]
(init_switches): Put a + first in options.

29 years agoentered into RCS
Richard M. Stallman [Sun, 21 Aug 1994 17:29:57 +0000 (17:29 +0000)]
entered into RCS

29 years agoFormerly make-stds.texi.~29~
gnu [Wed, 10 Aug 1994 05:41:00 +0000 (05:41 +0000)]
Formerly make-stds.texi.~29~

29 years agoInitial revision
Roland McGrath [Mon, 25 Jul 1994 23:47:05 +0000 (23:47 +0000)]
Initial revision

29 years agoAdded trailing CRs.
Roland McGrath [Mon, 25 Jul 1994 23:46:16 +0000 (23:46 +0000)]
Added trailing CRs.

29 years agoChanged all uses of ':' to PATH_SEPARATOR_CHAR.
Roland McGrath [Mon, 25 Jul 1994 23:34:32 +0000 (23:34 +0000)]
Changed all uses of ':' to PATH_SEPARATOR_CHAR.

29 years ago(directory_before_chdir): New variable, moved out of main (was local).
Roland McGrath [Mon, 25 Jul 1994 23:33:26 +0000 (23:33 +0000)]
(directory_before_chdir): New variable, moved out of main (was local).
(main) [__MSDOS__]: Look for \ or : to delimit last component of PROGRAM.
Don't frob ARGV[0] before setting MAKE_COMMAND variable.
(die): Change back to `directory_before_chdir' before dying.

Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.

29 years ago(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
Roland McGrath [Mon, 25 Jul 1994 23:28:08 +0000 (23:28 +0000)]
(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).

29 years ago(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.
Roland McGrath [Mon, 25 Jul 1994 23:27:48 +0000 (23:27 +0000)]
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.

29 years ago[__MSDOS__]: Include <process.h>.
Roland McGrath [Mon, 25 Jul 1994 23:23:03 +0000 (23:23 +0000)]
[__MSDOS__]: Include <process.h>.
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.
[__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename, dos_batch_file):
New variables.
(reap_children) [__MSDOS__]: Don't call wait; just examine those vars.
(unblock_sigs) [__MSDOS__]: Do nothing.
(start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork and exec.
(load_too_high) [__MSDOS__]: Always return true.
(search_path) [__MSDOS__]: Check for : or / in FILE to punt.
Use PATH_SEPARATOR_CHAR instead of ':'.
(construct_command_argv_internal) [__MSDOS__]: Wholly different values for
sh_chars and sh_cmds.  Wholly new code to handle shell scripts.

Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.

29 years ago(expand_function: `shell') [__MSDOS__]: Wholly new implementation.
Roland McGrath [Mon, 25 Jul 1994 23:06:00 +0000 (23:06 +0000)]
(expand_function: `shell') [__MSDOS__]: Wholly new implementation.

29 years ago[__MSDOS__] (dosify): New function.
Roland McGrath [Mon, 25 Jul 1994 23:01:19 +0000 (23:01 +0000)]
[__MSDOS__] (dosify): New function.
(dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and process
the result instead of FILENAME itself.
(file_impossible_p) [__MSDOS__]: Likewise.
Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.

29 years ago[__MSDOS__]: Define GCC_IS_NATIVE.
Roland McGrath [Mon, 25 Jul 1994 22:54:09 +0000 (22:54 +0000)]
[__MSDOS__]: Define GCC_IS_NATIVE.
(default_suffix_rules) [__MSDOS__]: Use `y_tab.c' instead of `y.tab.c'.
(default_variables) [GCC_IS_NATIVE]: Set CC and CXX to `gcc', YACC to
`bison -y', and LEX to `flex'.
Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.

29 years agoInitial revision
Roland McGrath [Mon, 25 Jul 1994 22:48:06 +0000 (22:48 +0000)]
Initial revision

29 years ago(fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit.
Roland McGrath [Mon, 25 Jul 1994 22:47:14 +0000 (22:47 +0000)]
(fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit.
Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.

29 years ago(set_file_variables): Add parens in length computation in .SUFFIXES dep
Roland McGrath [Mon, 25 Jul 1994 22:09:25 +0000 (22:09 +0000)]
(set_file_variables): Add parens in length computation in .SUFFIXES dep
loop to quiet compiler warning.  From Jim Meyering.

29 years ago(read_makefile): Free FILENAME if we allocated it. From Jim Meyering.
Roland McGrath [Mon, 25 Jul 1994 22:07:41 +0000 (22:07 +0000)]
(read_makefile): Free FILENAME if we allocated it.  From Jim Meyering.

29 years agoUpdate ISBN number to 1-882114-50-7 for edition 0.46.
Roland McGrath [Wed, 20 Jul 1994 12:30:52 +0000 (12:30 +0000)]
Update ISBN number to 1-882114-50-7 for edition 0.46.
Use new macro ISBN set at top of file.

29 years agoSplit a shell command line in @example to avoid overfull hbox.
Roland McGrath [Fri, 8 Jul 1994 18:33:15 +0000 (18:33 +0000)]
Split a shell command line in @example to avoid overfull hbox.

29 years ago(Goals): Say that only first target in first rule is default goal.
Roland McGrath [Tue, 5 Jul 1994 21:27:09 +0000 (21:27 +0000)]
(Goals): Say that only first target in first rule is default goal.
(Archive Pitfalls): New node.

29 years ago(selective_vpath_search): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:56:24 +0000 (21:56 +0000)]
(selective_vpath_search): Use safe_stat in place of stat.

29 years ago(construct_include_path): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:55:13 +0000 (21:55 +0000)]
(construct_include_path): Use safe_stat in place of stat.

29 years ago(search_path): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:54:18 +0000 (21:54 +0000)]
(search_path): Use safe_stat in place of stat.

29 years ago(find_directory): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:53:25 +0000 (21:53 +0000)]
(find_directory): Use safe_stat in place of stat.

29 years ago(delete_target): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:52:28 +0000 (21:52 +0000)]
(delete_target): Use safe_stat in place of stat.

29 years ago(ar_member_touch) [EINTR]: Do EINTR looping around fstat.
Roland McGrath [Mon, 4 Jul 1994 21:51:49 +0000 (21:51 +0000)]
(ar_member_touch) [EINTR]: Do EINTR looping around fstat.

29 years ago(name_mtime): Use safe_stat in place of stat.
Roland McGrath [Mon, 4 Jul 1994 21:50:03 +0000 (21:50 +0000)]
(name_mtime): Use safe_stat in place of stat.
(touch_file) [EINTR]: Do EINTR looping around fstat.

29 years ago(safe_stat): New function, EINTR-safe wrapper around stat.
Roland McGrath [Mon, 4 Jul 1994 21:46:58 +0000 (21:46 +0000)]
(safe_stat): New function, EINTR-safe wrapper around stat.

29 years ago(read_makefile): Check for a shell command first, and then strip leading
Roland McGrath [Fri, 24 Jun 1994 10:34:03 +0000 (10:34 +0000)]
(read_makefile): Check for a shell command first, and then strip leading
tabs before further checking if it's not a shell command line.

29 years agoFix typo in last change.
Roland McGrath [Fri, 24 Jun 1994 10:22:37 +0000 (10:22 +0000)]
Fix typo in last change.

29 years ago[__arm]: Undefine POSIX.
Roland McGrath [Fri, 24 Jun 1994 09:45:35 +0000 (09:45 +0000)]
[__arm]: Undefine POSIX.
[!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system
functions that return int.

29 years ago(construct_command_argv_internal): After swallowing a backslash-newline
Roland McGrath [Fri, 24 Jun 1994 09:40:13 +0000 (09:40 +0000)]
(construct_command_argv_internal): After swallowing a backslash-newline
combination, if INSTRING is set goto string_char (new label) for normal
INSTRING handling code.

29 years agoPut #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.
Roland McGrath [Sat, 4 Jun 1994 05:24:48 +0000 (05:24 +0000)]
Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.

29 years agoDon't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS.
Roland McGrath [Sat, 4 Jun 1994 05:11:12 +0000 (05:11 +0000)]
Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS.
Instead use two AC_COMPILE_CHECKs.

29 years ago[emacs]: Block input around the garbage reclamation.
Richard M. Stallman [Thu, 2 Jun 1994 17:45:40 +0000 (17:45 +0000)]
[emacs]: Block input around the garbage reclamation.
Include blockinput.h.

30 years ago[!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for these
Roland McGrath [Mon, 23 May 1994 22:25:30 +0000 (22:25 +0000)]
[!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for these
declarations.

30 years ago[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
Roland McGrath [Mon, 23 May 1994 22:20:30 +0000 (22:20 +0000)]
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
HAVE_SETREUID and HAVE_SETREGID.

30 years ago[GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID]. 3.71
Roland McGrath [Sat, 21 May 1994 20:28:10 +0000 (20:28 +0000)]
[GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID].
Every system has those, and configure doesn't check for them.

30 years ago[_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.
Roland McGrath [Sat, 21 May 1994 20:27:18 +0000 (20:27 +0000)]
[_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.

30 years ago(loadavg): Depend on and use loadavg.c instead of getloadavg.c.
Roland McGrath [Sat, 21 May 1994 20:26:33 +0000 (20:26 +0000)]
(loadavg): Depend on and use loadavg.c instead of getloadavg.c.
(loadavg.c): Link or copy it from getloadavg.c.
(distclean): Remove loadavg.c.

30 years ago(AC_MACRODIR): Don't define it.
Roland McGrath [Thu, 19 May 1994 00:35:53 +0000 (00:35 +0000)]
(AC_MACRODIR): Don't define it.
[AC_MACRODIR]: Protect deps using it with ifdef.

30 years agoCorrect update date updated in last change. 3.70.4
Roland McGrath [Tue, 17 May 1994 03:50:09 +0000 (03:50 +0000)]
Correct update date updated in last change.

30 years agoUpdate update date for last change.
Roland McGrath [Tue, 17 May 1994 03:46:27 +0000 (03:46 +0000)]
Update update date for last change.

30 years ago[GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID.
Roland McGrath [Tue, 17 May 1994 03:09:02 +0000 (03:09 +0000)]
[GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID.

30 years ago(SCCS_GET_MINUS_G check): Put -G flag before file name.
Roland McGrath [Tue, 17 May 1994 02:59:57 +0000 (02:59 +0000)]
(SCCS_GET_MINUS_G check): Put -G flag before file name.

30 years ago(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before
Roland McGrath [Tue, 17 May 1994 02:58:49 +0000 (02:58 +0000)]
(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before
$<.  On some systems -G is grokked only before the file name.

30 years ago(Overriding Makefiles): Don't suggest using .DEFAULT; that loses if the
Roland McGrath [Wed, 11 May 1994 01:42:43 +0000 (01:42 +0000)]
(Overriding Makefiles): Don't suggest using .DEFAULT; that loses if the
target file exists.  Instead recommend the combination of a match-anything
rule and a force target.

30 years ago(construct_command_argv_internal): Swallow backslash-newline combinations
Roland McGrath [Tue, 10 May 1994 20:27:17 +0000 (20:27 +0000)]
(construct_command_argv_internal): Swallow backslash-newline combinations
inside '' strings too.

30 years ago(do_define): Call collapse_continuations on each line before all else.
Roland McGrath [Thu, 5 May 1994 08:15:00 +0000 (08:15 +0000)]
(do_define): Call collapse_continuations on each line before all else.

30 years ago(AC_MACRODIR): Change default back.
Roland McGrath [Mon, 2 May 1994 23:45:18 +0000 (23:45 +0000)]
(AC_MACRODIR): Change default back.

30 years agoNote that dirs in VPATH, vpath can be separated by blanks as well as
Roland McGrath [Mon, 2 May 1994 23:00:39 +0000 (23:00 +0000)]
Note that dirs in VPATH, vpath can be separated by blanks as well as
colons.

30 years ago(config.h.in): Use $(AC_MACRODIR) in dep.
Roland McGrath [Mon, 2 May 1994 22:32:54 +0000 (22:32 +0000)]
(config.h.in): Use $(AC_MACRODIR) in dep.

30 years ago(AC_MACRODIR): Define if undefined.
Roland McGrath [Mon, 2 May 1994 22:29:56 +0000 (22:29 +0000)]
(AC_MACRODIR): Define if undefined.
(ACFLAGS, configure, config.h.in): Use that value.

30 years ago(ARCH==hp300): Disabled customs.
Roland McGrath [Mon, 25 Apr 1994 23:37:12 +0000 (23:37 +0000)]
(ARCH==hp300): Disabled customs.

30 years ago(construct_command_argv_internal): Notice newline inside '' string when
Roland McGrath [Mon, 25 Apr 1994 23:31:55 +0000 (23:31 +0000)]
(construct_command_argv_internal): Notice newline inside '' string when
RESTP is non-null.

30 years ago(update_goal_chain): Reset FILE to G->file after the double-colon loop so 3.70.3
Roland McGrath [Fri, 22 Apr 1994 21:58:26 +0000 (21:58 +0000)]
(update_goal_chain): Reset FILE to G->file after the double-colon loop so
it is never null for following code.

30 years ago(read_makefile): Fix `override define' parsing to skip whitespace after
Roland McGrath [Fri, 22 Apr 1994 21:57:47 +0000 (21:57 +0000)]
(read_makefile): Fix `override define' parsing to skip whitespace after
`define' properly.

30 years ago(srcdir): Define as @srcdir@; don't reference $(VPATH).
Roland McGrath [Fri, 22 Apr 1994 21:33:25 +0000 (21:33 +0000)]
(srcdir): Define as @srcdir@; don't reference $(VPATH).
(glob/Makefile): New target.

30 years ago(Using Variables): Fixed @xref node to `Automatic'. 3.70.2
Roland McGrath [Thu, 21 Apr 1994 22:39:51 +0000 (22:39 +0000)]
(Using Variables): Fixed @xref node to `Automatic'.

30 years ago(dist): Depend on rcs-mark first.
Roland McGrath [Thu, 21 Apr 1994 22:35:15 +0000 (22:35 +0000)]
(dist): Depend on rcs-mark first.
(rcs-mark): New target.
(rcs-mark-alpha, rcs-mark-beta): Use $(version-); append : to name for -N.
(version-): New variable, removes dots (RCS doesn't like) from $(version).

30 years ago(Using Variables): Fix menu item to `Automatic'.
Roland McGrath [Thu, 21 Apr 1994 22:23:37 +0000 (22:23 +0000)]
(Using Variables): Fix menu item to `Automatic'.

30 years agoUndo last change; reverted to revision 1.22.
Roland McGrath [Thu, 21 Apr 1994 22:14:01 +0000 (22:14 +0000)]
Undo last change; reverted to revision 1.22.

30 years ago(parse_file_seq): Fix typo in last change. Remove unused variable.
Roland McGrath [Thu, 21 Apr 1994 21:28:59 +0000 (21:28 +0000)]
(parse_file_seq): Fix typo in last change.  Remove unused variable.

30 years ago(chop_commands): Fix braino in last change (failed to initialize IDX for
Roland McGrath [Thu, 21 Apr 1994 21:28:02 +0000 (21:28 +0000)]
(chop_commands): Fix braino in last change (failed to initialize IDX for
loop).

30 years ago(remove_comments): Use find_char_unquote.
Roland McGrath [Thu, 21 Apr 1994 21:18:04 +0000 (21:18 +0000)]
(remove_comments): Use find_char_unquote.

30 years ago(find_char_unquote): Declare it.
Roland McGrath [Thu, 21 Apr 1994 20:37:39 +0000 (20:37 +0000)]
(find_char_unquote): Declare it.

30 years ago(find_char_unquote): New function, generalized from find_percent.
Roland McGrath [Thu, 21 Apr 1994 20:36:47 +0000 (20:36 +0000)]
(find_char_unquote): New function, generalized from find_percent.
(find_percent, find_semicolon, parse_file_seq): Use that.

30 years ago(chop_commands): Use find_char_unquote to find newlines.
Roland McGrath [Thu, 21 Apr 1994 20:16:42 +0000 (20:16 +0000)]
(chop_commands): Use find_char_unquote to find newlines.

30 years ago(pattern_search): Always allocate new storage for FILE->stem.
Roland McGrath [Thu, 21 Apr 1994 03:48:00 +0000 (03:48 +0000)]
(pattern_search): Always allocate new storage for FILE->stem.
It is not safe to store STEM's address because it might be auto storage.

30 years agoCheck for seteuid and setegid.
Roland McGrath [Thu, 21 Apr 1994 02:41:56 +0000 (02:41 +0000)]
Check for seteuid and setegid.

30 years ago[HAVE_SETEUID]: Declare seteuid.
Roland McGrath [Thu, 21 Apr 1994 02:41:36 +0000 (02:41 +0000)]
[HAVE_SETEUID]: Declare seteuid.
[HAVE_SETEGID]: Declare setegid.
(make_access, user_access) [HAVE_SETEUID]: Use seteuid.
[HAVE_SETEGID]: Use setegid.

30 years agoClarify -q exit status.
Roland McGrath [Thu, 21 Apr 1994 02:33:10 +0000 (02:33 +0000)]
Clarify -q exit status.
(Running): Enumerate possible exit status values (0, 1, 2).

30 years ago(update_goal_chain): Set STATUS to FILE->update_status, to preserve whether
Roland McGrath [Thu, 21 Apr 1994 02:15:37 +0000 (02:15 +0000)]
(update_goal_chain): Set STATUS to FILE->update_status, to preserve whether
it's 2 for error or 1 for -q trigger.  When STATUS gets nonzero and -q is
set, always stop immediately.

30 years ago(main, decode_switches): Die with 2 for errors.
Roland McGrath [Thu, 21 Apr 1994 02:08:28 +0000 (02:08 +0000)]
(main, decode_switches): Die with 2 for errors.
(main): Accept 2 return from update_goal_chain and die with that.

30 years ago(fatal, makefile_fatal): Die with 2; 1 is reserved for -q answer.
Roland McGrath [Thu, 21 Apr 1994 02:01:24 +0000 (02:01 +0000)]
(fatal, makefile_fatal): Die with 2; 1 is reserved for -q answer.

30 years ago(reap_children): Die with 2 for error.
Roland McGrath [Thu, 21 Apr 1994 02:00:20 +0000 (02:00 +0000)]
(reap_children): Die with 2 for error.
(start_job_command): Set update_status to 2 for error.  Set it to 1 when we
would run a command and question_flag is set.

30 years ago(read_makefile): Don't mark makefiles as precious. Just like other
Roland McGrath [Thu, 21 Apr 1994 01:39:36 +0000 (01:39 +0000)]
(read_makefile): Don't mark makefiles as precious.  Just like other
targets, they can be left inconsistent and in need of remaking by aborted
commands.

30 years ago(Automatic Dependencies): Mention here that deps preclude intermediate files.
Roland McGrath [Thu, 21 Apr 1994 01:35:11 +0000 (01:35 +0000)]
(Automatic Dependencies): Mention here that deps preclude intermediate files.

30 years ago(Wildcard Pitfall): Fixed typo.
Roland McGrath [Thu, 21 Apr 1994 01:21:39 +0000 (01:21 +0000)]
(Wildcard Pitfall): Fixed typo.

30 years ago(Bugs): Take my bloody e-mail address out of the manual and tell them to
Roland McGrath [Thu, 21 Apr 1994 00:59:00 +0000 (00:59 +0000)]
(Bugs): Take my bloody e-mail address out of the manual and tell them to
send misc. questions to the bug address.

30 years ago(Archive Members): Don't say archive file must exist. Instead, in ar cmds
Roland McGrath [Thu, 21 Apr 1994 00:55:18 +0000 (00:55 +0000)]
(Archive Members): Don't say archive file must exist.  Instead, in ar cmds
example, use `c' flag and mention it is needed if archive doesn't exist.
(Archive Update): Fix typo: foo.o -> file.o.

30 years ago(read_makefile): Write no error msg for -include file.
Roland McGrath [Wed, 20 Apr 1994 22:42:32 +0000 (22:42 +0000)]
(read_makefile): Write no error msg for -include file.

30 years ago(dist-flavor): New variable, default to alpha.
Roland McGrath [Wed, 20 Apr 1994 22:25:09 +0000 (22:25 +0000)]
(dist-flavor): New variable, default to alpha.
(dist): Depend on rcs-mark-$(dist-flavor).
(rcs-mark-beta): New target.

30 years ago(Using Variables): Add paragraph that xrefs to Automatic Variables.
Roland McGrath [Wed, 20 Apr 1994 22:21:51 +0000 (22:21 +0000)]
(Using Variables): Add paragraph that xrefs to Automatic Variables.
Add Automatic Variables item to the menu.

30 years ago(fatal_error_signal): Don't unblock signals.
Roland McGrath [Wed, 6 Apr 1994 01:17:43 +0000 (01:17 +0000)]
(fatal_error_signal): Don't unblock signals.

30 years ago(update_goal_chain): Do inner loop on double-colon entries.
Roland McGrath [Tue, 5 Apr 1994 10:37:12 +0000 (10:37 +0000)]
(update_goal_chain): Do inner loop on double-colon entries.
(update_file): Use FILE->double_colon pointer to find all entries.
(f_mtime): Likewise.
(notice_finished_file): Propagate mtime change to all entries.

30 years ago(main): When disqualifying makefiles for updating, use double_colon pointer
Roland McGrath [Tue, 5 Apr 1994 10:20:03 +0000 (10:20 +0000)]
(main): When disqualifying makefiles for updating, use double_colon pointer
to find all entries for a file.