platform/upstream/make.git
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.

30 years ago(enter_file): If there is already a double-colon entry for the file, set
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.

30 years ago(record_files): Set double_colon pointer instead of flag.
Roland McGrath [Tue, 5 Apr 1994 10:14:49 +0000 (10:14 +0000)]
(record_files): Set double_colon pointer instead of flag.

30 years ago(try_variable_definition): Return after abort.
Roland McGrath [Tue, 5 Apr 1994 10:09:28 +0000 (10:09 +0000)]
(try_variable_definition): Return after abort.

30 years ago(struct file): Change member `double_colon' from flag to `struct file *'.
Roland McGrath [Tue, 5 Apr 1994 09:22:13 +0000 (09:22 +0000)]
(struct file): Change member `double_colon' from flag to `struct file *'.

30 years ago(read_makefile): Remove unused variable.
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.

30 years agoPut $Id$ inside [] in AC_REVISION, since expansion contains a comma.
Roland McGrath [Tue, 29 Mar 1994 00:23:41 +0000 (00:23 +0000)]
Put $Id$ inside [] in AC_REVISION, since expansion contains a comma.

30 years ago(rcs-mark-alpha): New target.
Roland McGrath [Tue, 29 Mar 1994 00:18:03 +0000 (00:18 +0000)]
(rcs-mark-alpha): New target.
(dist): Depend on that.

30 years ago(Makefile.in): Edit MAKE assignment into @SET_MAKE@.
Roland McGrath [Tue, 29 Mar 1994 00:13:58 +0000 (00:13 +0000)]
(Makefile.in): Edit MAKE assignment into @SET_MAKE@.

30 years agoDo AC_SET_MAKE.
Roland McGrath [Mon, 28 Mar 1994 23:31:37 +0000 (23:31 +0000)]
Do AC_SET_MAKE.

30 years agoAdded rcsid.
Roland McGrath [Mon, 28 Mar 1994 22:58:08 +0000 (22:58 +0000)]
Added rcsid.

30 years agoentered into RCS
Roland McGrath [Wed, 23 Mar 1994 14:53:21 +0000 (14:53 +0000)]
entered into RCS

30 years agoAdded rcs id.
Roland McGrath [Wed, 23 Mar 1994 14:43:56 +0000 (14:43 +0000)]
Added rcs id.

30 years agoentered into RCS
Roland McGrath [Wed, 23 Mar 1994 14:12:55 +0000 (14:12 +0000)]
entered into RCS

30 years agoentered into RCS
Roland McGrath [Fri, 4 Mar 1994 05:36:26 +0000 (05:36 +0000)]
entered into RCS

30 years agoFormerly read.c.~75~
Roland McGrath [Fri, 4 Mar 1994 05:10:22 +0000 (05:10 +0000)]
Formerly read.c.~75~

30 years agoFormerly misc.c.~31~
Roland McGrath [Fri, 4 Mar 1994 05:10:20 +0000 (05:10 +0000)]
Formerly misc.c.~31~

30 years agoentered into RCS
Roland McGrath [Wed, 16 Feb 1994 23:58:49 +0000 (23:58 +0000)]
entered into RCS

30 years agoFormerly read.c.~74~
Roland McGrath [Wed, 16 Feb 1994 22:55:31 +0000 (22:55 +0000)]
Formerly read.c.~74~

30 years agoentered into RCS
Roland McGrath [Wed, 16 Feb 1994 21:32:01 +0000 (21:32 +0000)]
entered into RCS

30 years agoFormerly misc.c.~30~
Roland McGrath [Wed, 16 Feb 1994 21:25:32 +0000 (21:25 +0000)]
Formerly misc.c.~30~

30 years agoFormerly main.c.~105~
Roland McGrath [Wed, 16 Feb 1994 21:13:16 +0000 (21:13 +0000)]
Formerly main.c.~105~

30 years agoentered into RCS
Roland McGrath [Wed, 16 Feb 1994 21:09:47 +0000 (21:09 +0000)]
entered into RCS

30 years agoentered into RCS
Roland McGrath [Sat, 12 Feb 1994 00:16:20 +0000 (00:16 +0000)]
entered into RCS

30 years agoentered into RCS
Roland McGrath [Fri, 11 Feb 1994 02:45:27 +0000 (02:45 +0000)]
entered into RCS

