CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/08 03:43:46
Modified files:
share/mk : bsd.subdir.mk
Log message:
Do not let "make all" run the tests in the subdirectories twice
if a Makefile using <bsd.regress.mk> defines both SUBDIR and
REGRESS_TARGETS.
This helps for example src/regress/usr.bin/ssh/.
Same for "make cleandir", don't run "make clean" twice in SUBDIR.
OK bluhm@, and no opposition when shown on tech@.
