On Monday 07 January 2008, Sharyathi Nagesh wrote:
>       Currently system call numbers are updated through *.in files in
> testcases/kernel/include. Using regen.sh a single
> linux_syscall_numbers.h file is generated, which is used as reference by
> test cases that are making syscall(), direct call to the system instead
> of going through glibc wrapper.
>       In case .in files are update, calling make wont update
> linux_syscall_numbers.h, We need to call make regen, and hence updates
> may get missed out during LTP test suite build.

generally speaking, this really isnt that big of a deal as the files are 
supposed to be updated/rebuilt by the ltp maintainers, not by the end user.  
in practice, this works just fine.

>       I am attaching Makefile correction to get away with the problem.
> Please let me know what you think of the solution. Else if it is not
> needed let me know how to come around the problem.

that will force the file to be regenerated every single time which is surely 
not what we want.  ive committed a conditional based on the actual files 
instead.
-mike

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to