On Wed, Aug 31, 2011 at 8:51 PM, Bruce Dubbs <bruce.du...@gmail.com> wrote: > I've noticed that there is a spurious file, /t, created in the latest > builds of LFS. The file is 2 bytes long, a 0xff followed by a newline. > > It is a file generated by one of the tests in grep. I'm not sure how to > find which test.
I would try to find the source by creating a read only file with the same name (and different contents) and see if any test fails. If that doesn't work, it should be possible to run make check while watching the directory (with audit or something similar) and see which files are read before that file is created. strace might also work. --yaacov -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page