On Mon, Jul 13, 2009 at 1:22 AM, Subrata
Modak<[email protected]> wrote:
> On Mon, 2009-07-13 at 16:15 +0800, Shi Weihua wrote:
>> In case cpuset, the file cpuset_syscall_test.o was not deleted after "make
>> clean".
>> The following patch fixed this problem.
>>
>> Signed-off-by: Shi Weihua <[email protected]>
>
> Garret,
>
> If this is safe and does not interfere with your patches, please check
> this in.
>
> Regards--
> Subrata
>
>> ---
>> diff -urpN
>> ltp-full-20090630.orig/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile
>>
>> ltp-full-20090630/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile
>> ---
>> ltp-full-20090630.orig/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile
>> 2009-06-23 10:18:17.000000000 -0400
>> +++
>> ltp-full-20090630/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile
>> 2009-07-13 12:24:01.000000000 -0400
>> @@ -8,7 +8,8 @@ all:cpuset_syscall_test
>> cpuset_syscall_test: %: %.o $(LIBOBJECTS)
>>
>> clean:
>> - rm -rf cpuset_syscall_test
>> + rm -rf cpuset_syscall_test cpuset_syscall_test.o
>> + rm -f $(LIBOBJECTS)
>>
>> install:
>> @set -e; \
I wish I could say that's the only area that needs clean fixed,
but there are other spots in the tree that suffer from that issue too.
I'll submit a quick diff with all of the problem children in an hour or so.
Thanks,
-Garrett
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list