Module Name: src Committed By: jmmv Date: Tue Feb 19 15:30:07 UTC 2013
Modified Files: src/tests: Makefile Removed Files: src/tests: Atffile Log Message: Auto-generate the top-level Atffile. This fixes a problem in MKKYUA=no builds in which the kyua-testers subdirectory in /usr/tests was created unconditionally and atf-run was confused because such subdirectory didn't have an Atffile of its own. (Due to the way our directory creation and file lists work, I'm not sure it's possible to just not "install" the empty directory. But that'd be an alternative to this.) Auto-generating the Atffile causes it to only list the subdirectories listed by the Makefile, which can vary depending on various MK* options. Problem found by martin@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/tests/Atffile cvs rdiff -u -r1.40 -r1.41 src/tests/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.