On Thursday 26 February 2009 02:47:16 Michal Simek wrote: > > On Wednesday 25 February 2009 10:53:30 [email protected] wrote: > >> --- a/testcases/kernel/include/Makefile > >> +++ b/testcases/kernel/include/Makefile > >> @@ -1,3 +1,5 @@ > >> +uclinux: ../../../include/linux_syscall_numbers.h > >> + > >> all: ../../../include/linux_syscall_numbers.h > > > > you added "uclinux" above "all" ... that's incorrect > > > > plus, if you're just duplicating the target, unify them instead: > > all uclinux: ..... > > above is version 2 of it. > > diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile > index dbfec51..73bfa24 100644 > --- a/testcases/kernel/Makefile > +++ b/testcases/kernel/Makefile > @@ -1,5 +1,5 @@ > SUBDIRS = power_management numa containers controllers connectors include > fs io ipc mem pty sched security syscalls timers
you dont appear to be using git-end-email and however you're writing these e- mails, it's munging them up. specifically, long lines are being wrapped. -mike ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
