summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forgreen2000-08-161-0/+13
* Do include <unistd.h> for getopt interface.imp2000-07-281-2/+1
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroache2000-07-091-2/+1
* Use __RCSID()wsanchez2000-07-091-12/+6
* Add loud debugging facility (-dl option) which allows programmers/developerswill2000-05-141-0/+3
* Improve backward compatibility.marcel1999-11-231-1/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-171-18/+20
* Add a -E flag, similar to -e (overide variables from environment) excepthoek1999-07-311-4/+15
* Print an error message on illegal numerical arguments.hoek1999-07-311-5/+20
* Make MACHINE_ARCH sensitive to the environment, as well as using theimp1999-03-011-4/+11
* Fixed missing 'v' in usage message.bde1998-11-151-2/+2
* Added a -v (verbose) option and hid multi-job file banner generationdg1998-11-141-3/+8
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"obrien1998-10-181-3/+11
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.kato1998-09-091-1/+23
* Use malloc + sprintf rather than asprintf to ensure portability toimp1998-07-261-2/+4
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'peter1998-06-131-6/+8
OpenPOWER on IntegriCloud