1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.bin/make
Hartmut Brandt beed8bb5f6 Split VarFind() into a series of functions tailored for the different sets
of flags originally passed to VarFind(). This eliminates the code by
removing a bunch of tests.

Patch:		7.173

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-04-13 11:40:44 +00:00
..
PSD.doc
arch.c Almost complete rewrite of the archive code (except for the Makefile parsing 2005-03-31 11:35:56 +00:00
arch.h Almost complete rewrite of the archive code (except for the Makefile parsing 2005-03-31 11:35:56 +00:00
buf.c Move the MAX macro to a util.h so it becomes usable in other modules. 2005-03-31 11:12:45 +00:00
buf.h
compat.c
compat.h
cond.c Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
cond.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
config.h
dir.c
dir.h
for.c Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
for.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
globals.h
GNode.h
hash.c
hash.h
job.c Mostly stylistic changes: remove the noPLen field from the Shell 2005-04-07 11:26:15 +00:00
job.h Remove a forward declaration that isn't needed anymore. 2005-04-01 16:23:48 +00:00
lst.c Style: fix indentation. 2005-04-01 11:20:17 +00:00
lst.h
main.c Remove an unneccesary forward declaration for MainParseArgs(). 2005-04-11 07:32:49 +00:00
make.1 Document the new -A flag for ignoring archive errors. 2005-03-31 11:40:53 +00:00
make.c Style: indentation. 2005-04-01 13:02:17 +00:00
make.h
Makefile
Makefile.dist
nonints.h
parse.c Parse_Init() is gone so remove comments that mention it. 2005-04-11 07:40:54 +00:00
parse.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
pathnames.h
sprite.h
str.c Style: fix indentation. 2005-04-01 13:06:05 +00:00
str.h
suff.c
suff.h
targ.c Style: fix indentation. 2005-04-01 11:12:29 +00:00
targ.h
util.c
util.h Move the MAX macro to a util.h so it becomes usable in other modules. 2005-03-31 11:12:45 +00:00
var_modify.c Style: fix indentation. 2005-04-01 13:25:45 +00:00
var.c Split VarFind() into a series of functions tailored for the different sets 2005-04-13 11:40:44 +00:00
var.h