freebsd-dev/usr.bin/make
2005-05-12 16:40:16 +00:00
..
PSD.doc
arch.c Move the definitions of the OP_* constants from make.h into GNode.h 2005-05-10 14:27:04 +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 Two new functions: Buf_Data() returns a reference to the data in 2005-03-22 07:42:51 +00:00
cond.c Use a variable initialized to a string instead of the string directly 2005-05-12 15:41:02 +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 Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
dir.c Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
dir.h Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
for.c Var_SubstOnly() is only used to subsitute a variable from the global 2005-05-10 12:02:15 +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 Fix the fix for bin/72510 applied in job.c:1.70. Actually there have 2005-05-12 14:16:44 +00:00
GNode.h Move the definitions of the OP_* constants from make.h into GNode.h 2005-05-10 14:27:04 +00:00
hash_tables.c Introduce a new pseudo-target .EXPORTVAR which allows to put a 2005-05-06 18:30:06 +00:00
hash_tables.h Rename the directive_hash.[ch] files to hash_tables.[ch] now 2005-04-29 15:15:28 +00:00
hash.c Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
hash.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
job.c Include <err.h>. On my system CVS Make(1) has an implicit declaration of 2005-05-12 16:40:16 +00:00
job.h Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV") 2005-05-12 14:43:32 +00:00
lst.c Style: fix indentation. 2005-04-01 11:20:17 +00:00
lst.h Remove debugging code that crept in in the last commit. 2005-03-22 12:52:00 +00:00
main.c Make sure machine is initialize before use. Also make two pointers const 2005-05-12 15:54:52 +00:00
make.1 Document the new -A flag for ignoring archive errors. 2005-03-31 11:40:53 +00:00
make.c Move the definitions of the OP_* constants from make.h into GNode.h 2005-05-10 14:27:04 +00:00
make.h Move the definitions of the OP_* constants from make.h into GNode.h 2005-05-10 14:27:04 +00:00
Makefile Still too early to bump WARNS - there are still warnings on 64bit 2005-05-12 15:58:25 +00:00
Makefile.dist Move all the remaining list functions into one C-file and remove 2005-02-01 15:28:41 +00:00
parse.c Fix the fix for bin/72510 applied in job.c:1.70. Actually there have 2005-05-12 14:16:44 +00:00
parse.h Move the definitions of the OP_* constants from make.h into GNode.h 2005-05-10 14:27:04 +00:00
pathnames.h Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +00:00
sprite.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
str.c The first element of the vector built by brk_string() is never 2005-05-12 15:10:45 +00:00
str.h Constify the input argument to brk_string. 2005-03-07 16:10:39 +00:00
suff.c Cleanup SuffFindArchDeps() to get rid of two const-warnings. 2005-05-12 15:20:03 +00:00
suff.h Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
targ.c Move some debugging code from targ.c to var.c where it actually belongs. 2005-05-10 08:14:26 +00:00
targ.h Some more easy constification. 2005-02-04 07:51:00 +00:00
util.c Simplify the print routines by using LST_FOREACH instead of Lst_ForEach 2005-03-11 13:24:08 +00:00
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.c Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal(). 2005-05-12 14:47:22 +00:00
var.h Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal(). 2005-05-12 14:47:22 +00:00