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.
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).
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.
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.
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.
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.
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.
Roland McGrath [Thu, 21 Apr 1994 01:35:11 +0000 (01:35 +0000)]
(Automatic Dependencies): Mention here that deps preclude intermediate files.
Roland McGrath [Thu, 21 Apr 1994 01:21:39 +0000 (01:21 +0000)]
(Wildcard Pitfall): Fixed typo.
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.
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.
Roland McGrath [Wed, 20 Apr 1994 22:42:32 +0000 (22:42 +0000)]
(read_makefile): Write no error msg for -include file.
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.
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.
Roland McGrath [Wed, 6 Apr 1994 01:17:43 +0000 (01:17 +0000)]
(fatal_error_signal): Don't unblock signals.
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.
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.
Roland McGrath [Tue, 5 Apr 1994 10:17:01 +0000 (10:17 +0000)]
(enter_file): If there is already a double-colon entry for the file, set
NEW->double_colon to that pointer.
(file_hash_enter): Use FILE->double_colon to find all entries to set name.
Roland McGrath [Tue, 5 Apr 1994 10:14:49 +0000 (10:14 +0000)]
(record_files): Set double_colon pointer instead of flag.
Roland McGrath [Tue, 5 Apr 1994 10:09:28 +0000 (10:09 +0000)]
(try_variable_definition): Return after abort.
Roland McGrath [Tue, 5 Apr 1994 09:22:13 +0000 (09:22 +0000)]
(struct file): Change member `double_colon' from flag to `struct file *'.
Roland McGrath [Fri, 1 Apr 1994 23:44:10 +0000 (23:44 +0000)]
(read_makefile): Remove unused variable.
(parse_file_seq): When removing an elt that is just `)', properly fix up
the previous elt's next pointer.
Roland McGrath [Tue, 29 Mar 1994 00:23:41 +0000 (00:23 +0000)]
Put $Id$ inside [] in AC_REVISION, since expansion contains a comma.
Roland McGrath [Tue, 29 Mar 1994 00:18:03 +0000 (00:18 +0000)]
(rcs-mark-alpha): New target.
(dist): Depend on that.
Roland McGrath [Tue, 29 Mar 1994 00:13:58 +0000 (00:13 +0000)]
(Makefile.in): Edit MAKE assignment into @SET_MAKE@.
Roland McGrath [Mon, 28 Mar 1994 23:31:37 +0000 (23:31 +0000)]
Do AC_SET_MAKE.
Roland McGrath [Mon, 28 Mar 1994 22:58:08 +0000 (22:58 +0000)]
Added rcsid.
Roland McGrath [Wed, 23 Mar 1994 14:53:21 +0000 (14:53 +0000)]
entered into RCS
Roland McGrath [Wed, 23 Mar 1994 14:43:56 +0000 (14:43 +0000)]
Added rcs id.
Roland McGrath [Wed, 23 Mar 1994 14:12:55 +0000 (14:12 +0000)]
entered into RCS
Roland McGrath [Fri, 4 Mar 1994 05:36:26 +0000 (05:36 +0000)]
entered into RCS
Roland McGrath [Fri, 4 Mar 1994 05:10:22 +0000 (05:10 +0000)]
Formerly read.c.~75~
Roland McGrath [Fri, 4 Mar 1994 05:10:20 +0000 (05:10 +0000)]
Formerly misc.c.~31~
Roland McGrath [Wed, 16 Feb 1994 23:58:49 +0000 (23:58 +0000)]
entered into RCS
Roland McGrath [Wed, 16 Feb 1994 22:55:31 +0000 (22:55 +0000)]
Formerly read.c.~74~
Roland McGrath [Wed, 16 Feb 1994 21:32:01 +0000 (21:32 +0000)]
entered into RCS
Roland McGrath [Wed, 16 Feb 1994 21:25:32 +0000 (21:25 +0000)]
Formerly misc.c.~30~
Roland McGrath [Wed, 16 Feb 1994 21:13:16 +0000 (21:13 +0000)]
Formerly main.c.~105~
Roland McGrath [Wed, 16 Feb 1994 21:09:47 +0000 (21:09 +0000)]
entered into RCS
Roland McGrath [Sat, 12 Feb 1994 00:16:20 +0000 (00:16 +0000)]
entered into RCS
Roland McGrath [Fri, 11 Feb 1994 02:45:27 +0000 (02:45 +0000)]
entered into RCS
Roland McGrath [Fri, 4 Feb 1994 21:28:53 +0000 (21:28 +0000)]
Formerly make.h.~82~
Roland McGrath [Thu, 3 Feb 1994 07:21:18 +0000 (07:21 +0000)]
Formerly misc.c.~29~
Roland McGrath [Tue, 1 Feb 1994 00:11:47 +0000 (00:11 +0000)]
Formerly variable.c.~27~
Roland McGrath [Tue, 1 Feb 1994 00:07:17 +0000 (00:07 +0000)]
Formerly read.c.~73~
Roland McGrath [Wed, 26 Jan 1994 00:48:30 +0000 (00:48 +0000)]
Formerly variable.c.~26~
Roland McGrath [Wed, 26 Jan 1994 00:47:07 +0000 (00:47 +0000)]
Formerly make.texinfo.~127~
Roland McGrath [Tue, 25 Jan 1994 21:51:25 +0000 (21:51 +0000)]
Formerly commands.c.~20~
Roland McGrath [Wed, 19 Jan 1994 23:04:36 +0000 (23:04 +0000)]
Formerly make.texinfo.~126~
Roland McGrath [Mon, 17 Jan 1994 22:06:11 +0000 (22:06 +0000)]
Formerly make.texinfo.~125~
Roland McGrath [Mon, 17 Jan 1994 22:05:22 +0000 (22:05 +0000)]
Formerly default.c.~32~
Roland McGrath [Wed, 12 Jan 1994 00:30:18 +0000 (00:30 +0000)]
Formerly GNUmakefile.~116~
Roland McGrath [Fri, 7 Jan 1994 21:28:25 +0000 (21:28 +0000)]
Formerly GNUmakefile.~115~
Roland McGrath [Fri, 7 Jan 1994 21:27:29 +0000 (21:27 +0000)]
entered into RCS
Roland McGrath [Thu, 6 Jan 1994 23:12:09 +0000 (23:12 +0000)]
Formerly main.c.~104~
Roland McGrath [Thu, 6 Jan 1994 23:11:22 +0000 (23:11 +0000)]
Formerly compatMakefile.~87~
Roland McGrath [Thu, 23 Dec 1993 22:56:05 +0000 (22:56 +0000)]
Formerly read.c.~72~
Roland McGrath [Thu, 23 Dec 1993 20:41:21 +0000 (20:41 +0000)]
Formerly GNUmakefile.~113~
Roland McGrath [Thu, 23 Dec 1993 19:46:50 +0000 (19:46 +0000)]
Formerly configure.in.~32~
Roland McGrath [Thu, 23 Dec 1993 04:42:29 +0000 (04:42 +0000)]
Formerly vpath.c.~15~
Roland McGrath [Wed, 22 Dec 1993 22:18:14 +0000 (22:18 +0000)]
Formerly GNUmakefile.~112~
Roland McGrath [Wed, 22 Dec 1993 22:00:41 +0000 (22:00 +0000)]
Formerly configure.in.~31~
Roland McGrath [Fri, 17 Dec 1993 20:31:32 +0000 (20:31 +0000)]
Formerly configure.in.~30~
Roland McGrath [Thu, 16 Dec 1993 23:24:39 +0000 (23:24 +0000)]
Formerly arscan.c.~32~
Roland McGrath [Thu, 16 Dec 1993 20:10:36 +0000 (20:10 +0000)]
Formerly main.c.~103~
Roland McGrath [Wed, 15 Dec 1993 22:49:45 +0000 (22:49 +0000)]
Formerly main.c.~102~
Roland McGrath [Wed, 15 Dec 1993 00:33:30 +0000 (00:33 +0000)]
Formerly make.texinfo.~124~
Roland McGrath [Tue, 14 Dec 1993 23:06:56 +0000 (23:06 +0000)]
Formerly configure.in.~29~
Roland McGrath [Tue, 14 Dec 1993 22:16:38 +0000 (22:16 +0000)]
Formerly make.texinfo.~123~
Roland McGrath [Tue, 14 Dec 1993 21:59:57 +0000 (21:59 +0000)]
Formerly default.c.~31~
Roland McGrath [Tue, 14 Dec 1993 21:56:50 +0000 (21:56 +0000)]
Formerly configure.in.~28~
Roland McGrath [Tue, 14 Dec 1993 21:50:51 +0000 (21:50 +0000)]
entered into RCS
Roland McGrath [Tue, 14 Dec 1993 21:06:33 +0000 (21:06 +0000)]
Formerly ar.c.~6~
Roland McGrath [Tue, 14 Dec 1993 20:09:51 +0000 (20:09 +0000)]
Formerly read.c.~71~
Roland McGrath [Tue, 14 Dec 1993 19:36:43 +0000 (19:36 +0000)]
Formerly file.c.~27~
Roland McGrath [Tue, 14 Dec 1993 19:28:59 +0000 (19:28 +0000)]
Formerly vpath.c.~14~
Roland McGrath [Fri, 3 Dec 1993 21:40:28 +0000 (21:40 +0000)]
Formerly configure.in.~27~
Roland McGrath [Thu, 2 Dec 1993 20:44:03 +0000 (20:44 +0000)]
Formerly read.c.~70~
Roland McGrath [Thu, 2 Dec 1993 20:37:46 +0000 (20:37 +0000)]
Formerly misc.c.~28~
Roland McGrath [Thu, 11 Nov 1993 16:51:19 +0000 (16:51 +0000)]
Formerly GNUmakefile.~111~
Roland McGrath [Thu, 11 Nov 1993 16:47:27 +0000 (16:47 +0000)]
Formerly default.c.~30~
Roland McGrath [Wed, 10 Nov 1993 11:06:04 +0000 (11:06 +0000)]
Formerly read.c.~69~
Roland McGrath [Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)]
entered into RCS
Roland McGrath [Wed, 3 Nov 1993 12:21:47 +0000 (12:21 +0000)]
Formerly make.texinfo.~122~
Roland McGrath [Wed, 3 Nov 1993 11:56:26 +0000 (11:56 +0000)]
entered into RCS
Roland McGrath [Fri, 29 Oct 1993 21:50:48 +0000 (21:50 +0000)]
Formerly function.c.~31~
Roland McGrath [Fri, 29 Oct 1993 20:47:10 +0000 (20:47 +0000)]
Formerly compatMakefile.~86~
Roland McGrath [Thu, 28 Oct 1993 00:09:14 +0000 (00:09 +0000)]
Formerly make.h.~81~
Roland McGrath [Wed, 27 Oct 1993 22:23:18 +0000 (22:23 +0000)]
Formerly file.h.~6~
Roland McGrath [Wed, 27 Oct 1993 22:14:41 +0000 (22:14 +0000)]
Formerly main.c.~101~
Roland McGrath [Wed, 27 Oct 1993 22:14:26 +0000 (22:14 +0000)]
Formerly remake.c.~52~
Roland McGrath [Tue, 26 Oct 1993 23:55:04 +0000 (23:55 +0000)]
Formerly main.c.~100~
Roland McGrath [Tue, 26 Oct 1993 23:45:32 +0000 (23:45 +0000)]
Formerly remake.c.~51~
Roland McGrath [Mon, 25 Oct 1993 19:25:17 +0000 (19:25 +0000)]
Formerly read.c.~68~
Roland McGrath [Mon, 25 Oct 1993 19:11:46 +0000 (19:11 +0000)]
Formerly GNUmakefile.~110~
Roland McGrath [Mon, 25 Oct 1993 18:52:25 +0000 (18:52 +0000)]
Formerly main.c.~99~
Roland McGrath [Fri, 22 Oct 1993 06:56:46 +0000 (06:56 +0000)]
Formerly configure.in.~26~
Roland McGrath [Thu, 21 Oct 1993 20:48:08 +0000 (20:48 +0000)]
entered into RCS
Roland McGrath [Thu, 21 Oct 1993 20:02:11 +0000 (20:02 +0000)]
Formerly make.texinfo.~121~
Roland McGrath [Wed, 20 Oct 1993 05:46:21 +0000 (05:46 +0000)]
Formerly make.texinfo.~120~