30 years agoFormerly make.h.~82~
Roland McGrath [Fri, 4 Feb 1994 21:28:53 +0000 (21:28 +0000)]
Formerly make.h.~82~

30 years agoFormerly misc.c.~29~
Roland McGrath [Thu, 3 Feb 1994 07:21:18 +0000 (07:21 +0000)]
Formerly misc.c.~29~

30 years agoFormerly variable.c.~27~
Roland McGrath [Tue, 1 Feb 1994 00:11:47 +0000 (00:11 +0000)]
Formerly variable.c.~27~

30 years agoFormerly read.c.~73~
Roland McGrath [Tue, 1 Feb 1994 00:07:17 +0000 (00:07 +0000)]
Formerly read.c.~73~

30 years agoFormerly variable.c.~26~
Roland McGrath [Wed, 26 Jan 1994 00:48:30 +0000 (00:48 +0000)]
Formerly variable.c.~26~

30 years agoFormerly make.texinfo.~127~
Roland McGrath [Wed, 26 Jan 1994 00:47:07 +0000 (00:47 +0000)]
Formerly make.texinfo.~127~

30 years agoFormerly commands.c.~20~
Roland McGrath [Tue, 25 Jan 1994 21:51:25 +0000 (21:51 +0000)]
Formerly commands.c.~20~

30 years agoFormerly make.texinfo.~126~
Roland McGrath [Wed, 19 Jan 1994 23:04:36 +0000 (23:04 +0000)]
Formerly make.texinfo.~126~

30 years agoFormerly make.texinfo.~125~
Roland McGrath [Mon, 17 Jan 1994 22:06:11 +0000 (22:06 +0000)]
Formerly make.texinfo.~125~

30 years agoFormerly default.c.~32~
Roland McGrath [Mon, 17 Jan 1994 22:05:22 +0000 (22:05 +0000)]
Formerly default.c.~32~

30 years agoFormerly GNUmakefile.~116~
Roland McGrath [Wed, 12 Jan 1994 00:30:18 +0000 (00:30 +0000)]
Formerly GNUmakefile.~116~

30 years agoFormerly GNUmakefile.~115~
Roland McGrath [Fri, 7 Jan 1994 21:28:25 +0000 (21:28 +0000)]
Formerly GNUmakefile.~115~

30 years agoentered into RCS
Roland McGrath [Fri, 7 Jan 1994 21:27:29 +0000 (21:27 +0000)]
entered into RCS

30 years agoFormerly main.c.~104~
Roland McGrath [Thu, 6 Jan 1994 23:12:09 +0000 (23:12 +0000)]
Formerly main.c.~104~

30 years agoFormerly compatMakefile.~87~
Roland McGrath [Thu, 6 Jan 1994 23:11:22 +0000 (23:11 +0000)]
Formerly compatMakefile.~87~

30 years agoFormerly read.c.~72~
Roland McGrath [Thu, 23 Dec 1993 22:56:05 +0000 (22:56 +0000)]
Formerly read.c.~72~

30 years agoFormerly GNUmakefile.~113~
Roland McGrath [Thu, 23 Dec 1993 20:41:21 +0000 (20:41 +0000)]
Formerly GNUmakefile.~113~

30 years agoFormerly configure.in.~32~
Roland McGrath [Thu, 23 Dec 1993 19:46:50 +0000 (19:46 +0000)]
Formerly configure.in.~32~

30 years agoFormerly vpath.c.~15~
Roland McGrath [Thu, 23 Dec 1993 04:42:29 +0000 (04:42 +0000)]
Formerly vpath.c.~15~

30 years agoFormerly GNUmakefile.~112~
Roland McGrath [Wed, 22 Dec 1993 22:18:14 +0000 (22:18 +0000)]
Formerly GNUmakefile.~112~

30 years agoFormerly configure.in.~31~
Roland McGrath [Wed, 22 Dec 1993 22:00:41 +0000 (22:00 +0000)]
Formerly configure.in.~31~

30 years agoFormerly configure.in.~30~
Roland McGrath [Fri, 17 Dec 1993 20:31:32 +0000 (20:31 +0000)]
Formerly configure.in.~30~

30 years agoFormerly arscan.c.~32~
Roland McGrath [Thu, 16 Dec 1993 23:24:39 +0000 (23:24 +0000)]
Formerly arscan.c.~32~

