Roland McGrath
0b3317d2e1
Add missing ".
1994-09-07 00:15:23 +00:00
Roland McGrath
ca5a872280
Changed all assignments of command_state members to calls to
...
set_command_state.
1994-09-07 00:04:49 +00:00
Roland McGrath
4244f182f2
(set_command_state): New function.
1994-09-07 00:02:25 +00:00
Roland McGrath
be6e6d74bb
Declare set_command_state.
1994-09-06 23:48:36 +00:00
Roland McGrath
4c0fef3dd7
(init_switches): Put a + first in options.
1994-09-06 23:13:43 +00:00
Richard M. Stallman
d3b65c3cb7
entered into RCS
1994-08-21 17:29:57 +00:00
gnu
bc48185f8e
Formerly make-stds.texi.~29~
1994-08-10 05:41:00 +00:00
Roland McGrath
6fcf219fa7
Initial revision
1994-07-25 23:47:05 +00:00
Roland McGrath
d2e23eefd2
Added trailing CRs.
1994-07-25 23:46:16 +00:00
Roland McGrath
55162a6730
Changed all uses of ':' to PATH_SEPARATOR_CHAR.
1994-07-25 23:34:32 +00:00
Roland McGrath
021ea7e61c
(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>.
1994-07-25 23:33:26 +00:00
Roland McGrath
f663464925
(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
1994-07-25 23:28:08 +00:00
Roland McGrath
5d435e0859
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.
1994-07-25 23:27:48 +00:00
Roland McGrath
a2ab31ba62
[__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>.
1994-07-25 23:23:03 +00:00
Roland McGrath
da2ea1ea7f
(expand_function: `shell') [__MSDOS__]: Wholly new implementation.
1994-07-25 23:06:00 +00:00
Roland McGrath
21a1b3b255
[__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>.
1994-07-25 23:01:19 +00:00
Roland McGrath
c8e76a708e
[__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>.
1994-07-25 22:54:09 +00:00
Roland McGrath
461cffc4e9
Initial revision
1994-07-25 22:48:06 +00:00
Roland McGrath
cdd25d1fb3
(fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit.
...
Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
1994-07-25 22:47:14 +00:00
Roland McGrath
9a3666d550
(set_file_variables): Add parens in length computation in .SUFFIXES dep
...
loop to quiet compiler warning. From Jim Meyering.
1994-07-25 22:09:25 +00:00
Roland McGrath
90dffad2cc
(read_makefile): Free FILENAME if we allocated it. From Jim Meyering.
1994-07-25 22:07:41 +00:00
Roland McGrath
c1f2ef6d09
Update ISBN number to 1-882114-50-7 for edition 0.46.
...
Use new macro ISBN set at top of file.
1994-07-20 12:30:52 +00:00
Roland McGrath
51250a676d
Split a shell command line in @example to avoid overfull hbox.
1994-07-08 18:33:15 +00:00
Roland McGrath
d2461a2409
(Goals): Say that only first target in first rule is default goal.
...
(Archive Pitfalls): New node.
1994-07-05 21:27:09 +00:00
Roland McGrath
fdea69c5fa
(selective_vpath_search): Use safe_stat in place of stat.
1994-07-04 21:56:24 +00:00
Roland McGrath
7c7552336d
(construct_include_path): Use safe_stat in place of stat.
1994-07-04 21:55:13 +00:00
Roland McGrath
535dcf6a22
(search_path): Use safe_stat in place of stat.
1994-07-04 21:54:18 +00:00
Roland McGrath
84091971f9
(find_directory): Use safe_stat in place of stat.
1994-07-04 21:53:25 +00:00
Roland McGrath
61da194af9
(delete_target): Use safe_stat in place of stat.
1994-07-04 21:52:28 +00:00
Roland McGrath
30c1465265
(ar_member_touch) [EINTR]: Do EINTR looping around fstat.
1994-07-04 21:51:49 +00:00
Roland McGrath
b574b8ea5a
(name_mtime): Use safe_stat in place of stat.
...
(touch_file) [EINTR]: Do EINTR looping around fstat.
1994-07-04 21:50:03 +00:00
Roland McGrath
710e8e6f6f
(safe_stat): New function, EINTR-safe wrapper around stat.
1994-07-04 21:46:58 +00:00
Roland McGrath
4a8a7637f3
(read_makefile): Check for a shell command first, and then strip leading
...
tabs before further checking if it's not a shell command line.
1994-06-24 10:34:03 +00:00
Roland McGrath
6348923799
Fix typo in last change.
1994-06-24 10:22:37 +00:00
Roland McGrath
660a23d649
[__arm]: Undefine POSIX.
...
[!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system
functions that return int.
1994-06-24 09:45:35 +00:00
Roland McGrath
5bd9836fba
(construct_command_argv_internal): After swallowing a backslash-newline
...
combination, if INSTRING is set goto string_char (new label) for normal
INSTRING handling code.
1994-06-24 09:40:13 +00:00
Roland McGrath
0cb47363e1
Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.
1994-06-04 05:24:48 +00:00
Roland McGrath
fff5a9ece0
Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS.
...
Instead use two AC_COMPILE_CHECKs.
1994-06-04 05:11:12 +00:00
Richard M. Stallman
e3a24fc596
[emacs]: Block input around the garbage reclamation.
...
Include blockinput.h.
1994-06-02 17:45:40 +00:00
Roland McGrath
bb38b0c253
[!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for these
...
declarations.
1994-05-23 22:25:30 +00:00
Roland McGrath
d2ed03e72a
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
...
HAVE_SETREUID and HAVE_SETREGID.
1994-05-23 22:20:30 +00:00
Roland McGrath
e72213687f
[GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID].
...
Every system has those, and configure doesn't check for them.
1994-05-21 20:28:10 +00:00
Roland McGrath
491d66a916
[_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.
1994-05-21 20:27:18 +00:00
Roland McGrath
f4fb1be3d8
(loadavg): Depend on and use loadavg.c instead of getloadavg.c.
...
(loadavg.c): Link or copy it from getloadavg.c.
(distclean): Remove loadavg.c.
1994-05-21 20:26:33 +00:00
Roland McGrath
10abeb4a08
(AC_MACRODIR): Don't define it.
...
[AC_MACRODIR]: Protect deps using it with ifdef.
1994-05-19 00:35:53 +00:00
Roland McGrath
a369402d11
Correct update date updated in last change.
1994-05-17 03:50:09 +00:00
Roland McGrath
fe3962cf54
Update update date for last change.
1994-05-17 03:46:27 +00:00
Roland McGrath
cf76b42f2b
[GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID.
1994-05-17 03:09:02 +00:00
Roland McGrath
fb088e4526
(SCCS_GET_MINUS_G check): Put -G flag before file name.
1994-05-17 02:59:57 +00:00
Roland McGrath
f2804372bd
(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before
...
$<. On some systems -G is grokked only before the file name.
1994-05-17 02:58:49 +00:00