Roland McGrath
e8f64b2c88
(notice_finished_file): Only mark also_make's as updated if really ran
...
cmds.
1994-11-23 03:42:34 +00:00
Roland McGrath
4867409da2
Put dnls before random whitespace.
1994-11-15 11:32:39 +00:00
Roland McGrath
f801fc3521
(CPPFLAGS): New variable, set from @CPPFLAGS@.
...
(RANLIB): Variable removed.
(prefix, exec_prefix): Set these from @...@.
(.c.o): Use $(CPPFLAGS).
(glob/libglob.a): Don't pass down variables to sub-make.
glob/Makefile should be configured properly by configure.
(distclean): Remove config.log and config.cache (autoconf stuff).
1994-11-13 10:02:19 +00:00
David J. MacKenzie
b2c0446e71
Explain reason for new filesystem layout.
1994-11-11 04:33:24 +00:00
Roland McGrath
8f98ceb724
Add #undef HAVE_UNION_WAIT.
1994-11-08 02:09:49 +00:00
Roland McGrath
dea9990bc8
Converted to Autoconf v2.
1994-11-08 02:08:24 +00:00
Roland McGrath
e4c43aab3e
Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR,
...
NDIR.
1994-11-08 00:14:50 +00:00
Roland McGrath
e55ed78080
(prefix, exec_prefix): Set these from @...@.
...
(CPPFLAGS): New variable, set from @CPPFLAGS@.
(compiling loop): Pass $CPPFLAGS before $CFLAGS.
1994-11-07 23:42:58 +00:00
Roland McGrath
ca54a0b991
Initial revision
1994-11-07 23:40:44 +00:00
Roland McGrath
e25e2fb7f5
(define_makeflags): When no flags, set WORDS to zero.
1994-11-07 18:57:56 +00:00
Roland McGrath
1a886b6359
(define_makeflags): Terminate properly when FLAGSTRING is empty.
1994-11-06 23:33:55 +00:00
Roland McGrath
b511712f25
(rcs-mark-{alpha,beta}): Let make do the globbing instead of sh.
1994-11-04 21:08:52 +00:00
Roland McGrath
30fcca501f
Remove `DRAFT' from edition.
1994-11-04 20:23:23 +00:00
Roland McGrath
806dc4f7c4
(Variables/Recursion): Fix typo.
1994-11-01 08:40:19 +00:00
Roland McGrath
c0163410d2
(start_job_command): When ARGV is nil, only set update_state and call
...
notice_finished_file if job_next_command returns zero.
1994-11-01 08:34:10 +00:00
Roland McGrath
eac1e9ee66
Doc .DELETE_ON_ERROR.
...
Doc new MAKEFLAGS/MAKEOVERRIDES.
Doc .IGNORE/.SILENT with deps.
1994-11-01 08:29:31 +00:00
Roland McGrath
8ad5af7c28
(start_job_command): Call notice_finished_file for empty command line.
1994-11-01 06:18:07 +00:00
Roland McGrath
857d7ad256
(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.
1994-10-27 06:02:43 +00:00
Roland McGrath
612a29e0dd
[alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.
1994-10-27 00:34:56 +00:00
Roland McGrath
462304918c
(snap_deps): Set command_flags bits in all :: entries.
1994-10-26 02:49:21 +00:00
Roland McGrath
9d36c92adb
(snap_deps): Fix last change.
1994-10-24 23:44:16 +00:00
Roland McGrath
640c4ecd99
(posix_pedantic): Declare it.
1994-10-24 23:11:57 +00:00
Roland McGrath
07f09cfd88
(main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.
1994-10-24 22:57:07 +00:00
Roland McGrath
d37c9ba18a
(snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main.
...
If .IGNORE has deps, OR COMMANDS_NOERROR into their command_flags and
don't set -i. Likewise .SILENT.
1994-10-24 22:56:27 +00:00
Roland McGrath
cc8d6cf343
(start_job_command): In FLAGS initialization, OR in
...
CHILD->file->command_flags.
1994-10-24 22:50:01 +00:00
Roland McGrath
4b17f0982b
(struct file): New member `command_flags'.
1994-10-24 22:47:43 +00:00
Roland McGrath
dc576b2051
(Automatic Dependencies): Improve recommended sed command.
...
Mention -MM flag to gcc.
1994-10-24 05:05:43 +00:00
Roland McGrath
a543a2ae9f
(Commands): Add warning about "blank" line starting with a tab.
1994-10-17 00:02:27 +00:00
Roland McGrath
0e352e4bf7
(switches): Bump flag values for --no-print-directory and
...
--warn-undefined-variables, so neither is 1 (which indicates a nonoption
argument).
1994-10-16 05:01:46 +00:00
Roland McGrath
3f8bde0f25
(main): Add missing code in .IGNORE test.
1994-10-16 03:39:35 +00:00
Roland McGrath
4308542cb1
Document $+ and $(+D), $(+F).
1994-10-10 08:10:13 +00:00
Roland McGrath
e622fcf22e
(define_automatic_variables): Define +D and +F.
1994-10-10 08:08:58 +00:00
Roland McGrath
1766b7fa59
(main): Define hidden automatic variable with command vars, and
...
MAKEOVERRIDES to a reference to that.
(define_makeflags): If posix_pedantic, write a reference to that instead.
1994-10-01 08:07:35 +00:00
Roland McGrath
fa999783d7
(posix_pedantic): New variable.
...
(main): Set posix_pedantic if .POSIX is a target.
Fix .IGNORE and .SILENT hecks to require is_target.
1994-09-30 01:04:54 +00:00
Roland McGrath
e97d6632b5
Comment fix.
1994-09-29 19:52:49 +00:00
Roland McGrath
e3d013a79a
(set_file_variables): Define new automatic variable $+, like $^ but before
...
calling uniquize_deps.
1994-09-29 08:23:25 +00:00
Roland McGrath
9807a2869f
(reap_children): Call delete_child_targets for non-signal error if
...
.DELETE_ON_ERROR is a target.
1994-09-29 04:14:20 +00:00
Roland McGrath
e9521d3447
[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.
1994-09-28 21:00:06 +00:00
Roland McGrath
c62ca42327
(reap_children): Don't change C->file->command_state when dying.
...
Test it only after calling start_job_command for a new command line.
When no more cmds, just set C->file->update_status.
(start_job_command): When the last line is empty or under -n, set
C->file->update_status.
(start_waiting_job): Grok cs_not_started after start_job_command as success.
(new_job): Set C->file->update_status when there are no cmds.
(job_next_command): When out of lines, don't set CHILD->file->update_status or
CHILD->file->command_state.
1994-09-26 23:02:40 +00:00
Roland McGrath
2feb36f620
(quote_as_word): Actually test DOUBLE_DOLLARS, instead of always doubling.
1994-09-26 22:45:08 +00:00
Roland McGrath
f40918e005
(quote_as_word): Renamed from shell_quote.
...
Take new arg; if nonzero, also double $s.
(main): Define MAKEOVERRIDES from command_variables here.
(define_makeflags): Don't use command_variables here; instead write a
reference $(MAKEOVERRIDES) in MAKEFLAGS. Make vars recursive.
1994-09-26 22:37:10 +00:00
Roland McGrath
b13a443fa7
[__MSDOS__]: Fixed typo.
1994-09-26 22:20:56 +00:00
Roland McGrath
e938a511be
(selective_vpath_search): Reset EXISTS when stat fails.
1994-09-26 22:16:51 +00:00
David J. MacKenzie
a96d572aa6
remove CONFIG_BROKETS
1994-09-26 21:57:54 +00:00
David J. MacKenzie
990c39d973
REMOVE CONFIG_BROKETS
1994-09-26 21:56:21 +00:00
David J. MacKenzie
24d37fb493
remove CONFIG_BROKETS
1994-09-26 21:52:40 +00:00
Richard M. Stallman
c1e20276cb
(getloadavg): Add OSF_ALPHA support.
1994-09-17 00:16:57 +00:00
Roland McGrath
9f71eaf6b5
Include <assert.h> and use assert instead of printfs and abort.
1994-09-10 15:04:57 +00:00
Roland McGrath
03cd08cca2
(decode_switches): Loop until optind hits ARGC, not just until getopt_long
...
returns EOF. Initialize C to zero before loop; in loop if C is EOF, set
optarg from ARGV[optind++], else call getopt_long.
(decode_env_switches): Use variable_expand instead of
allocated_variable_expand. Allocate a fresh buffer to copy split words
into; scan characters by hand to break words and debackslashify.
(shell_quote): New function.
(define_makeflags): Allocate doubled space for switch args, and command
variable names and values; use shell_quote to quote those things.
1994-09-10 07:01:10 +00:00
Roland McGrath
dc44a79020
Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.
1994-09-09 07:16:54 +00:00