30 years agoFormerly main.c.~103~
Roland McGrath [Thu, 16 Dec 1993 20:10:36 +0000 (20:10 +0000)]
Formerly main.c.~103~

30 years agoFormerly main.c.~102~
Roland McGrath [Wed, 15 Dec 1993 22:49:45 +0000 (22:49 +0000)]
Formerly main.c.~102~

30 years agoFormerly make.texinfo.~124~
Roland McGrath [Wed, 15 Dec 1993 00:33:30 +0000 (00:33 +0000)]
Formerly make.texinfo.~124~

30 years agoFormerly configure.in.~29~
Roland McGrath [Tue, 14 Dec 1993 23:06:56 +0000 (23:06 +0000)]
Formerly configure.in.~29~

30 years agoFormerly make.texinfo.~123~
Roland McGrath [Tue, 14 Dec 1993 22:16:38 +0000 (22:16 +0000)]
Formerly make.texinfo.~123~

30 years agoFormerly default.c.~31~
Roland McGrath [Tue, 14 Dec 1993 21:59:57 +0000 (21:59 +0000)]
Formerly default.c.~31~

30 years agoFormerly configure.in.~28~
Roland McGrath [Tue, 14 Dec 1993 21:56:50 +0000 (21:56 +0000)]
Formerly configure.in.~28~

30 years agoentered into RCS
Roland McGrath [Tue, 14 Dec 1993 21:50:51 +0000 (21:50 +0000)]
entered into RCS

30 years agoFormerly ar.c.~6~
Roland McGrath [Tue, 14 Dec 1993 21:06:33 +0000 (21:06 +0000)]
Formerly ar.c.~6~

30 years agoFormerly read.c.~71~
Roland McGrath [Tue, 14 Dec 1993 20:09:51 +0000 (20:09 +0000)]
Formerly read.c.~71~

30 years agoFormerly file.c.~27~
Roland McGrath [Tue, 14 Dec 1993 19:36:43 +0000 (19:36 +0000)]
Formerly file.c.~27~

30 years agoFormerly vpath.c.~14~
Roland McGrath [Tue, 14 Dec 1993 19:28:59 +0000 (19:28 +0000)]
Formerly vpath.c.~14~

30 years agoFormerly configure.in.~27~
Roland McGrath [Fri, 3 Dec 1993 21:40:28 +0000 (21:40 +0000)]
Formerly configure.in.~27~

30 years agoFormerly read.c.~70~
Roland McGrath [Thu, 2 Dec 1993 20:44:03 +0000 (20:44 +0000)]
Formerly read.c.~70~

30 years agoFormerly misc.c.~28~
Roland McGrath [Thu, 2 Dec 1993 20:37:46 +0000 (20:37 +0000)]
Formerly misc.c.~28~

30 years agoFormerly GNUmakefile.~111~
Roland McGrath [Thu, 11 Nov 1993 16:51:19 +0000 (16:51 +0000)]
Formerly GNUmakefile.~111~

30 years agoFormerly default.c.~30~
Roland McGrath [Thu, 11 Nov 1993 16:47:27 +0000 (16:47 +0000)]
Formerly default.c.~30~

30 years agoFormerly read.c.~69~
Roland McGrath [Wed, 10 Nov 1993 11:06:04 +0000 (11:06 +0000)]
Formerly read.c.~69~

30 years agoentered into RCS
Roland McGrath [Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)]
entered into RCS

30 years agoFormerly make.texinfo.~122~
Roland McGrath [Wed, 3 Nov 1993 12:21:47 +0000 (12:21 +0000)]
Formerly make.texinfo.~122~

30 years agoentered into RCS
Roland McGrath [Wed, 3 Nov 1993 11:56:26 +0000 (11:56 +0000)]
entered into RCS

30 years agoFormerly function.c.~31~
Roland McGrath [Fri, 29 Oct 1993 21:50:48 +0000 (21:50 +0000)]
Formerly function.c.~31~

30 years agoFormerly compatMakefile.~86~
Roland McGrath [Fri, 29 Oct 1993 20:47:10 +0000 (20:47 +0000)]
Formerly compatMakefile.~86~

30 years agoFormerly make.h.~81~
Roland McGrath [Thu, 28 Oct 1993 00:09:14 +0000 (00:09 +0000)]
Formerly make.h.~81~