Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-11-28 | (CPPFLAGS): New variable. | Roland McGrath | 1 | -5/+7 | |
(prefix, exec_prefix): Set from @...@. (compilation loop): Pass $CPPFLAGS to compiler. | |||||
1994-11-28 | (build.sh.in): Make it executable. | Roland McGrath | 1 | -0/+1 | |
1994-11-28 | (globfiles): Add configure.in, configure. | Roland McGrath | 1 | -1/+1 | |
1994-11-28 | (make-$(version).tar): Rename install.sh to install-sh.3.72.2 | Roland McGrath | 1 | -1/+1 | |
1994-11-28 | (prefix, exec_prefix): Set. | Roland McGrath | 1 | -4/+4 | |
(CPPFLAGS): Filter out @...@. ($(ARCH)/glob/libglob.a): Don't pass down variables. | |||||
1994-11-28 | Abbreviate copyright years. | Roland McGrath | 1 | -1/+1 | |
1994-11-28 | (AC_OUTPUT): Don't write glob/Makefile. | Roland McGrath | 1 | -1/+1 | |
1994-11-28 | (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED. | Roland McGrath | 1 | -1/+1 | |
1994-11-28 | Don't check for ranlib. | Roland McGrath | 1 | -1/+0 | |
1994-11-23 | (notice_finished_file): Only mark also_make's as updated if really ran | Roland McGrath | 1 | -1/+1 | |
cmds. | |||||
1994-11-15 | Put dnls before random whitespace. | Roland McGrath | 1 | -2/+2 | |
1994-11-13 | (CPPFLAGS): New variable, set from @CPPFLAGS@. | Roland McGrath | 1 | -10/+6 | |
(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-11 | Explain reason for new filesystem layout. | David J. MacKenzie | 1 | -2/+5 | |
1994-11-08 | Add #undef HAVE_UNION_WAIT. | Roland McGrath | 1 | -0/+3 | |
1994-11-08 | Converted to Autoconf v2. | Roland McGrath | 1 | -37/+52 | |
1994-11-08 | Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR, | Roland McGrath | 1 | -9/+9 | |
NDIR. | |||||
1994-11-07 | (prefix, exec_prefix): Set these from @...@. | Roland McGrath | 1 | -5/+7 | |
(CPPFLAGS): New variable, set from @CPPFLAGS@. (compiling loop): Pass $CPPFLAGS before $CFLAGS. | |||||
1994-11-07 | Initial revision | Roland McGrath | 1 | -0/+67 | |
1994-11-07 | (define_makeflags): When no flags, set WORDS to zero. | Roland McGrath | 1 | -1/+4 | |
1994-11-06 | (define_makeflags): Terminate properly when FLAGSTRING is empty. | Roland McGrath | 1 | -0/+2 | |
1994-11-04 | (rcs-mark-{alpha,beta}): Let make do the globbing instead of sh. | Roland McGrath | 1 | -2/+2 | |
1994-11-04 | Remove `DRAFT' from edition.3.72 | Roland McGrath | 1 | -1/+1 | |
1994-11-01 | (Variables/Recursion): Fix typo.3.71.5 | Roland McGrath | 1 | -1/+1 | |
1994-11-01 | (start_job_command): When ARGV is nil, only set update_state and call | Roland McGrath | 1 | -2/+6 | |
notice_finished_file if job_next_command returns zero. | |||||
1994-11-01 | Doc .DELETE_ON_ERROR. | Roland McGrath | 1 | -50/+94 | |
Doc new MAKEFLAGS/MAKEOVERRIDES. Doc .IGNORE/.SILENT with deps. | |||||
1994-11-01 | (start_job_command): Call notice_finished_file for empty command line. | Roland McGrath | 1 | -0/+1 | |
1994-10-27 | (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. | Roland McGrath | 1 | -1/+1 | |
1994-10-27 | [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE. | Roland McGrath | 1 | -7/+7 | |
1994-10-26 | (snap_deps): Set command_flags bits in all :: entries. | Roland McGrath | 1 | -2/+4 | |
1994-10-24 | (snap_deps): Fix last change. | Roland McGrath | 1 | -12/+20 | |
1994-10-24 | (posix_pedantic): Declare it. | Roland McGrath | 1 | -0/+1 | |
1994-10-24 | (main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps. | Roland McGrath | 1 | -11/+2 | |
1994-10-24 | (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main. | Roland McGrath | 1 | -2/+18 | |
If .IGNORE has deps, OR COMMANDS_NOERROR into their command_flags and don't set -i. Likewise .SILENT. | |||||
1994-10-24 | (start_job_command): In FLAGS initialization, OR in | Roland McGrath | 1 | -1/+6 | |
CHILD->file->command_flags. | |||||
1994-10-24 | (struct file): New member `command_flags'. | Roland McGrath | 1 | -1/+2 | |
1994-10-24 | (Automatic Dependencies): Improve recommended sed command. | Roland McGrath | 1 | -2/+8 | |
Mention -MM flag to gcc. | |||||
1994-10-17 | (Commands): Add warning about "blank" line starting with a tab. | Roland McGrath | 1 | -6/+8 | |
1994-10-16 | (switches): Bump flag values for --no-print-directory and | Roland McGrath | 1 | -2/+2 | |
--warn-undefined-variables, so neither is 1 (which indicates a nonoption argument). | |||||
1994-10-16 | (main): Add missing code in .IGNORE test. | Roland McGrath | 1 | -1/+1 | |
1994-10-10 | Document $+ and $(+D), $(+F). | Roland McGrath | 1 | -3/+18 | |
1994-10-10 | (define_automatic_variables): Define +D and +F. | Roland McGrath | 1 | -0/+2 | |
1994-10-01 | (main): Define hidden automatic variable with command vars, and | Roland McGrath | 1 | -5/+25 | |
MAKEOVERRIDES to a reference to that. (define_makeflags): If posix_pedantic, write a reference to that instead. | |||||
1994-09-30 | (posix_pedantic): New variable. | Roland McGrath | 1 | -2/+12 | |
(main): Set posix_pedantic if .POSIX is a target. Fix .IGNORE and .SILENT hecks to require is_target. | |||||
1994-09-29 | Comment fix. | Roland McGrath | 1 | -1/+1 | |
1994-09-29 | (set_file_variables): Define new automatic variable $+, like $^ but before | Roland McGrath | 1 | -16/+46 | |
calling uniquize_deps. | |||||
1994-09-29 | (reap_children): Call delete_child_targets for non-signal error if | Roland McGrath | 1 | -1/+7 | |
.DELETE_ON_ERROR is a target. | |||||
1994-09-28 | [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. | Roland McGrath | 1 | -1/+16 | |
1994-09-26 | (reap_children): Don't change C->file->command_state when dying. | Roland McGrath | 1 | -24/+29 | |
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 | (quote_as_word): Actually test DOUBLE_DOLLARS, instead of always doubling. | Roland McGrath | 1 | -1/+1 | |
1994-09-26 | (quote_as_word): Renamed from shell_quote. | Roland McGrath | 1 | -53/+67 | |
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. |