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

Attachment: signature.asc
Description: This is a digitally signed message part.

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