Hi,

I'm using ltp git tree quite happily. Thank you.

Today I've found inconsistency between the official CVS tree and
your git tree. Could you check?
        


See
        
http://git.kernel.org/?p=linux/kernel/git/galak/ltp.git;a=tree;f=testcases/kernel/syscalls/io_setup;h=3120c615b37ca17280801ccfe8ca55f4b7b2c684;hb=HEAD
        
http://ltp.cvs.sourceforge.net/ltp/ltp/testcases/kernel/syscalls/io_setup/

In git tree ltp/testcases/kernel/syscalls/io_setup has only one file: 
io_setup01.c.
In cvs tree ltp/testcases/kernel/syscalls/io_setup has 3 files: Maefile, 
io_setup01.c and run-io_setup.sh.


Above is an example. Here is another example.


When I run "find . -type f -name Makefile -print0 | xargs -0 -e grep -nH -e 
check_header" at ltp/testcases/kernel/syscalls
of cvs tree, I got:

    ./io_setup/Makefile:29:check_header = $(shell \
    ./io_setup/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./modify_ldt/Makefile:22:check_header = $(shell \
    ./modify_ldt/Makefile:27:ifeq ($(call check_header,asm/ldt.h),yes)
    ./io_getevents/Makefile:29:check_header = $(shell \
    ./io_getevents/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./inotify/Makefile:24:check_header = $(shell \
    ./inotify/Makefile:29:HAS_SYS_INOTIFY := $(call check_header,sys/inotify.h)
    ./io_destroy/Makefile:29:check_header = $(shell \
    ./io_destroy/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./io_cancel/Makefile:29:check_header = $(shell \
    ./io_cancel/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./signalfd/Makefile:23:     $(call check_header,sys/signalfd.h, 
-DHAS_SIGNALFD_H, ) -Wall 
    ./io_submit/Makefile:29:check_header = $(shell \
    ./io_submit/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./eventfd/Makefile:22:check_header = $(shell \
    ./eventfd/Makefile:38:HAS_LIBAIO = $(call check_header,libaio.h)


Do the same on git tree, I got:

    ./modify_ldt/Makefile:22:check_header = $(shell \
    ./modify_ldt/Makefile:27:ifeq ($(call check_header,asm/ldt.h),yes)
    ./inotify/Makefile:24:check_header = $(shell \
    ./inotify/Makefile:29:HAS_SYS_INOTIFY := $(call check_header,sys/inotify.h)
    ./io_cancel/Makefile:29:check_header = $(shell \
    ./io_cancel/Makefile:34:ifeq ($(call check_header,libaio.h),yes)
    ./signalfd/Makefile:23:     $(call check_header,sys/signalfd.h, 
-DHAS_SYS_SIGNALFD_H -DHAS_SIGNALFD, )     \
    ./signalfd/Makefile:24:     $(call check_header,linux/signalfd.h, 
-DHAS_LINUX_SIGNALFD_H -DHAS_SIGNALFD, ) \
    ./signalfd/Makefile:25:     $(call check_header,signalfd.h, 
-DHAS_SIGNALFD_H -DHAS_SIGNALFD, )             \
    ./eventfd/Makefile:22:check_header = $(shell \
    ./eventfd/Makefile:38:HAS_LIBAIO = $(call check_header,libaio.h)


Regards,
Masatake YAMATO

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to