1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/make
Max Khon 019bd13977 - Fix segmentation fault when running "+command" when run with -jX -n due
to Compat_RunCommand() being called with `cmd' that is not on the node->commands
list
- Make ellipsis ("..." command) handling consistent: check for "..." command
in job make after variables expansion to match compat make behavior
- Fix empty command handling (after variables expansion and @+- modifiers
are processed): now empty commands are ignored in compat make and are not
printed in job make case
- Bump MAKE_VERSION to 5-2011-11-30-0
2011-11-30 18:07:38 +00:00
..
arch.c
arch.h
buf.c
buf.h
cond.c
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
for.h
globals.h Add missing static keywords to make(1) 2011-11-06 08:16:06 +00:00
GNode.h
hash_tables.c
hash_tables.h
hash.c
hash.h
job.c - Fix segmentation fault when running "+command" when run with -jX -n due 2011-11-30 18:07:38 +00:00
job.h
lst.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
lst.h
main.c Remove hack needed by 6.x machines and older machines to run newer 2010-10-06 20:54:17 +00:00
make.1 make(1): obj dirs are physical paths so write pwd -P rather than pwd. 2011-11-05 21:32:17 +00:00
make.c
make.h
Makefile - Fix segmentation fault when running "+command" when run with -jX -n due 2011-11-30 18:07:38 +00:00
Makefile.dist
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
proc.h
shell.c
shell.h
str.c Remove extraneous ; 2010-07-12 17:18:58 +00:00
str.h
suff.c
suff.h
targ.c
targ.h
util.c
util.h
var.c
var.h