On Wed, May 23, 2012 at 02:09:20PM -0600, Andreas Dilger wrote: > Change the e2fsck/mke2fs/tune2fs/e2image/debugfs regression tests > to be driven by Makefile rules instead of by a script loop. This > allows the tests to be run in parallel like a build and reduces > testing time significantly. The makefile setup you've created has a fatal flaw; it completely blows up if you are building with VPATH. That is, try this with your patch: (starting with cwd in the e2fsprogs source tree) % mkdir build % cd build % ../configure % make % make check <boom> Could you take a look at fixing this, please? I rely pretty exclusively on building with VPATH (that way I can have a build.static, build.32, etc.) with a single source tree. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html