summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-01-15(start_job_command): Save and restore environ around vfork call.Roland McGrath1-58/+48
(search_path): Function #if 0'd out. (exec_command): Use execvp instead of search_path.
1995-01-15(variable_expand): Rewrote computed variable name and substitutionRoland McGrath1-110/+92
reference handling to be simpler. First expand the entire text between the parens if it contains any $s, then examine the result of that for subtitution references and do no further expansion while parsing them.
1995-01-15(construct_command_argv_internal): Handle " quoting too, when noRoland McGrath1-14/+21
backslash, $ or ` characters appear inside the quotes.
1995-01-15(union wait check): If WEXITSTATUS and WTERMSIG are defined, just use int.Roland McGrath1-0/+4
1995-01-13(Foreach Function): Correccion de gramatica espanola.Roland McGrath1-2/+2
1995-01-11(default_variables) [__hpux]: Remove special definition of ARFLAGS.Roland McGrath1-7/+1
Existence of the `f' flag is not consistent across HPUX versions; and one might be using GNU ar anyway.
1995-01-10(clean): Don't remove Info files.Roland McGrath1-1/+1
1995-01-10($(bindir)/make): Fix typo in echo.Roland McGrath1-1/+1
1995-01-10Fix typo in comment.Roland McGrath1-1/+1
1995-01-10(check): Remove gratuitous target declaration.Roland McGrath1-1/+0
1995-01-07(ETAGS, CTAGS): Don't use -t.Roland McGrath1-3/+3
1995-01-07Include config.h first.Roland McGrath1-5/+6
1995-01-07(ar_name_equal) [cray]: Subtract 1 like [__hpux].Roland McGrath1-2/+2
1995-01-07(decode_switches): For --help, print usage to stdout.Roland McGrath1-5/+8
1995-01-04install, uninstall, installdirs should not alter the build dir.Richard M. Stallman1-0/+11
1994-12-05(update_file_1): Do set_command_state (FILE, cs_not_started) only if old3.72.3Roland McGrath1-1/+10
state was deps_running.
1994-11-29(start_waiting_job): Use set_command_state.Roland McGrath1-1/+1
1994-11-28(CPPFLAGS): New variable.Roland McGrath1-5/+7
(prefix, exec_prefix): Set from @...@. (compilation loop): Pass $CPPFLAGS to compiler.
1994-11-28(build.sh.in): Make it executable.Roland McGrath1-0/+1
1994-11-28(globfiles): Add configure.in, configure.Roland McGrath1-1/+1
1994-11-28(make-$(version).tar): Rename install.sh to install-sh.3.72.2Roland McGrath1-1/+1
1994-11-28(prefix, exec_prefix): Set.Roland McGrath1-4/+4
(CPPFLAGS): Filter out @...@. ($(ARCH)/glob/libglob.a): Don't pass down variables.
1994-11-28Abbreviate copyright years.Roland McGrath1-1/+1
1994-11-28(AC_OUTPUT): Don't write glob/Makefile.Roland McGrath1-1/+1
1994-11-28(AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.Roland McGrath1-1/+1
1994-11-28Don't check for ranlib.Roland McGrath1-1/+0
1994-11-23(notice_finished_file): Only mark also_make's as updated if really ranRoland McGrath1-1/+1
cmds.
1994-11-15Put dnls before random whitespace.Roland McGrath1-2/+2
1994-11-13(CPPFLAGS): New variable, set from @CPPFLAGS@.Roland McGrath1-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-11Explain reason for new filesystem layout.David J. MacKenzie1-2/+5
1994-11-08Add #undef HAVE_UNION_WAIT.Roland McGrath1-0/+3
1994-11-08Converted to Autoconf v2.Roland McGrath1-37/+52
1994-11-08Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR,Roland McGrath1-9/+9
NDIR.
1994-11-07(prefix, exec_prefix): Set these from @...@.Roland McGrath1-5/+7
(CPPFLAGS): New variable, set from @CPPFLAGS@. (compiling loop): Pass $CPPFLAGS before $CFLAGS.
1994-11-07Initial revisionRoland McGrath1-0/+67
1994-11-07(define_makeflags): When no flags, set WORDS to zero.Roland McGrath1-1/+4
1994-11-06(define_makeflags): Terminate properly when FLAGSTRING is empty.Roland McGrath1-0/+2
1994-11-04(rcs-mark-{alpha,beta}): Let make do the globbing instead of sh.Roland McGrath1-2/+2
1994-11-04Remove `DRAFT' from edition.3.72Roland McGrath1-1/+1
1994-11-01(Variables/Recursion): Fix typo.3.71.5Roland McGrath1-1/+1
1994-11-01(start_job_command): When ARGV is nil, only set update_state and callRoland McGrath1-2/+6
notice_finished_file if job_next_command returns zero.
1994-11-01Doc .DELETE_ON_ERROR.Roland McGrath1-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 McGrath1-0/+1
1994-10-27(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.Roland McGrath1-1/+1
1994-10-27[alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.Roland McGrath1-7/+7
1994-10-26(snap_deps): Set command_flags bits in all :: entries.Roland McGrath1-2/+4
1994-10-24(snap_deps): Fix last change.Roland McGrath1-12/+20
1994-10-24(posix_pedantic): Declare it.Roland McGrath1-0/+1
1994-10-24(main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.Roland McGrath1-11/+2
1994-10-24(snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main.Roland McGrath1-2/+18
If .IGNORE has deps, OR COMMANDS_NOERROR into their command_flags and don't set -i. Likewise .SILENT.