summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
AgeCommit message (Expand)Author
2000-06-06Check_Cwd_av: Ensure that word after a '(', '{' etc is considered a command,sjg
2000-05-10Revert to the original behaviour wrt sysIncPath, ie if sysIncPathsjg
2000-04-29Allow MAKESYSPATH in the environment to override the default syspath.sjg
2000-04-20Changes to make MAKEOBJDIRPREFIX useful.sjg
2000-04-16prefix errors with the program name.christos
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-02-08Make chdir_verify_path() do variable expansion on path in casesjg
1999-09-15Rework how :: dependencies are handled.mycroft
1999-09-15More cleanup code bites it.mycroft
1999-09-04PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1christos
1999-08-02Save the walls, use fly swatters instead of machine guns!hubertf
1999-08-02Detect invalid arguments to -j and -L by using sscanf() instead of atoi().hubertf
1998-11-01Reduced memory leaks.itohy
1998-11-01Avoid reading outside of allocated memoryitohy
1998-10-13Use __ARCHITECTURE__, if defined, as MACHINE_ARCHwsanchez
1998-04-02Need <time.h> for time() prototype.kleink
1998-03-28PR/5225: Jason Thorpe: make with -j 4 and subdirs core-dumps.christos
1998-03-26PR/5210: Hauke Fath: make core dumps with .SHELLchristos
1997-11-08getopt returns -1 not EOF, use memmove instead of bcopylukem
1997-09-28wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAPlukem
1997-07-01Add WARNS=1christos
1997-05-08Add the new .NOPATH feature which can be used to disable .PATH searchgwr
1997-05-08If the -m option is used, make will check for the existence of thecjs
1997-03-24Do not compile-in ${MACHINE} (as per PR#3386, OK'ed by christos)gwr
1997-01-28make $MACHINE_ARCH settable from the environment.christos
1996-12-31- include <stdlib.h> to get getenv() prototype on SVR4christos
1996-11-06- Merge in FreeBSD and Lite2 changes.christos
1996-08-13Add estrdup(), a checked version of strdup and use it.christos
1996-05-28- Move -D flags from Makefile to config.h and explain what they do. Addchristos
1996-03-31make emalloc and erealloc return void *; closes PR/2276christos
1996-03-29Added erealloc() function that calls enomem() if the allocation failsjtc
1996-03-11Jonathan Stone's fixes:christos
1996-03-06Fix PR/2118; apply sysincludes patch.christos
1996-02-04fix pr/1421 and pr/1997christos
1995-11-22Updates for POSIX/SVR4 compiling:christos
1995-11-08- Turn compat mode on by default. It gets turned off when the -j withoutchristos
1995-11-02Minor:christos
1995-09-27include <signal.h> instead of <sys/signal.h>jtc
1995-06-14- $NetBSD$ rcsidschristos
1995-01-06Fixes from Paul Borman (prb@bsdi.com)christos
1994-09-30Get the name of this type of MACHINE from utsnamegwr
1994-09-23Use getcwd(3), not getwd(3), and remove some old, unused compatibility code.mycroft
1994-06-16Christos' fix for quoting variable extraction properly.jtc
1994-06-06Fixes from Christos Zoulas, who used purify, objectcenter and testcenterjtc
1994-03-05fixes/improvements from Christos Zoulas <christos@deshaw.com>.cgd
1994-01-13Include appropriate header files to bring prototypes into scope.jtc
1993-12-22Introduced ${.OBJDIR}. The variable is similar to .CURDIR but points atpk
1993-12-17POSIX.2 added the -S flag (opposite of -k). It was allready there,jtc
1993-12-15Fix bug (PR #42) with -j flag. Doesn't seem to do anything, but atjtc
1993-12-04add MACHINE_ARCHcgd