History log of /external/ltp/testcases/kernel/io/disktest/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8967f960f820f449162101a02ee5747f195a8a57 14-Feb-2017 Ngie Cooper <yaneurabeya@gmail.com> Update references with my old legal name/email to my current name/email address

No functional change

Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
/external/ltp/testcases/kernel/io/disktest/Makefile
44226453e647bf90f8de0372c94f8fcd2f2bbe02 06-Nov-2009 vapier <vapier> drop adding of -O/-W type flags that are already handled in common .mk files

for the few makefiles that arent yet converted to the .mk infrastructure:
Lately gcc developers introduced -Wextra flag that does the same as -W but is
more descriptive. According to this using -W flag should be safe (as gcc is
backward compatlible) but using -Wextra is limited to newer gcc releases.

Attached patch replaces all -Wextra occurences with -W and thus fixes
compliation failures with older gcc (mine was gcc-3.3.3 on sles).

patch by Cyril Hrubis
/external/ltp/testcases/kernel/io/disktest/Makefile
ef77253961f909f87e82e6d2b620e87af33e9665 09-Oct-2009 yaberauneya <yaberauneya> 1. Please see README.mk-devel for a full description of the changes
from a Make perspective.
2. Several files were changed to accomodate correct installation
practices, most notably ones in testcases/network/{ipv6,tcp_cmds},
testcases/kernel/sched/hyperthreading/ht_enabled/..., and some items
in tools/..., and also to avoid collisions as far as installed
testcases (scripts, compiled C apps) were concerned.
3. Several apps weren't autoconf safe and some autoconf tests and
conditional statements have been placed in sourcecode and in Makefiles
to either a) prevent the tests from being built / installed or b) turn
the tests into dummy apps which print out TCONF messages due to
lack-of-build support.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/disktest/Makefile
77e42cafa8942eba6e7706c9d9c25a04ec7cdda5 14-Feb-2008 subrata_modak <subrata_modak> Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com>
/external/ltp/testcases/kernel/io/disktest/Makefile
9a5fd66ad8a0cc760b5ec4f4b34418422bcf9ba6 08-Feb-2006 robbiew <robbiew> Applied LDFLAGS cleanup patch from Mike Frysinger.
/external/ltp/testcases/kernel/io/disktest/Makefile
1d89ad56359b7771d3d90a534a47c97259d4a723 31-Jan-2006 robbiew <robbiew> Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS
/external/ltp/testcases/kernel/io/disktest/Makefile
f7298c78ccec20dbf2f96a83265c38811655241a 05-Dec-2005 mridge <mridge> Updates from Jennifer Monk to enable compiling w/o errors using XLC
/external/ltp/testcases/kernel/io/disktest/Makefile
4be33b384c25fab1daf368ca75c8aace4da8bd07 02-Aug-2005 robbiew <robbiew> Applied patch from Mike Frysinger:
find attached a patch to fix up the install target in disktest to match the
install targets of everything else
-mike
/external/ltp/testcases/kernel/io/disktest/Makefile
d18ffdd88be3c62d027fd49a115bc9c4fe4b910c 04-May-2005 mridge <mridge> Update to version 1.2.8
/external/ltp/testcases/kernel/io/disktest/Makefile
6b98df5129acc12aad3167a9c6c12fda5afc6c31 17-Apr-2003 robbiew <robbiew> Updated to v1.1.10
/external/ltp/testcases/kernel/io/disktest/Makefile
d537af243bde56d2832d225f258d3d49002a7ac4 13-Mar-2003 robbiew <robbiew> Applied Andreas Jaeger's patch for library linking:
<<<<<<<<<<<<<<<<<<<<<<
The ltp tests link files in the wrong order, this is rather important
with static libraries - especially since glibc 2.3.2 contains a
libpthread.so that is a linker script referencing a static library.

The following is wrong:
gcc -lm file.o -o file
The order has to be: "file.o -lm"

I'm appending a first round of patches to get this fixed.

I noticed a number of failures with the threads tests and also
problems when compiling in a static environment.

I renamed LDFLAGS since those are flags (and therefore come before
the objects), LDLIBS should be used instead.
>>>>>>>>>>>>>>>>>>>>>>>
/external/ltp/testcases/kernel/io/disktest/Makefile
d2a2909b9a7e64155fac0ee944185da460d91f6d 13-Mar-2003 robbiew <robbiew> Applied Vasan Sundar's patch:
<<<<<<<<<<<<<<<<<<<<
This fixes 2 problems we noticed with setting CFLAGS in the makefiles.

1. export CFLAGS from the top-level makefile so that it is available for
the sub-makes. (We somehow missed this in our earlier patch in Jan. This
is useful for cross-compilation)
2. In the lower-level makefiles, append to CFLAGS ( +=) instead of
setting it.
>>>>>>>>>>>>>>>>>>>>
/external/ltp/testcases/kernel/io/disktest/Makefile
067f384b5e22df293c3027dd88ee9ab56e0e3523 28-May-2002 plars <plars> MIPS fixes from Johannes Stezenbach:
ltp-20020507 / current CVS does not compile on MIPS, because
some i386 specifics were used in signal handlers in the
kernel/mem/mtest06/mmap1.c and kernel/mem/mtest06/shmat1.c
test cases. While I was at it I cleaned up some warnings
regarding printf("%x") used for printing pointers,
vs. printf("%p").

Also, SIGSTKFLT and SIGUNUSED are not defined on MIPS
(kernel/syscalls/signal/* test cases).

And some test cases #include <curses.h>, which is not
present on my (semi-embedded) MIPS system, and is unnecessary for
the tests.
/external/ltp/testcases/kernel/io/disktest/Makefile
e315ac8f5799a99f02b34f3ec6b562448778ff95 15-Mar-2002 robbiew <robbiew> Forgot to add this.
/external/ltp/testcases/kernel/io/disktest/Makefile