summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoharti2004-08-121-6/+7
* Put variable assignments from the command line into the MAKEFLAGSharti2004-08-031-31/+39
* Make the SIGCHLD handler static and declare its argumentharti2004-08-031-2/+2
* Unbreak compilation on RELENG_4.ru2004-04-051-1/+1
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),des2004-04-051-4/+6
* Install a SIGCHLD handler so select(2) will be interrupted when a childdes2003-12-131-0/+20
* Make the -q option DTRT in the compat mode.ru2003-10-031-0/+1
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-141-57/+59
* Sync usage() with SYNOPSIS.ru2003-04-151-3/+3
* No need to check to see if we're running a version of FreeBSD 3.0 current orimp2003-04-041-3/+0
* Check the return status of chdir() when using the -C option.seanc2002-12-171-1/+2
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-231-2/+2
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-101-233/+1
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-37/+19
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-091-1/+0
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* In lieu of a good way to prevent every possible looping in make(1), stopjmallett2002-10-031-0/+21
* Fix ability to use csh(1) as the make(1) shell.jmallett2002-09-291-1/+3
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesjmallett2002-09-281-16/+16
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-0/+22
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-251-2/+5
* main.c:450: warning: `targs' might be used uninitialized in this functionru2002-08-111-1/+1
* Pacify ``make -f /dev/null -V FOO''.ru2002-08-071-34/+32
* Back out jmallett's realpath changes. They break a set of makefiles thatimp2002-07-261-0/+28
* Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck.jmallett2002-06-131-1/+1
* Don't do stupid things to avoid unused parameters, mark them __unused.jmallett2002-06-131-2/+2
* String lengths and sizeof()s are size_t not int. Mark an unused parameterjmallett2002-06-121-1/+1
* The error functions take constant pointers to strings for their format.jmallett2002-06-121-3/+3
* Back out the ``run shell from $PATH'' change; this was an overkillru2002-05-241-10/+2
* Set the MAKEFILE variable to the value passed to ReadMakefile(), not the fulljmallett2002-05-231-2/+5
* Do not run shell from /bin, run it from $PATH.ru2002-05-221-2/+10
* Added the MAKE_VERSION global that could be useful in determiningru2002-05-221-0/+3
* Make ReadMakefile() operate using the realpath(3) name for the file handed tojmallett2002-05-211-3/+7
* Do not reset MAKEFILE when reading ".depend" as this ratherru2002-04-181-1/+6
* Fix a minor lint warning.obrien2002-04-131-0/+2
* Prefer BSDmakefile over makefile and Makefile.obrien2002-04-131-1/+2
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-2/+4
* Update SCM ID method.obrien2002-04-131-2/+2
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need tocharnier2002-04-121-10/+4
* o unifdef -D__STDC__imp2002-03-231-41/+3
* remove __Pimp2002-03-221-5/+5
* unifdef -UWANT_ENV_PWD.ru2001-04-251-17/+1
* Make ${.OBJDIR} canonical.ru2001-04-251-10/+2
* MAXPATHLEN includes the trailing NUL.imp2001-03-011-4/+4
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-191-0/+15
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-12/+13
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-5/+5
* Format string paranoia. This should avoid potential buffer overflows fromwill2000-11-301-1/+1
* *** empty log message ***peter2000-09-251-11/+22
OpenPOWER on IntegriCloud