summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (update_file_1): Do set_command_state (FILE, cs_not_started) only if old3.72.3Roland McGrath1994-12-051-1/+10
* (start_waiting_job): Use set_command_state.Roland McGrath1994-11-291-1/+1
* (CPPFLAGS): New variable.Roland McGrath1994-11-281-5/+7
* (build.sh.in): Make it executable.Roland McGrath1994-11-281-0/+1
* (globfiles): Add configure.in, configure.Roland McGrath1994-11-281-1/+1
* (make-$(version).tar): Rename install.sh to install-sh.3.72.2Roland McGrath1994-11-281-1/+1
* (prefix, exec_prefix): Set.Roland McGrath1994-11-281-4/+4
* Abbreviate copyright years.Roland McGrath1994-11-281-1/+1
* (AC_OUTPUT): Don't write glob/Makefile.Roland McGrath1994-11-281-1/+1
* (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.Roland McGrath1994-11-281-1/+1
* Don't check for ranlib.Roland McGrath1994-11-281-1/+0
* (notice_finished_file): Only mark also_make's as updated if really ranRoland McGrath1994-11-231-1/+1
* Put dnls before random whitespace.Roland McGrath1994-11-151-2/+2
* (CPPFLAGS): New variable, set from @CPPFLAGS@.Roland McGrath1994-11-131-10/+6
* Explain reason for new filesystem layout.David J. MacKenzie1994-11-111-2/+5
* Add #undef HAVE_UNION_WAIT.Roland McGrath1994-11-081-0/+3
* Converted to Autoconf v2.Roland McGrath1994-11-081-37/+52
* Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR,Roland McGrath1994-11-081-9/+9
* (prefix, exec_prefix): Set these from @...@.Roland McGrath1994-11-071-5/+7
* Initial revisionRoland McGrath1994-11-071-0/+67
* (define_makeflags): When no flags, set WORDS to zero.Roland McGrath1994-11-071-1/+4
* (define_makeflags): Terminate properly when FLAGSTRING is empty.Roland McGrath1994-11-061-0/+2
* (rcs-mark-{alpha,beta}): Let make do the globbing instead of sh.Roland McGrath1994-11-041-2/+2
* Remove `DRAFT' from edition.3.72Roland McGrath1994-11-041-1/+1
* (Variables/Recursion): Fix typo.Roland McGrath1994-11-011-1/+1
* (start_job_command): When ARGV is nil, only set update_state and callRoland McGrath1994-11-011-2/+6
* Doc .DELETE_ON_ERROR.Roland McGrath1994-11-011-50/+94
* (start_job_command): Call notice_finished_file for empty command line.Roland McGrath1994-11-011-0/+1
* (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.Roland McGrath1994-10-271-1/+1
* [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.Roland McGrath1994-10-271-7/+7
* (snap_deps): Set command_flags bits in all :: entries.Roland McGrath1994-10-261-2/+4
* (snap_deps): Fix last change.Roland McGrath1994-10-241-12/+20
* (posix_pedantic): Declare it.Roland McGrath1994-10-241-0/+1
* (main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.Roland McGrath1994-10-241-11/+2
* (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main.Roland McGrath1994-10-241-2/+18
* (start_job_command): In FLAGS initialization, OR inRoland McGrath1994-10-241-1/+6
* (struct file): New member `command_flags'.Roland McGrath1994-10-241-1/+2
* (Automatic Dependencies): Improve recommended sed command.Roland McGrath1994-10-241-2/+8
* (Commands): Add warning about "blank" line starting with a tab.Roland McGrath1994-10-171-6/+8
* (switches): Bump flag values for --no-print-directory andRoland McGrath1994-10-161-2/+2
* (main): Add missing code in .IGNORE test.Roland McGrath1994-10-161-1/+1
* Document $+ and $(+D), $(+F).Roland McGrath1994-10-101-3/+18
* (define_automatic_variables): Define +D and +F.Roland McGrath1994-10-101-0/+2
* (main): Define hidden automatic variable with command vars, andRoland McGrath1994-10-011-5/+25
* (posix_pedantic): New variable.Roland McGrath1994-09-301-2/+12
* Comment fix.Roland McGrath1994-09-291-1/+1
* (set_file_variables): Define new automatic variable $+, like $^ but beforeRoland McGrath1994-09-291-16/+46
* (reap_children): Call delete_child_targets for non-signal error ifRoland McGrath1994-09-291-1/+7
* [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.Roland McGrath1994-09-281-1/+16
* (reap_children): Don't change C->file->command_state when dying.Roland McGrath1994-09-261-24/+29