History log of /external/ltp/testcases/kernel/fs/scsi/ltpfs/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/fs/scsi/ltpfs/Makefile
3ffe0728b9acc4d1f5b4c1d9a31499197b9d51e9 26-Feb-2009 subrata_modak <subrata_modak> I'm a user of LTP. I use LTP for testing SH based Linux kernel for our embedded systems. I'm using a kernel 2.6.23. I've downloaded latest LTP release: ltp-full-20090131.tgz. I've found the following issues: 1) I found some instructions on some LTP Makefiles reporting direct calls to "gcc" or "g++" instead of using the related env. variables $(CC) and/or $(CXX). The usage of gcc/g++ hardcoded, didn't allow to cross-build the related LTP tests. I've done a patch which is attached to this email ( ltp-full-20090131-allow-cross-build-fix.patch). Signed-off-by: Francesco Rundo <francesco.rundo@st.com>.
/external/ltp/testcases/kernel/fs/scsi/ltpfs/Makefile
e87db4bb965b58b73ce733cc3e32dd42101393d0 12-Nov-2003 mridge <mridge> initial drop of ltpfs scsi specific testcases
/external/ltp/testcases/kernel/fs/scsi/ltpfs/Makefile