opnsense-src/usr.bin/make
Jung-uk Kim 04704c638e Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).
It was removed from head more than 8 years ago (see r137784 and r137785).

Reviewed by:	imp, delphij, dim
2012-12-03 19:27:31 +00:00
..
arch.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
arch.h Get rid of the ReturnStatus obscuration that was anyway used only 2005-05-18 06:50:39 +00:00
buf.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
buf.h
cond.c Under certain conditions the condition parser would go one past end of 2005-05-25 16:06:14 +00:00
cond.h
config.h
dir.c Add ability to search up the directory hierarchy for the system directory. 2010-01-04 18:57:22 +00:00
dir.h Add ability to search up the directory hierarchy for the system directory. 2010-01-04 18:57:22 +00:00
for.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
for.h
globals.h Add missing static keywords to make(1) 2011-11-06 08:16:06 +00:00
GNode.h Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
hash.c
hash.h
hash_tables.c If the special target .MAKEFILEDEPS exists, then enable the 2008-03-12 14:51:47 +00:00
hash_tables.h
job.c Include target names in diagnostic output. 2012-02-12 05:34:01 +00:00
job.h 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
lst.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
lst.h Remove unnecessary includes. 2009-12-11 23:20:02 +00:00
main.c Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). 2012-12-03 19:27:31 +00:00
make.1 Update date for r236338 & r236346. 2012-05-31 20:13:44 +00:00
make.c - Partially revert r200417. config.h brings several definitions, 2009-12-17 12:42:45 +00:00
make.h 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
Makefile Correct typo in version. 2012-06-20 00:37:00 +00:00
Makefile.dist Linux requires -D__dead2= and -D__unused= to get rid of the 2008-03-04 05:35:27 +00:00
parse.c Report lines that ought to contain a ':' operator but start with a '.' 2010-01-04 00:49:04 +00:00
parse.h
pathnames.h
proc.c Add a missing space to the error message when execvp() failed. 2009-12-05 13:12:04 +00:00
proc.h Factor out ProcExec() into its own file and rename it to Proc_Exec() for 2005-05-24 15:41:34 +00:00
shell.c Factor out all the .SHELL parsing related stuff into its own file and 2005-05-24 15:30:03 +00:00
shell.h Factor out all the .SHELL parsing related stuff into its own file and 2005-05-24 15:30:03 +00:00
str.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
str.h Make the ArgArray_Init() function visible to the rest of make. 2005-05-23 13:27:52 +00:00
suff.c Remove inlining of functions that are used mostly in different object files. 2009-01-20 17:15:12 +00:00
suff.h
targ.c Remove unnecessary includes. 2009-12-11 23:20:02 +00:00
targ.h
util.c
util.h Get rid of the ReturnStatus obscuration that was anyway used only 2005-05-18 06:50:39 +00:00
var.c make: report :M or :N pattern in debug mode 2012-10-06 19:19:32 +00:00
var.h The caller of Var_Value() should not change the variable value. Make 2005-05-24 16:05:51 +00:00