This should actually fix the problem of ensuring that the rootfs is created every time that 'make check' is run. --- So, I found this: http://lists.gnu.org/archive/html/coreutils/2012-08/msg00142.html Which seems to indicate that maybe this isn't the best of ideas, but using their suggestion of check_DATA does not turn out to be equivalent in this case. Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e69163e..31d5cbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,7 +147,7 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \ TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \ -rpath /nowhere -ldl -check-local: rootfs +check-am: rootfs check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS) -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html