On Fri, Apr 18, 2008 at 08:46:58AM +0200, Sebastien Dugue wrote:
> 
> 
> On Fri, 18 Apr 2008 08:22:26 +0530 Chirag Jog <[EMAIL PROTECTED]> wrote:
> 
> > * Sebastien Dugue <[EMAIL PROTECTED]> [2008-04-17 13:38:37]:
> > 
> > >   Remove references to non-existent '/usr/include/nptl' and 
> > > '/usr/lib/nptl'
> > > from compile directive comments in the source files.
> > > 
> > > Signed-off-by: Sebastien Dugue <[EMAIL PROTECTED]>
> > > Cc: Darren Hart <[EMAIL PROTECTED]>
> > > Cc: Tim Chavez <[EMAIL PROTECTED]>
> > > ---

snip

> > >   *
> > > - *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
> > > -I../../include
> > > - *     -L/usr/lib/nptl -lpthread -lrt -lm async_handler.c -o 
> > > async_handler
> > > + *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I../../include -lpthread 
> > > -lrt -lm
> > > + *                   async_handler.c -o async_handler
> > 
> > 
> > Compile directives should be:
> > gcc -O2 -g -D_GNU_SOURCE -I../../include ../../lib/libjvmsim.o 
> > ../../lib/librttest.o ../../lib/libstats.o -lpthread -lrt -lm
> > async_handler.c -o async_handler
> > This applies for the rest as well.
> 
>   Arghh, right! I knew from the start I should have removed those comments 
> completely ;(
> 
>   Anybody thinks there is any value left in these kind of comments now that 
> the
> realtime tests are part of the LTP?
> 
>   If not, I will make a patch to remove all those and you can forget this one.

Ack from my side. We had those comments when we were still compiling some of 
those
independently from the rt-test framework. We really dont need them anymore

        -Dinakar

> 
>   Thanks Chirag,
> 
>   Sebastien.
> 
> 
> > 
> > -- 
> > Cheers,
> > Chirag Jog
> > 
> > 

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to