summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).jkim2012-12-031-1/+1
* Map foreign architecture names to FreeBSD naming convention.rmh2012-01-201-0/+17
* Spelling fixes for usr.bin/uqs2011-12-301-6/+6
* Remove hack needed by 6.x machines and older machines to run newerimp2010-10-061-22/+1
* Use more portable errx instead of errc. The latter doesn't buy usimp2010-10-061-4/+2
* Remove yet another vestage of alpha support.imp2010-04-061-2/+0
* Add ability to search up the directory hierarchy for the system directory.obrien2010-01-041-9/+43
* Reset UPTODATE gnodes after remaking makefiles when makefjoe2009-10-181-15/+21
* Avoid infinite loops when remaking makefiles not onlyfjoe2009-04-071-35/+3
* Remove duplicate OPTFLAGS definition.fjoe2009-02-021-1/+0
* Sort the options, per style(9).imp2009-02-021-24/+25
* David doesn't consider the prior -s behavior a bug. Back out thisimp2009-01-311-1/+0
* Unbreak make -s. There's about a 10% performance improvement with -simp2009-01-301-0/+1
* Don't enable -Q by default - I've fixed the rescue build issue.obrien2009-01-131-1/+2
* + Add the -Q be-quiet flag for parallel jobs.obrien2009-01-031-1/+7
* 1. Add the ability to tweak the token output before targets in job mode.obrien2008-12-291-0/+10
* Exit with error code 2 when run with -k (continue if errors) and build failed.fjoe2008-12-181-5/+8
* Add POSIX -p flag to make(1).ed2008-07-301-3/+9
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-121-1/+2
* The non-POSIX environment variable MAKE was supersededyar2008-03-051-1/+1
* Don't forget to set MAKEFLAGS in the childs' environmentyar2008-03-051-0/+2
* Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98imp2008-03-041-8/+7
* Fix -jX when makefiles are remade.fjoe2007-11-251-0/+16
* Change directory back to ${.CURDIR} when remaking Makefiles.fjoe2007-06-011-1/+9
* When remaking makefiles check that mtime has actually changed.fjoe2007-04-201-3/+14
* Implement "Remaking Makefiles" feature:fjoe2007-03-081-6/+196
* whitespace fixingobrien2006-07-171-8/+8
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-051-16/+11
* Quickly fix brokeness in revision 1.157, that change wasdavidxu2005-12-011-4/+4
* - match_var: do not address memory at invalid address (`len' can be greaterfjoe2005-11-301-2/+4
* Fix the type of the variable 'debug'. It is used as a bitmap, so theharti2005-09-071-1/+1
* The caller of Var_Value() should not change the variable value. Makeharti2005-05-241-1/+1
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-241-3/+2
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-241-0/+1
* Before doing any parsing parse the builtin shell specifications andharti2005-05-241-0/+7
* Get rid of global variables for argument vectors produced by brk_string()harti2005-05-181-7/+5
* Make sure machine is initialize before use. Also make two pointers constharti2005-05-121-4/+5
* Cleanup. Move initialisation of file and program global variablesharti2005-05-121-56/+56
* Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().harti2005-05-121-18/+18
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")harti2005-05-121-53/+29
* Reshuffle functions to get rid of prototypes.harti2005-05-121-108/+102
* Move variable printing from main.c to var.charti2005-05-121-28/+1
* Fix the fix for bin/72510 applied in job.c:1.70. Actually there haveharti2005-05-121-4/+5
* Move some global variables to the correct files.harti2005-05-121-3/+0
* Path_Expand() expects its first argument to be writeable so put theharti2005-05-101-1/+2
* Move the remaining two prototypes from nonints.h to make.h andharti2005-05-101-1/+0
* Merge compat.c into job.c. There is a lot in common between theseharti2005-05-101-1/+0
* Move Cmd_Exec() from main.c to job.c and fix its prototype. Thisharti2005-05-101-109/+0
* Make make a little bit more POSIXish with regard to option parsing:harti2005-05-101-4/+18
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesharti2005-05-091-2/+2
OpenPOWER on IntegriCloud