1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/make
Hartmut Brandt 17446c050c Constify the array of predefined shells. It turns out that we need two
versions of the structure definition for this: one with const char
pointers, because otherwise gcc won't let us initialize the fields with
constant strings, and one without the const, because we need to work
with the structure.
2004-11-30 15:35:51 +00:00
..
lst.lib Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
PSD.doc
arch.c Fix a bug that would truncate the full name of an archive member if 2004-11-29 16:23:34 +00:00
buf.c
buf.h
compat.c Fix a (very) long standing bug in make (this has been there probably 2004-11-12 07:57:17 +00:00
cond.c Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
config.h Eliminate the define for POSIX and build with Posix behaviour. 2004-11-17 11:32:46 +00:00
dir.c Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
dir.h
for.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
hash.c
hash.h
job.c Constify the array of predefined shells. It turns out that we need two 2004-11-30 15:35:51 +00:00
job.h Constify the array of predefined shells. It turns out that we need two 2004-11-30 15:35:51 +00:00
lst.h Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
main.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
make.1 Document the effects of modifying the .MAKEFLAGS internal 2004-08-18 13:25:46 +00:00
make.c Add code to enforce the paralleism count (-j N) for the entire tree 2004-11-12 08:58:07 +00:00
make.h Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
Makefile Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
Makefile.dist
nonints.h Put variable assignments on .MAKEFLAGS and .MFLAGS targets into 2004-08-12 11:49:55 +00:00
parse.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
pathnames.h
sprite.h
str.c Fixed a bug that previous revision has introduced -- we missed 2004-01-25 12:28:36 +00:00
suff.c The .DEFAULT target with no commands caused a null pointer dereference. 2004-04-12 20:05:11 +00:00
targ.c
util.c
var_modify.c
var.c Put variable assignments on .MAKEFLAGS and .MFLAGS targets into 2004-08-12 11:49:55 +00:00
var.h