CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/11 12:27:30
Modified files:
usr.bin/make : generate.c gnode.h job.c make.1 node_int.h
parse.c
Log message:
make has had heuristics to avoid parallel make recursion.
Sometimes they mess up, so add .CHEAP/.EXPENSIVE to explicitly tell make
'hey this is not THAT bad' or 'worse than you think'.
agreed by guenther@, millert@ (and some tweaks)
