GC old code that was originally implemented to facilitate adoption by
authorespie <espie@openbsd.org>
Mon, 4 Sep 2023 11:35:11 +0000 (11:35 +0000)
committerespie <espie@openbsd.org>
Mon, 4 Sep 2023 11:35:11 +0000 (11:35 +0000)
commitc9fc29cfc69a20b8ffa3404f847e4bf84cf4130a
tree730bc619b14bda690015b0ffddf2df5ad7a57d9e
parent98e014b9b36049510edd23b433d2cface4c3d3e5
GC old code that was originally implemented to facilitate adoption by
other BSDs, which never happened, so make things simpler for further
development.

Ditches config.h entirely since it gets reduced to 2 defines.

okay tb@
31 files changed:
usr.bin/make/Makefile
usr.bin/make/arch.c
usr.bin/make/buf.c
usr.bin/make/cmd_exec.c
usr.bin/make/compat.c
usr.bin/make/cond.c
usr.bin/make/config.h [deleted file]
usr.bin/make/dir.c
usr.bin/make/direxpand.c
usr.bin/make/engine.c
usr.bin/make/enginechoice.c
usr.bin/make/error.c
usr.bin/make/expandchildren.c
usr.bin/make/for.c
usr.bin/make/init.c
usr.bin/make/job.c
usr.bin/make/lowparse.c
usr.bin/make/lst.lib/lstInt.h
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/parse.c
usr.bin/make/parsevar.c
usr.bin/make/stats.c
usr.bin/make/str.c
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/targequiv.c
usr.bin/make/timestamp.c
usr.bin/make/var.c
usr.bin/make/varmodifiers.c
usr.bin/make/varname.c