o Pacify ``make -f /dev/null -V FOO''.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Nov 2004 07:19:14 +0000 (07:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Nov 2004 07:19:14 +0000 (07:19 +0000)
commit454224cfe0c125664b4c8eb304ecd0b886aca7e4
tree8e2535673b43c7d0f299793c125ac4633b194574
parentc0b1d3dd8f950d1d93a7b7a567ae91cf2874bbd3
o Pacify ``make -f /dev/null -V FOO''.
o Add empty default cases where they should be, remove
  non-local execution stuff in compat.c which doesn't even
  have preprocessor-conditional-hidden support code, and
  add a debugging statement where we might end up with a
  nil list somehow, but where I doubt it.
o Makeing make(1) WARNS=6 cleanup
o In lieu of a good way to prevent every possible looping
  in make(1), stop there from being more than 500 processes
  forked by make(1), to prevent a forkbomb from happening,
  in a dumb and mechanical way.
o Some ANSI changes that we missed

Submitted-by: Max Okumoto <okumoto@ucsd.edu>
Taken-from: FreeBSD
usr.bin/make/compat.c
usr.bin/make/cond.c
usr.bin/make/dir.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/parse.c
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/util.c
usr.bin/make/var.c