CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 06:50:41
Modified files:
usr.bin/make : parse.c targ.c targ.h
Log message:
tweak special node creation to be simpler: nodes created for special keywords
are created exactly once, so they don't need to be looked up to check whether
they exist or not.
Go thru a Targ_mk_node internal with all the special fields, and note the
special nodes are the only one with special values in there
