CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/09/04 05:35:12
Modified files:
usr.bin/make : Makefile arch.c buf.c cmd_exec.c compat.c
cond.c dir.c direxpand.c engine.c
enginechoice.c error.c expandchildren.c for.c
init.c job.c lowparse.c main.c make.c parse.c
parsevar.c stats.c str.c suff.c targ.c
targequiv.c timestamp.c var.c varmodifiers.c
varname.c
usr.bin/make/lst.lib: lstInt.h
Removed files:
usr.bin/make : config.h
Log message:
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@