Roy & Yamato, I am a bit confused here. Can any of you guys send me an updated patch in this series as well which updates both:
1) utils/compat_16.mk, &, 2) utils/newer_64.mk, etc Kindly send me a consolidated patch, which addresses all the issues which you both are discussing. Once you agree on all the fixes, resend me the Patch(s) with the following: Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]>, Signed-off-by: Roy Lee <[EMAIL PROTECTED]>, Regards-- Subrata On Wed, 2008-09-10 at 15:58 +0900, Masatake YAMATO wrote: > Roy, > > Here is a patch as you kindly asked me to rewrite patches in privatem mail. > > Is this O.K. > Maybe Subrata may ask your "Signed-off-by" line about this patch. > > Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]> > > > Index: ./testcases/kernel/syscalls/utils/compat_16.mk > =================================================================== > RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/utils/compat_16.mk,v > retrieving revision 1.1 > diff -u -c -r1.1 compat_16.mk > cvs diff: conflicting specifications of output style > *** ./testcases/kernel/syscalls/utils/compat_16.mk 25 Aug 2008 14:10:03 > -0000 1.1 > --- ./testcases/kernel/syscalls/utils/compat_16.mk 10 Sep 2008 06:55:32 > -0000 > *************** > *** 50,56 **** > --- 50,58 ---- > # See Makefile of setuid test case. > # > TARGETS_16 = $(patsubst %.c,%_16,$(SRCS)) > + ifneq ($(TST_COMPAT_16_SYSCALL),no) > TARGETS += $(TARGETS_16) > + endif > > DEF_16 = TST_USE_COMPAT16_SYSCALL > COMPAT_16_H = compat_16.h > Index: ./testcases/kernel/syscalls/utils/newer_64.mk > =================================================================== > RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/utils/newer_64.mk,v > retrieving revision 1.2 > diff -u -c -r1.2 newer_64.mk > cvs diff: conflicting specifications of output style > *** ./testcases/kernel/syscalls/utils/newer_64.mk 27 Aug 2008 12:32:32 > -0000 1.2 > --- ./testcases/kernel/syscalls/utils/newer_64.mk 10 Sep 2008 06:55:32 > -0000 > *************** > *** 24,30 **** > --- 24,33 ---- > # and Makefile for fadvise test case. > > TARGETS_64 = $(patsubst %.c,%_64,$(SRCS)) > + > + ifneq ($(TST_NEWER_64_SYSCALL),no) > TARGETS += $(TARGETS_64) > + endif > > DEF_64 = TST_USE_NEWER64_SYSCALL > NEWER_64_H = newer_64.h > [EMAIL PROTECTED] ltp]$ > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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
