> Hi Mike,
>
>   
>> 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: .....
>> -mike
>>     
>
> above is version 2 of it.
>   
ooo -> below. -> Sorry
M
> Thanks,
> Michal
>
>
> 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
> -UCLINUX_SUBDIRS = syscalls
> +UCLINUX_SUBDIRS = include syscalls
>
>  all:
>         @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done
> diff --git a/testcases/kernel/include/Makefile 
> b/testcases/kernel/include/Makefile
> index 7ad63ef..b58a043 100644
> --- a/testcases/kernel/include/Makefile
> +++ b/testcases/kernel/include/Makefile
> @@ -1,4 +1,4 @@
> -all: ../../../include/linux_syscall_numbers.h
> +all uclinux: ../../../include/linux_syscall_numbers.h
>
>  ../../../include/linux_syscall_numbers.h: linux_syscall_numbers.h
>         ln -sf ../testcases/kernel/include/linux_syscall_numbers.h 
> ../../../include/
> @@ -7,7 +7,7 @@ clean distclean:
>         rm -f linux_syscall_numbers.h
>         rm -f ../../../include/linux_syscall_numbers.h
>
> -install:
> +install uclinux_install:
>         @true
>
>  linux_syscall_numbers.h: *.in regen.sh
>
>
>
>   


-- 
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663


------------------------------------------------------------------------------
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

Reply via email to